We plan to use Spring Cloud Data Flow on Azure Cloud using Azure EventHub as a messaging binder. On Azure EventHub, there are hard limits :
- 100 Namespaces
- 10 topics per namespaces.
The Spring Cloud Azure Event Hub Stream Binder seems to be able to configure only one namespace, so how can we manage multiple namespaces?
Maybe we should use multiple binders, to have multiple instances of the Spring Cloud Azure Event Hub Stream Binder?
Does anyone have any ideas? or documentation we did not find?
Regards
RĂ©mi