"# Kafka-MultiThread-Java-Example"
Menu File –> Import –> Maven –> Existing Maven Projects
Browse to your source code location
Click Finish button to finish the importing
Using commands in create-topics.sh (Linux) and create-topics.bat(Windows)
Open the MultipleConsumersMain.java
Right click -> Run As -> Java Application or use the shortcut: Alt+Shift+x, j to start the main method
Open the SingleConsumerMain.java
Right click -> Run As -> Java Application or use the shortcut: Alt+Shift+x, j to start the main method
All the source code are described in: Create Multi-threaded Apache Kafka Consumer