Uses of Class
io.smallrye.reactive.messaging.kafka.companion.test.EmbeddedKafkaBroker
Packages that use EmbeddedKafkaBroker
-
Uses of EmbeddedKafkaBroker in io.smallrye.reactive.messaging.kafka.companion.test
Methods in io.smallrye.reactive.messaging.kafka.companion.test that return EmbeddedKafkaBrokerModifier and TypeMethodDescriptionEmbeddedKafkaBroker.start()Create and start the broker.EmbeddedKafkaBroker.withAdditionalProperties(Consumer<Properties> function) Configure properties for the broker.EmbeddedKafkaBroker.withAdvertisedListeners(String advertisedListeners) Configure custom listeners for the broker.EmbeddedKafkaBroker.withAdvertisedListeners(org.apache.kafka.common.Endpoint... endpoints) Configure custom listeners for the broker.EmbeddedKafkaBroker.withClusterId(String clusterId) Configure the cluster id for the broker storage dirs.EmbeddedKafkaBroker.withControllerPort(int port) Configure the controller port for the broker.EmbeddedKafkaBroker.withDeleteLogDirsOnClose(boolean deleteDirsOnClose) Configure whether log directories will be deleted on broker shutdown.EmbeddedKafkaBroker.withKafkaHost(String host) Configure the hostname on which the broker will listen.EmbeddedKafkaBroker.withKafkaPort(int port) Configure the port on which the broker will listen.EmbeddedKafkaBroker.withNodeId(int nodeId) Configure node id for the broker.