https://github.com/znsio/asyncapidemo
AsyncAPI Demo
https://github.com/znsio/asyncapidemo
Last synced: about 1 year ago
JSON representation
AsyncAPI Demo
- Host: GitHub
- URL: https://github.com/znsio/asyncapidemo
- Owner: znsio
- Created: 2024-06-18T04:50:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:55:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T06:09:36.596Z (over 1 year ago)
- Language: Java
- Size: 47.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TroubleTicket Demo
Sample application to demonstrate how to send and receive messages from Kafka using Spring KafkaTemplate
## Pre-requisites
* JDK 17
* AsyncAPI RI for TMF621 TroubleTicket
## Run the application
* Start the TMF621 TroubleTicket Async RI application Docker container as per instructions for the RI
* Run the Asycnapi demo application
* This does the following
* Sends a messages on `troubleTicket.v5.createTroubleTicket.commandRequest`
* Receives messages on `troubleTicket.v5.createTroubleTicket.commandResponse`
* Awaits notification on `troubleTicket.v5.createTroubleTicket.notification`
## Extending the application
The code here is generic demonstration code. You can extend this to send and receive messages on any topic.