net-dynamic-api icon indicating copy to clipboard operation
net-dynamic-api copied to clipboard

Implement Event Handling

Open DeeJayTC opened this issue 2 years ago • 0 comments

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).

  • In all writing methods (delete, post, put) event handling must be added
  • Allow connecting to Azure Service Bus & RMQ as a first version
  • prepare for more brokers and direct http calls

DeeJayTC avatar Mar 26 '22 00:03 DeeJayTC