silverback icon indicating copy to clipboard operation
silverback copied to clipboard

Kafka group.id optional parameter

Open ChrisBerna opened this issue 3 years ago • 0 comments

Currently it is not possible to consume messages from Kafka if the group.id is not provided. This scenario arises in cases where a service instance needs to read all the messages from all topic partitions and does not need to store the offset.

ChrisBerna avatar Sep 28 '22 12:09 ChrisBerna