Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- aclOperations() - Method in class io.smallrye.reactive.messaging.kafka.companion.ClusterCompanion
- alterOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- assignment() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- awaitCompletion() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- awaitCompletion(Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitCompletion(Duration) - awaitCompletion(BiConsumer<Throwable, Boolean>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- awaitCompletion(BiConsumer<Throwable, Boolean>, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitCompletion() - awaitNextRecord() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitNextItem() - awaitNextRecord(Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitNextItem(Duration) - awaitNextRecords(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitNextItems(int) - awaitNextRecords(int, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitNextItems(int, Duration) - awaitNoRecords(Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Assert no records were received during the given duration
- awaitRecords(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitItems(int) - awaitRecords(int, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Delegates to
AssertSubscriber.awaitItems(int, Duration)
B
- beforeAll(ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- beforeAll(ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaToxiproxyExtension
- beforeEach(ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- beforeEach(ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaToxiproxyExtension
- byTopicPartition() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
C
- clear(String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
-
Deletes records from given topics
- clientId() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- clientId() - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
- close() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Close the underlying
KafkaConsumer. - close() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- close() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- close() - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Close the underlying
KafkaProducerandExecutorService. - close() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- close() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- cluster() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- ClusterCompanion - Class in io.smallrye.reactive.messaging.kafka.companion
-
Companion for Cluster operations on Kafka broker
- ClusterCompanion(AdminClient, Duration) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ClusterCompanion
- clusterId() - Method in class io.smallrye.reactive.messaging.kafka.companion.ClusterCompanion
- commitAndClose() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Commit the current offset and close the consumer
- commitAndClose(Map<TopicPartition, OffsetAndMetadata>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Commit the given offset and close the consumer
- committed() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- committed(TopicPartition) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- committed(TopicPartition...) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- companion - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- companion - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionTestBase
- configureKafkaContainer(T) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- connectionCut(boolean) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- consume(Class<K>, Class<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consume(Class<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consume(Serde<K>, Serde<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeDoubles() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeIntegers() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- ConsumerBuilder<K,
V> - Class in io.smallrye.reactive.messaging.kafka.companion -
Kafka consumer wrapper for creating tasks (
ConsumerTask) that consume records. - ConsumerBuilder(Map<String, Object>, Duration, String, String) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Creates a new
ConsumerBuilder. - ConsumerBuilder(Map<String, Object>, Duration, Deserializer<K>, Deserializer<V>) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Creates a new
ConsumerBuilder. - consumerGroups() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- ConsumerGroupsCompanion - Class in io.smallrye.reactive.messaging.kafka.companion
-
Companion for Consumer Group operations on Kafka broker
- ConsumerGroupsCompanion(AdminClient, Duration) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- ConsumerTask<K,
V> - Class in io.smallrye.reactive.messaging.kafka.companion -
Task for consumer Kafka records provided by the given
Multi - ConsumerTask(Multi<ConsumerRecord<K, V>>) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ConsumerTask
-
Create
ConsumerTask - consumeStrings() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeWithDeserializers(Class<? extends Deserializer<?>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeWithDeserializers(Class<? extends Deserializer<?>>, Class<? extends Deserializer<?>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeWithDeserializers(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeWithDeserializers(String, String) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- consumeWithDeserializers(Deserializer<K>, Deserializer<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- containerIpAddress - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
- controller() - Method in class io.smallrye.reactive.messaging.kafka.companion.ClusterCompanion
- count() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- create(String, int) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
-
Create topic
- create(Collection<NewTopic>) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- create(Map<String, Integer>) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- createAndWait(String, int) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
-
Create topic and wait for creation
- createAndWait(String, int, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
-
Create topic and wait for creation
- createDefaultBrokerConfig(int, Endpoint, Endpoint, List<Endpoint>) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- createKafkaContainer() - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- createServer(KafkaConfig) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- currentAssignment() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
D
- DEFAULT_TOXIPROXY_IMAGE_NAME - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- delete(String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- delete(String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- delete(Collection<String>) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- deleteOffsets(String, List<TopicPartition>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- deleteRecords(Map<TopicPartition, RecordsToDelete>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- deleteRecords(TopicPartition, Long) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- describe(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- describe(String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- describe(String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- describeAll() - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- disableProxy() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- doStart() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
E
- EmbeddedKafkaBroker - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Embedded KRaft Broker, by default listens on localhost with random broker and controller ports.
- EmbeddedKafkaBroker() - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- EmbeddedKafkaBroker.LoggingOutputStream - Class in io.smallrye.reactive.messaging.kafka.companion.test
- enableProxy() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- endpoint(String, SecurityProtocol, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- endpoint(String, SecurityProtocol, String, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- endpoint(SecurityProtocol, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- endpoint(SecurityProtocol, String, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
F
- firstOffset() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- formatStorage(List<String>, String, int, boolean) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- formatStorageFromConfig(Properties, String, boolean) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- fromCsv(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records reading from a comma-separated classpath resource. - fromMulti(Multi<ProducerRecord<K, V>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records from the givenMulti. - fromOffsets(Map<TopicPartition, Long>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records starting from the given offsets. - fromOffsets(Map<TopicPartition, Long>, long) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records starting from the given offsets. - fromOffsets(Map<TopicPartition, Long>, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records starting from the given offsets. - fromOffsets(Map<TopicPartition, Long>, Function<Multi<ConsumerRecord<K, V>>, Multi<ConsumerRecord<K, V>>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records starting from the given offsets. - fromPrevious(KafkaTask<?, ?>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- fromPrevious(KafkaTask<?, ?>, long) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- fromPrevious(KafkaTask<?, ?>, long, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- fromPrevious(KafkaTask<?, ?>, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- fromPrevious(KafkaTask<?, ?>, Function<Multi<ConsumerRecord<K, V>>, Multi<ConsumerRecord<K, V>>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- fromRecords(List<ProducerRecord<K, V>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records from the givenListof records. - fromRecords(ProducerRecord<K, V>...) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records from the given array of records. - fromTopics(String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topics. - fromTopics(String, long) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topic. - fromTopics(String, long, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topic. - fromTopics(String, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topic. - fromTopics(String, Function<Multi<ConsumerRecord<K, V>>, Multi<ConsumerRecord<K, V>>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topic. - fromTopics(Set<String>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topics. - fromTopics(Set<String>, long) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topics. - fromTopics(Set<String>, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topics. - fromTopics(Set<String>, Function<Multi<ConsumerRecord<K, V>>, Multi<ConsumerRecord<K, V>>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Create
ConsumerTaskfor consuming records from the given topics.
G
- get(TopicPartition, OffsetSpec) - Method in class io.smallrye.reactive.messaging.kafka.companion.OffsetsCompanion
- getAdvertisedListeners() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- getBootstrapServers() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getBootstrapServers() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- getClusterId() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- getCommonClientConfig() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getConsumerProperties() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getFirstRecord() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- getHeader(Headers, String) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getKafkaApiTimeout() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getKafkaConfig() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- getKafkaProxy() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- getLastRecord() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- getLogDirs() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- getMulti() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- getNodeId() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- getOrCreateAdminClient() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getProducerProperties() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- getProxyBootstrapServers() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
- getRecords() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
The list of items that have been received.
- getSerdeForType(Class<T>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- groupId() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- groupMetadata() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
I
- initTopic(TestInfo) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- initTopic(TestInfo) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionTestBase
- io.smallrye.reactive.messaging.kafka.companion - package io.smallrye.reactive.messaging.kafka.companion
- io.smallrye.reactive.messaging.kafka.companion.test - package io.smallrye.reactive.messaging.kafka.companion.test
- isRunning() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- isTransactional() - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
- iterator() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
K
- kafka - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- KAFKA_NETWORK_ALIAS - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- KAFKA_PORT - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- KAFKA_VERSION - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- KafkaBrokerExtension - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Junit extension for creating Strimzi Kafka broker
- KafkaBrokerExtension() - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- KafkaBrokerExtension.KafkaBootstrapServers - Annotation Type in io.smallrye.reactive.messaging.kafka.companion.test
- KafkaCompanion - Class in io.smallrye.reactive.messaging.kafka.companion
-
KafkaCompanion wraps actions on Kafka admin, producer and consumer, aiming to ease interactions with a Kafka broker.
- KafkaCompanion(String) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- KafkaCompanion(String, Duration) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- KafkaCompanionProxyTestBase - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Test base starting Kafka broker with proxy using
KafkaToxiproxyExtensionand providingKafkaCompanionandKafkaProxy. - KafkaCompanionProxyTestBase() - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- KafkaCompanionTestBase - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Test base starting Kafka broker using
KafkaBrokerExtensionand providingKafkaCompanion. - KafkaCompanionTestBase() - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionTestBase
- KafkaProxy - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Test containers Toxiproxy doesn't give access to underlying Proxy object
- KafkaProxy(Proxy, String, int, int) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
- KafkaTask<T,
SELF extends KafkaTask<T, SELF>> - Class in io.smallrye.reactive.messaging.kafka.companion -
Abstract task for consuming or producing Kafka records provided by the given
Multi - KafkaTask(Multi<T>) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Create a new
KafkaTask - KafkaToxiproxyExtension - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Junit extension for creating Strimzi Kafka broker behind a Toxiproxy
- KafkaToxiproxyExtension() - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.KafkaToxiproxyExtension
L
- lastOffset() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- latestOffsets() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- list() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- list() - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- list(List<TopicPartition>) - Method in class io.smallrye.reactive.messaging.kafka.companion.OffsetsCompanion
- list(Map<TopicPartition, OffsetSpec>) - Method in class io.smallrye.reactive.messaging.kafka.companion.OffsetsCompanion
- LOGGER - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- LOGGER - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaToxiproxyExtension
- LOGGER - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- loggerPrintStream(Logger) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker.LoggingOutputStream
N
- nodes() - Method in class io.smallrye.reactive.messaging.kafka.companion.ClusterCompanion
O
- offset(ConsumerRecord<K, V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerTask
- offset(RecordMetadata) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerTask
- offset(T) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- offsets() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- offsets(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- offsets(String, List<TopicPartition>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- offsets(String, TopicPartition) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- offsets(List<TopicPartition>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- OffsetsCompanion - Class in io.smallrye.reactive.messaging.kafka.companion
-
Companion for Offsets operations on Kafka broker
- OffsetsCompanion(AdminClient, Duration) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.OffsetsCompanion
- onPartitionsAssigned(Collection<TopicPartition>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- onPartitionsRevoked(Collection<TopicPartition>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- originalProxyPort - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
P
- parseEndpoint(String) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- parseEndpoint(SecurityProtocol, String) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- pause() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Pause the consumer
- position() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- position(TopicPartition) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- process(Set<String>, ConsumerBuilder<K, C>, ProducerBuilder<K, P>, Function<ConsumerRecord<K, C>, ProducerRecord<K, P>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- processTransactional(Set<String>, ConsumerBuilder<K, C>, ProducerBuilder<K, P>, Function<ConsumerRecord<K, C>, ProducerRecord<K, P>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produce(Class<K>, Class<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produce(Class<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produce(Serde<K>, Serde<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceDoubles() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceIntegers() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- ProducerBuilder<K,
V> - Class in io.smallrye.reactive.messaging.kafka.companion -
Kafka producer wrapper for creating tasks (
ProducerTask) that produce records. - ProducerBuilder(Map<String, Object>, Duration, String, String) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Creates a new
ProducerBuilder. - ProducerBuilder(Map<String, Object>, Duration, Serde<K>, Serde<V>) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Creates a new
ProducerBuilder. - ProducerBuilder(Map<String, Object>, Duration, Serializer<K>, Serializer<V>) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Creates a new
ProducerBuilder. - ProducerTask - Class in io.smallrye.reactive.messaging.kafka.companion
-
Task for producing Kafka records provided by the given
Multi - ProducerTask(Multi<RecordMetadata>) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.ProducerTask
-
Creates
ProducerTask - produceStrings() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceWithSerializers(Class<? extends Serializer<?>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceWithSerializers(Class<? extends Serializer<?>>, Class<? extends Serializer<?>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceWithSerializers(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceWithSerializers(String, String) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- produceWithSerializers(Serializer<K>, Serializer<V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- ProxiedStrimziKafkaContainer - Class in io.smallrye.reactive.messaging.kafka.companion.test
-
Sets advertised listeners to the proxied port instead of exposed port
- ProxiedStrimziKafkaContainer() - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- ProxiedStrimziKafkaContainer(String) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- proxy - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- proxyPort - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
R
- record(String, Integer, K, V) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- record(String, K, V) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- record(String, V) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- RecordQualifiers - Class in io.smallrye.reactive.messaging.kafka.companion
-
Qualifier producers to compose using
Multi.plug(java.util.function.Function<io.smallrye.mutiny.Multi<T>, io.smallrye.mutiny.Multi<R>>)functions - registerSerde(Class<T>, Serde<T>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- registerSerde(Class<T>, Serializer<T>, Deserializer<T>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- removeMembers(String, String...) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- resetOffsets(String, TopicPartition) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerGroupsCompanion
- resetToLastCommittedPositions() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Reset to the last committed position
- resolveParameter(ParameterContext, ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- resolveParameter(ParameterContext, ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaToxiproxyExtension
- restart(StrimziKafkaContainer, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
-
We need to restart the broker on the same exposed port.
- resume() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Resume the consumer
S
- self() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- setCommonClientConfig(Map<String, Object>) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- sleep(Duration) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- spliterator() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- start() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Create and start the broker.
- startKafkaBroker() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- startKafkaBroker(int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- stop() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
-
Cancels subscription effectively stopping
- stop() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- stopKafkaBroker() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- stream() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaBrokerExtension
- supportsParameter(ParameterContext, ExtensionContext) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaToxiproxyExtension
T
- terminate(KafkaConsumer<K, V>, Throwable) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- toListenerString(Endpoint) - Static method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
- topic - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- topic - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionTestBase
- topicPartition(ConsumerRecord<K, V>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerTask
- topicPartition(RecordMetadata) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerTask
- topicPartition(T) - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaTask
- topics() - Method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- TopicsCompanion - Class in io.smallrye.reactive.messaging.kafka.companion
-
Companion for Topics operations on Kafka broker
- TopicsCompanion(AdminClient, Duration) - Constructor for class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
- toUni(Supplier<KafkaFuture<T>>) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- toUni(KafkaFuture<T>) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
-
Deprecated, for removal: This API element is subject to removal in a future version.
- toxi - Variable in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaProxy
- toxics() - Method in class io.smallrye.reactive.messaging.kafka.companion.test.KafkaCompanionProxyTestBase
- TOXIPROXY_IMAGE_NAME_PROPERTY_KEY - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- TOXIPROXY_NETWORK_ALIAS - Static variable in class io.smallrye.reactive.messaging.kafka.companion.test.ProxiedStrimziKafkaContainer
- tp(String, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
U
- until(Long) - Static method in class io.smallrye.reactive.messaging.kafka.companion.RecordQualifiers
- until(Long, Duration, Predicate<T>) - Static method in class io.smallrye.reactive.messaging.kafka.companion.RecordQualifiers
- until(Duration) - Static method in class io.smallrye.reactive.messaging.kafka.companion.RecordQualifiers
- until(Predicate<T>) - Static method in class io.smallrye.reactive.messaging.kafka.companion.RecordQualifiers
- unwrap() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- unwrap() - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
- usingGenerator(Function<Integer, ProducerRecord<K, V>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records from the given array of records. - usingGenerator(Function<Integer, ProducerRecord<K, V>>, long) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records from the given array of records. - usingGenerator(Function<Integer, ProducerRecord<K, V>>, Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records from the given array of records. - usingGenerator(Function<Integer, ProducerRecord<K, V>>, Function<Multi<ProducerRecord<K, V>>, Multi<ProducerRecord<K, V>>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Create
ProducerTaskfor creating records generated using the given function.
W
- waitFor(Uni<T>, Predicate<T>, Duration) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- waitFor(BooleanSupplier, Duration) - Static method in class io.smallrye.reactive.messaging.kafka.companion.KafkaCompanion
- waitForAssignment() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- waitForTopic(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.TopicsCompanion
-
Wait for topic.
- withAdditionalProperties(Consumer<Properties>) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure properties for the broker.
- withAdvertisedListeners(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure custom listeners for the broker.
- withAdvertisedListeners(Endpoint...) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure custom listeners for the broker.
- withAutoCommit() - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Enable auto commit
- withCallback(Consumer<T>) - Static method in class io.smallrye.reactive.messaging.kafka.companion.RecordQualifiers
- withCallback(Consumer<T>, int) - Static method in class io.smallrye.reactive.messaging.kafka.companion.RecordQualifiers
- withClientId(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Add configuration property for
client.id - withClientId(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Add configuration property for
client.idfor this producer to be used when the producer is created. - withClusterId(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure the cluster id for the broker storage dirs.
- withCommitAsync(Function<ConsumerRecord<K, V>, Map<TopicPartition, OffsetAndMetadata>>, OffsetCommitCallback) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
If set the given function is used to determine when and which offsets to commit async
- withCommitAsyncWhen(Predicate<ConsumerRecord<K, V>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
If set the given function is used to determine when to commit async
- withCommitSync(Function<ConsumerRecord<K, V>, Map<TopicPartition, OffsetAndMetadata>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
If set the given function is used to determine when and which offsets to commit sync
- withCommitSyncWhen(Predicate<ConsumerRecord<K, V>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
If set the given function is used to determine when to commit sync
- withConcurrency() - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Set the concurrency level for producer writes to 1024.
- withConcurrency(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Set the concurrency level for producer writes.
- withControllerPort(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure the controller port for the broker.
- withDeleteLogDirsOnClose(boolean) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure whether log directories will be deleted on broker shutdown.
- withGroupId(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Add configuration property for
group.id - withIsolationLevel(IsolationLevel) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Set isolation level
- withKafkaHost(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure the hostname on which the broker will listen.
- withKafkaPort(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure the port on which the broker will listen.
- withNodeId(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
-
Configure node id for the broker.
- withOffsetReset(OffsetResetStrategy) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Add configuration property for
auto.offset.reset - withOnPartitionsAssigned(Consumer<Collection<TopicPartition>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- withOnPartitionsRevoked(Consumer<Collection<TopicPartition>>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- withOnTermination(BiConsumer<KafkaConsumer<K, V>, Throwable>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
- withOnTermination(BiConsumer<KafkaProducer<K, V>, Throwable>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Add configuration property for
transactional.idfor this producer to be used when the producer is created. - withPollTimeout(Duration) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Set poll timeout
- withProp(String, String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Add property to the configuration to be used when the consumer is created.
- withProp(String, String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Add property to the configuration to be used when the producer is created.
- withProps(Map<String, Object>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ConsumerBuilder
-
Add properties to the configuration to be used when the consumer is created.
- withProps(Map<String, String>) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Add properties to the configuration to be used when the producer is created.
- withTransactionalId(String) - Method in class io.smallrye.reactive.messaging.kafka.companion.ProducerBuilder
-
Add configuration property for
transactional.idfor this producer to be used when the producer is created. - write(int) - Method in class io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker.LoggingOutputStream
All Classes and Interfaces|All Packages|Constant Field Values