How do I forward data from one event hub to anaother one in a differernt region?

Gaurang Bhardwaj 1 Reputation point
2022-09-02T08:41:52.7+00:00

Hi,

I have 2 event hubs one is in UK south and one is in UK west.

Any idea how to stream data from the event hub in UK south to the one in UK west?

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
601 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,401 Reputation points Microsoft Employee
    2022-09-05T08:49:22.637+00:00

    Hi @Gaurang Bhardwaj ,

    Thank you for posting query in Microsoft Q&A Platform.

    You can consider writing your own SDK code to read events from EventHub and send them to another EventHub.

    Kindly check below documentation that explains how to Send events to and receive events from Azure Event Hubs - .NET
    https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-dotnet-standard-getstarted-send

    Hope this helps. Please let me know if any further queries.

    ------------

    Please consider hitting Accept Answer button. Accepted answers help community as well.