| CheckpointMetadata |
Checkpoint metadata type for injecting state checkpointing interactions into received messages.
|
| CheckpointStateStore |
Remote state store for checkpointing Kafka processing state
|
| CheckpointStateStore.Factory |
|
| ContextHolder |
A class holding a vert.x context to make sure methods are always run from the same one.
|
| DefaultCheckpointMetadata |
|
| KafkaCommitHandler |
Kafka commit handling strategy
|
| KafkaCommitHandler.Factory |
|
| KafkaIgnoreCommit |
Ignores an ACK and does not commit any offsets.
|
| KafkaLatestCommit |
Will commit the record offset received by the Kafka consumer (if higher than the previously committed offset).
|
| KafkaThrottledLatestProcessedCommit |
Will keep track of received messages and commit to the next offset after the latest
ACKed message in sequence.
|
| ProcessingState |
Checkpoint state associated with an offset.
|
| ProcessingStateCodec |
General purpose custom serializer/deserializer interface for state type encapsulated inside the ProcessingState
|
| ProcessingStateCodec.Factory |
|
| VertxJsonProcessingStateCodec |
Default codec for Json serialization, which use Vert.x Json support (uses Jackson underneath).
|