Uses of Class
com.github.charithe.kafka.EphemeralKafkaBroker
-
Uses of EphemeralKafkaBroker in com.github.charithe.kafka
Methods in com.github.charithe.kafka that return EphemeralKafkaBrokerModifier and TypeMethodDescriptionstatic EphemeralKafkaBrokerEphemeralKafkaBroker.create()Create a new ephemeral Kafka broker with random broker port and Zookeeper portstatic EphemeralKafkaBrokerEphemeralKafkaBroker.create(int kafkaPort) Create a new ephemeral Kafka broker with the specified broker port and random Zookeeper portstatic EphemeralKafkaBrokerEphemeralKafkaBroker.create(int kafkaPort, int zookeeperPort) Create a new ephemeral Kafka broker with the specified broker port and Zookeeper portstatic EphemeralKafkaBrokerEphemeralKafkaBroker.create(int kafkaPort, int zookeeperPort, Properties overrideBrokerProperties) Create a new ephemeral Kafka broker with the specified broker port, Zookeeper port and config overrides.Methods in com.github.charithe.kafka that return types with arguments of type EphemeralKafkaBrokerMethods in com.github.charithe.kafka with parameters of type EphemeralKafkaBrokerModifier and TypeMethodDescriptionstatic KafkaHelperKafkaHelper.createFor(EphemeralKafkaBroker broker) Constructors in com.github.charithe.kafka with parameters of type EphemeralKafkaBrokerModifierConstructorDescriptionKafkaJunitRule(EphemeralKafkaBroker broker) KafkaJunitRule(EphemeralKafkaBroker broker, StartupMode mode)