Skip to content

Sample Producer and Consumer Microservices (Using Custom Partition)

Notifications You must be signed in to change notification settings

iamtech/Kafka_Microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Kafka_Microservices - sample Producer and Consumer Microservices (Using Custom Partition)

Start Zookeeper Server
bin\windows\zookeeper-server-start.bat config\zookeeper.properties

Start Kafka Server
bin\windows\kafka-server-start.bat config\server.properties

Create Topic:
bin/windows/kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic Kafka_Example

Alter Topic
bin/windows/kafka-topics.bat --alter --zookeeper localhost:2181 --partitions 2 --topic Kafka_Example

About

Sample Producer and Consumer Microservices (Using Custom Partition)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages