![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
void | setup () throws Exception |
void | teardown () throws Exception |
void | shouldWriteThenRead () throws Exception |
Static Public Member Functions | |
static void | allocateConfig () throws ConfigurationException, CmdLineException |
Static Public Attributes | |
static final String | topic = "simple-kafka" |
This class is mostly an example of how to startup zookeeper/kafka and send/receive messages. It should be useful when developing Storm Topologies that have a Kafka Spout
Definition at line 51 of file SimpleKafkaTest.java.
|
static |
Definition at line 63 of file SimpleKafkaTest.java.
void org.openkilda.wfm.SimpleKafkaTest.setup | ( | ) | throws Exception |
Definition at line 70 of file SimpleKafkaTest.java.
void org.openkilda.wfm.SimpleKafkaTest.shouldWriteThenRead | ( | ) | throws Exception |
Definition at line 83 of file SimpleKafkaTest.java.
void org.openkilda.wfm.SimpleKafkaTest.teardown | ( | ) | throws Exception |
Definition at line 76 of file SimpleKafkaTest.java.
|
static |
Definition at line 52 of file SimpleKafkaTest.java.