Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Spring Kafka Tutorial

1. Import source code into Eclipse

Menu File –> Import –> Maven –> Existing Maven Projects

Browse to your source code location

Click Finish button to finish the importing

2. Run the example

Open the SpringKafkaExampleApplicationTests.java

Right click -> Run As -> JUnit Test or use the shortcut: Alt+Shift+x, t to start the test

All the source code are described in: Spring Kafka Tutorial

4. Related Posts

###Getting started with Apache Kafka 0.9 ###[Apache Kafka 0.9 Java Client API Example] (http://howtoprogram.xyz/2016/05/02/apache-kafka-0-9-java-client-api-example) ###Create Multi-threaded Apache Kafka Consumer ###Write An Apache Kafka Custom Partitioner ###How To Write A Custom Serializer in Apache Kafka