You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
look in the offset_commit_sample.cpp
csi::kafka::consumer_coordinator coordinator(io_service, consumer_group);
however it's up to you - you decide your group id and get the offsets from the consumer coordinator and use those offsets to initiate the consumer. Finally committing the offsets back
how can i set the groupid of consumer ?
The text was updated successfully, but these errors were encountered: