Skip to content

This example demonstates working of Apache Kafka Messaging in Quarkus Application. (Single Application)

Notifications You must be signed in to change notification settings

nishaazone/Quakrus_Kafka_Producer_Consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quakrus Kafka Producer & Consumer

This example demonstates working of Apache Kafka Messaging in Quarkus Application.(Single service)

To run the application

  1. Run command "mvn quarkus:dev"

To test the application

  1. Open POSTMAN select method POST.
  2. Use URL -> http://localhost:8080/addShow
  3. Request body -> { "title":"Attack on titan", "year":2013 }
  4. View the response on Terminal.

Releases

No releases published

Packages

No packages published

Languages