https://github.com/devourtech/cms-events
Kafka connector client library to connect to kafka for producing and consuming events
https://github.com/devourtech/cms-events
java kafka
Last synced: 7 months ago
JSON representation
Kafka connector client library to connect to kafka for producing and consuming events
- Host: GitHub
- URL: https://github.com/devourtech/cms-events
- Owner: DevourTech
- Created: 2021-05-04T09:30:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T09:46:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T05:23:15.433Z (about 1 year ago)
- Topics: java, kafka
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cms-events
Kafka connector client library to connect to kafka for producing and consuming events
## API specification
`apis` folder lists all the public APIs
to be consumed by different producers
and consumers.
* `AssignmentUploadConsumer` is the consumer interface
that provides APIs for handling `AssignmentUploadEvent`
events.