confluent-kafka-go
confluent-kafka-go copied to clipboard
Consumer close behaviour
Will calling the conusmer.Close
method commit the stored offsets before closing the consumer ? I am using the consumer.StoreOffsets
to manually store offsets, but I have enabled the auto commit timer with an interval of 5s
.
yes.
marking this issue as enhancement because the docstring for this client doesn't state that.