Interface KafkaManualCommit
- All Known Subinterfaces:
KafkaAsyncManualCommit
- All Known Implementing Classes:
DefaultKafkaManualAsyncCommit,DefaultKafkaManualCommit,DefaultKafkaManualSyncCommit
public interface KafkaManualCommit
Can be used for forcing manual offset commit when using Kafka consumer.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()Commit synchronously or asynchronously depending on the implementation.
-
Method Details
-
commit
void commit()Commit synchronously or asynchronously depending on the implementation.- See Also:
-