Peter Poschmann
Peter Poschmann
The ScalaDoc of `KafkaConsumer.stopConsuming` says that "All currently running streams will continue to run until all in-flight messages will be processed" and "streams will be completed when all fetched messages...
When manually creating a record codec, then it is possible to define default values for fields. This works most of the time, but it will not work if the value...
I stumbled upon a strange issue that I don't understand. Maybe someone can enlighten me? I have a consumer and interrupt the inner partition streams after a while (it doesn't...