public class KafkaIgnoreCommit extends Object implements KafkaCommitHandler
KafkaCommitHandler.Strategy
Constructor and Description |
---|
KafkaIgnoreCommit() |
Modifier and Type | Method and Description |
---|---|
<K,V> CompletionStage<Void> |
handle(IncomingKafkaRecord<K,V> record) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
partitionsAssigned, partitionsRevoked, received, terminate
public <K,V> CompletionStage<Void> handle(IncomingKafkaRecord<K,V> record)
handle
in interface KafkaCommitHandler
Copyright © 2018–2021 SmallRye. All rights reserved.