Skip to content

Commit 72b95ec

Browse files
Add clarification about offset commit for IConsumer.Close(). (#1639)
1 parent 5331f7a commit 72b95ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Confluent.Kafka/IConsumer.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,8 @@ public interface IConsumer<TKey, TValue> : IClient
647647

648648

649649
/// <summary>
650-
/// Commits offsets, alerts the group coordinator
650+
/// Commits offsets (if auto commit is enabled),
651+
/// alerts the group coordinator
651652
/// that the consumer is exiting the group then
652653
/// releases all resources used by this consumer.
653654
/// You should call <see cref="Confluent.Kafka.Consumer{TKey,TValue}.Close" />

0 commit comments

Comments
 (0)