Skip to content

Ability to specify transport type for event hubs in the new 2.0.0 package. #431

@talhanaveedcoop

Description

@talhanaveedcoop

In version 1.5.4, we used EventHubsConnectionStringBuilder from Microsoft.Azure.EventHubs, which had a TransportType property that allowed us to specify AMQP WebSockets. The new Azure.Messaging.EventHubs package's EventHubsConnectionStringProperties doesn’t have this property, and it defaults to AMQP.

Our company's network blocks AMQP ports, so I need to use AMQP WebSockets to run the code locally. Could you add an option to specify TransportType in Netherite? This would help in environments where AMQP is restricted.

It seems like a simple and useful addition.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions