We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5331f7a commit 72b95ecCopy full SHA for 72b95ec
src/Confluent.Kafka/IConsumer.cs
@@ -647,7 +647,8 @@ public interface IConsumer<TKey, TValue> : IClient
647
648
649
/// <summary>
650
- /// Commits offsets, alerts the group coordinator
+ /// Commits offsets (if auto commit is enabled),
651
+ /// alerts the group coordinator
652
/// that the consumer is exiting the group then
653
/// releases all resources used by this consumer.
654
/// You should call <see cref="Confluent.Kafka.Consumer{TKey,TValue}.Close" />
0 commit comments