Package | Description |
---|---|
org.thales.punch.kafka.api | |
org.thales.punch.kafka.application | |
org.thales.punch.kafka.impl |
Modifier and Type | Method and Description |
---|---|
default void |
IRecordHandler.onPartitionAssigned(IPartition partition,
org.apache.kafka.clients.consumer.OffsetAndMetadata offsetAndMetadata)
Notification of an assigned partition.
|
default void |
IRecordHandler.onPartitionRevoked(IPartition partition)
Notification of a revoked partition.
|
void |
IRecordHandler.onReceive(IPartition partition,
org.apache.kafka.clients.consumer.ConsumerRecord<K,V> record)
Be notified upon the arrival of a record.
|
default void |
IRecordHandler.onTick(IPartition partition,
long nextOffsetToRead)
Be regularly called for each managed partition.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationExitControllerImpl.onReceive(IPartition partition,
org.apache.kafka.clients.consumer.ConsumerRecord<String,byte[]> record) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPartition<K,V>
Our
IPartition abstract implementation. |
class |
OffsetTreePartitionImpl<K,V>
Our
IPartition implementation. |
class |
StandardPartitionImpl<K,V>
Our
IPartition implementation when consumer work with a straigth commit strategy, not requesting
the fancy offset tree mode. |
Copyright © 2014–2023. All rights reserved.