Got to know, how to configure spring cloud with eventhub kafka to send and receive message in a same namespace as below https://github.com/MicrosoftDocs/azure-dev-docs/blob/master/articles/java/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub.md
However, in my case I need to receive from one eventhub and send it to different namespace, How can I configure ?
You can refer to the multi-binder sample of Spring Cloud Stream Kafka binder, https://github.com/spring-cloud/spring-cloud-stream-samples/tree/main/multi-binder-samples/multi-binder-two-kafka-clusters, it should be the same for working with Event Hubs