floweSB / event-bus-explorer

Easy way to manage multiple event buses
https://www.flowe.com/
MIT License
3 stars 2 forks source link

Add support to multiple event Azure service bus #39

Closed Krusty93 closed 6 months ago

Krusty93 commented 1 year ago

Fixes #28

@matteopessina I created a draft PR with a PoC of one of the possible solutions that would enable ebe to support multiple azure service bus at the same time.

Long story short, you need to specify in each request as HEADER the name of the service bus you want to operate on. If only one service bus is attached, the header parameter is not necessary; if two or more service bus are attached and the HEADER is empty (or value doesn't match with the config) an error is thrown.

I also added some comments to highlight some parts

Krusty93 commented 1 year ago

README.md file needs to get updated with this PR