Skip to content

abhirockzz/payara-kafka-mdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consume from Kafka topics using Message Driven Beans

  • Here is the blog
  • Here is the Payara Kafka Connector project

To run

  • git clone https://github.com/abhirockzz/payara-kafka-mdb.git
  • mvn clean install - will create payara-kafka-mdb.war in target directory
  • docker-compose up --build
  • To clean up - docker-compose down -v