Skip to content

This is a simple Spring application integrated with Kafka System . This will be used if there is a large number of hit comes to systems to process data. Typically in the centralized Auditing Scenario as an example.

Notifications You must be signed in to change notification settings

jgsudhakar735/spring-kafka-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-kafka-example

This is a simple Spring application integrated with Kafka System . This will be used if there is a large number of hit comes to systems to process data. Typically in the centralized Auditing Scenario as an example.

We are done with the required Java code. Now lets start Apache Kafka.

How to Run Kafka Server

  1. Go to Kafka bin Directory
  2. If Windows go to the bin directory and type the beow command. Before we start Kafka server make sure zookeeper is running .
  3. Start the zookeeper using the below command. (ZooKeeper configuration : make sure you update the log directory and groups in config files)

Start ZooKeeper Server:

D:kafka_home_dir\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties

Start Kafka Server

D:kafka_home_dir\bin\windows\kafka-server-start.bat .\config\server.properties

About

This is a simple Spring application integrated with Kafka System . This will be used if there is a large number of hit comes to systems to process data. Typically in the centralized Auditing Scenario as an example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published