[go: nahoru, domu]

Skip to content

This is kafka producer and consumer POC. I am using avro serializer for serialization and deserialization of kafka messages.

Notifications You must be signed in to change notification settings

Eainde/eainde-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka producer and consumer

This is a POC for kafka. There are two components one is producer which will push the message to the topic. The other module is consumer module which will listen the messages pushed by producer.

There is a rest endpoint to push the message to the topic.

Endpoint: http://localhost:8444/order/

Request Body

{
"id": 1,
"description": "ko",
"amount" : 23.34,
"noOfItems" : 4
}

About

This is kafka producer and consumer POC. I am using avro serializer for serialization and deserialization of kafka messages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages