NONRTRIC - Implement DMaaP mediator producer service in Java 72/7072/11
authorPatrikBuhr <patrik.buhr@est.tech>
Tue, 16 Nov 2021 09:58:25 +0000 (10:58 +0100)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 17 Nov 2021 09:07:13 +0000 (10:07 +0100)
Improved resilence from Kafka errors. After an overflow, the stream will be restarted (currently after max 3 minutes).

In Kafka messages: if buffered, received message will be quoted.
When delivered to consumer, the REST content type will be JSON if buffered. If not buffered, no content type is sent.

Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-597
Change-Id: Id0fb2b572a491d32300b1d11a7794a97371ac074


No differences found