An open API service indexing awesome lists of open source software.

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

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.