How to publish events to eventhub from different location?

K.P.

I am trying to send events to eventhub. But I am getting error

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

Same program (Sample program from MSDN) working with Eventhub with location SouthIndia. It is not working for Eventhub with the location Central US.

What is the role of location in eventhub? How can I send the events to the Eventhub in Central US?

Murray Foxcroft

It is unlikely that you Event Hubs is not available or has issues. Have you checked Azure Service Health?

Try standing up another "vanilla" Event Hub in the East US and see if you can connect to it.

The only other difference between an Event Hub hosted in South India and one in Central US is that they are serviced out of different data centers. There is likely a firewall between your machine and the East US that is not allowing the connection.

Try using the Event Hubs Rest API using a simple https call or client (e.g. PostMan) and check the results of the request and response to try get a better idea of where the error is.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Publish message to EventHub Rider from MassTransit BehaviorContext

Avoid consuming same events parallel from EventHub

How to publish and download artifacts from multiple jobs into one location on pipeline?

How to call variables from different events together?

Consume events from EventHub In Azure Databricks using pySpark

How to get location from the different places in NSString?

How to import a package from a different location?

Route events to eventhub EventProcessor

How can I create a table with different fields from different events?

How to add location for users and events

How to properly publish DDD domain events with spring?

How to load hibernate.cfg.xml from different location

how to copy the files from a different folders to single location in WINDOWS?

Angular Events from different components

How to read from multiple EventHub partitions simultaneously with high throughput?

How to redirect a specific location to that location on a different domain?

Esper query for when multiple different events occur in one location

How to abstract the events of different modules

how to save different file to different location while moving from sftp to local directory using spring integration

How to use publish profile to target different environment

Azure Function not picking up Eventhub events

How to publish events in azure event grid to a topic in python?

How to disconnect from events

Publish events with MassTransit

How to distinguish mouse events from touchscreen events?

How to change from keyboard events to mouse events

Call same events from different modules in Opencart

Typescript syntax for a lambda that is triggered from different events

How to broadcast events from Web Api project to MVC app on a different App Pool using SignalR