kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Allows users to configure the GroupInstanceID

Open huszkacs opened this issue 3 years ago • 0 comments

GroupInstanceID can be configured by setting ReaderConfig.GroupInstanceID which will be passed to the joinGroup and heartbeat requests. If the GroupInstanceID has a value the kafka server will set it as a static member.

huszkacs avatar Sep 19 '22 14:09 huszkacs