Index
All Classes and Interfaces|All Packages
A
- append(String, TopicPartition, Long, Long) - Method in class pw.avvero.test.kafka.OffsetSnapshotFrame
-
Appends a new row to the offset snapshot frame with provided offset details.
- awaitAtMost(int, long) - Method in class pw.avvero.test.kafka.RecordCaptor
C
- capture(RecordSnapshot) - Method in class pw.avvero.test.kafka.RecordCaptor
- ContainerTestUtils - Class in pw.avvero.test.kafka
-
Utilities for testing listener containers.
E
- eventCaptorListener(ConsumerRecord<Object, Object>, Map<String, Object>) - Method in class pw.avvero.test.kafka.RecordCaptorConsumer
-
Consume a
ConsumerRecord.
G
- getOffsetsForConsumerGroups(AdminClient, Set<String>, Set<TopicPartition>) - Static method in class pw.avvero.test.kafka.KafkaSupport
- getOffsetsForPartitions(AdminClient, Set<TopicPartition>) - Static method in class pw.avvero.test.kafka.KafkaSupport
- getPartitions(AdminClient, Set<String>) - Static method in class pw.avvero.test.kafka.KafkaSupport
- getRecords(String) - Method in class pw.avvero.test.kafka.RecordCaptor
- getRecords(String, Object) - Method in class pw.avvero.test.kafka.RecordCaptor
- getRecords(String, Object) - Method in interface pw.avvero.test.kafka.RecordCaptorAccess
K
- KafkaSupport - Class in pw.avvero.test.kafka
-
Utility class providing support functions for Kafka in Spring applications.
- KafkaSupport() - Constructor for class pw.avvero.test.kafka.KafkaSupport
O
- OFFSET_COMMIT_WAIT_ATTEMPTS_MAX - Static variable in class pw.avvero.test.kafka.KafkaSupport
- OFFSET_COMMIT_WAIT_TIME - Static variable in class pw.avvero.test.kafka.KafkaSupport
- OffsetSnapshotFrame - Class in pw.avvero.test.kafka
-
The
OffsetSnapshotFrameclass is designed for creating and managing a formatted string representation of offset snapshots within a Kafka environment. - OffsetSnapshotFrame() - Constructor for class pw.avvero.test.kafka.OffsetSnapshotFrame
P
- pw.avvero.test.kafka - package pw.avvero.test.kafka
R
- RecordCaptor - Class in pw.avvero.test.kafka
- RecordCaptor() - Constructor for class pw.avvero.test.kafka.RecordCaptor
- RecordCaptorAccess - Interface in pw.avvero.test.kafka
- RecordCaptorConsumer - Class in pw.avvero.test.kafka
- RecordCaptorConsumer() - Constructor for class pw.avvero.test.kafka.RecordCaptorConsumer
- RecordSnapshot - Class in pw.avvero.test.kafka
- RecordSnapshot() - Constructor for class pw.avvero.test.kafka.RecordSnapshot
- RecordSnapshotMapper - Class in pw.avvero.test.kafka
- RecordSnapshotMapper() - Constructor for class pw.avvero.test.kafka.RecordSnapshotMapper
- recordToSnapshot(ConsumerRecord<Object, Object>, Map<String, Object>) - Method in class pw.avvero.test.kafka.RecordSnapshotMapper
-
Converts a
ConsumerRecordto aRecordSnapshotwhile filtering headers based on a provided map of bound headers.
S
- split() - Method in class pw.avvero.test.kafka.OffsetSnapshotFrame
T
- toString() - Method in class pw.avvero.test.kafka.OffsetSnapshotFrame
W
- waitForAssignment(Object, int) - Static method in class pw.avvero.test.kafka.ContainerTestUtils
-
Wait until the container has the required number of assigned partitions and return the actual number of assigned partitions.
- waitForPartitionAssignment(ApplicationContext) - Static method in class pw.avvero.test.kafka.KafkaSupport
-
Waits for the partition assignment for all Kafka listener containers in the application context.
- waitForPartitionOffsetCommit(List<String>) - Static method in class pw.avvero.test.kafka.KafkaSupport
-
Waits for the offset commit across all consumer groups for all topics in the provided list of bootstrap servers.
- waitForPartitionOffsetCommit(AdminClient) - Static method in class pw.avvero.test.kafka.KafkaSupport
- waitForPartitionOffsetCommit(ApplicationContext) - Static method in class pw.avvero.test.kafka.KafkaSupport
-
Waits for the offset commit for a given list of bootstrap servers retrieved from the application context.
- waitForPartitionOffsetCommitForPartitions(AdminClient, Set<TopicPartition>) - Static method in class pw.avvero.test.kafka.KafkaSupport
- waitForPartitionOffsetCommitForPartitions(AdminClient, Set<TopicPartition>, Set<String>) - Static method in class pw.avvero.test.kafka.KafkaSupport
- waitForPartitionOffsetCommitForTopics(AdminClient, Set<String>) - Static method in class pw.avvero.test.kafka.KafkaSupport
All Classes and Interfaces|All Packages