silverback
silverback copied to clipboard
Kafka group.id optional parameter
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.