| Modifier and Type | Method and Description |
|---|---|
static EphemeralKafkaCluster |
EphemeralKafkaCluster.create(int numBroker)
Create a new ephemeral Kafka cluster
|
static EphemeralKafkaCluster |
EphemeralKafkaCluster.create(int numBroker,
int zookeeperPort)
Create a new ephemeral Kafka cluster with the specified Zookeeper port
|
static EphemeralKafkaCluster |
EphemeralKafkaCluster.create(int numBroker,
int zookeeperPort,
Properties brokerProperties)
Create a new ephemeral Kafka cluster with the specified Zookeeper port and broker properties
|
Copyright © 2021. All rights reserved.