Package pl.matsuo.tools.kafka.gui
Class KafkaClient
java.lang.Object
pl.matsuo.tools.kafka.gui.KafkaClient
- All Implemented Interfaces:
Closeable,AutoCloseable
public class KafkaClient extends Object implements Closeable
-
Constructor Summary
Constructors Constructor Description KafkaClient(Properties props) -
Method Summary
Modifier and Type Method Description voidclose()voidcreateTopic()static voidmain(String[] args)
-
Constructor Details
-
KafkaClient
-
-
Method Details
-
main
- Throws:
Exception
-
createTopic
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-