- call() - Method in class com.github.charithe.kafka.KafkaHelper.RecordConsumer
-
- com.github.charithe.kafka - package com.github.charithe.kafka
-
- consume(String, KafkaConsumer<K, V>, int) - Method in class com.github.charithe.kafka.KafkaHelper
-
Attempt to consume the specified number of messages
- consumerConfig() - Method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a minimal consumer configuration with auto commit enabled.
- consumerConfig(boolean) - Method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a minimal consumer configuration.
- consumerConfig() - Method in class com.github.charithe.kafka.KafkaHelper
-
Get the consumer configuration (with auto-commit enabled)
- consumerConfig(boolean) - Method in class com.github.charithe.kafka.KafkaHelper
-
Get the consumer configuration
- consumeStrings(String, int) - Method in class com.github.charithe.kafka.KafkaHelper
-
Consume specified number of string messages
- create() - Static method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a new ephemeral Kafka broker with random broker port and Zookeeper port
- create(int) - Static method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a new ephemeral Kafka broker with the specified broker port and random Zookeeper port
- create(int, int) - Static method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a new ephemeral Kafka broker with the specified broker port and Zookeeper port
- create(int, int, Properties) - Static method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a new ephemeral Kafka broker with the specified broker port, Zookeeper port and config overrides.
- create() - Static method in class com.github.charithe.kafka.KafkaJunitRule
-
- createByteConsumer() - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a consumer that reads bytes
- createByteConsumer(Properties) - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a consumer that reads bytes
- createByteProducer() - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a producer that writes byte keys and values
- createByteProducer(Properties) - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a producer that writes byte keys and values
- createConsumer(Deserializer<K>, Deserializer<V>, Properties) - Method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a consumer that can read from this broker
- createConsumer(Deserializer<K>, Deserializer<V>, Properties) - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a consumer that can read from this broker
- createFor(EphemeralKafkaBroker) - Static method in class com.github.charithe.kafka.KafkaHelper
-
- createProducer(Serializer<K>, Serializer<V>, Properties) - Method in class com.github.charithe.kafka.EphemeralKafkaBroker
-
Create a producer that can write to this broker
- createProducer(Serializer<K>, Serializer<V>, Properties) - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a producer that can write to this broker
- createStringConsumer() - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a consumer that reads strings
- createStringConsumer(Properties) - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a consumer that reads strings
- createStringProducer() - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a producer that writes String keys and values
- createStringProducer(Properties) - Method in class com.github.charithe.kafka.KafkaHelper
-
Create a producer that writes String keys and values