DeeJayTC / net-dynamic-api

A library that turns your model into a fully working API, define your model as markdown (soon), json or c#.
https://www.tcdev.de/tcdev-api-generator-getting-started
MIT License
193 stars 18 forks source link

Implement Event Handling #4

Closed DeeJayTC closed 2 years ago

DeeJayTC commented 2 years ago

Generated API's should be able to send events to Azure Service Hub, Kafka, RabbitMQ or maybe even Kafka.

For that there needs to be a generic handler service that can wrap the underlying provider (ie Kafka etc).