Event hubs contains queue
Once data added to a queue we can have listen function.
Example:
- A service bus could listen to an event hub once an new event added service bus will start its job.
- We can implement azure function in the middle.
- Listen to event hub and process or validate data and put them to an service bus.
- Then service bus will store data for a while
No comments:
Post a Comment