Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Service Bus] [Event Hubs] Update websocket options shape #7368

Merged
merged 8 commits into from
Feb 14, 2020

Conversation

HarshaNalluru
Copy link
Member

@HarshaNalluru HarshaNalluru commented Feb 12, 2020

Issue - #7066

First draft - HarshaNalluru#26

Moved WebSocketOptions from eventhubs to core-amqp upon @ramya-rao-a's suggestion to avoid duplication.

@HarshaNalluru HarshaNalluru marked this pull request as ready for review February 12, 2020 20:43
@HarshaNalluru HarshaNalluru added Client This issue points to a problem in the data-plane of the library. Event Hubs Service Bus labels Feb 12, 2020
@HarshaNalluru HarshaNalluru changed the title [Service Bus] Update websocket options shape [Service Bus] [Event Hubs] Update websocket options shape Feb 12, 2020
Copy link
Contributor

@chradek chradek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks great! Have a few suggestion.

sdk/core/core-amqp/src/util/utils.ts Outdated Show resolved Hide resolved
sdk/eventhub/event-hubs/src/index.ts Show resolved Hide resolved
sdk/servicebus/service-bus/src/serviceBusClient.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@chradek chradek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the edits! Ship it!

* @property
* The WebSocket constructor used to create an AMQP connection over a WebSocket.
* This option should be provided in the below scenarios:
* - The TCP port 5671 which is that is used by the AMQP connection to Event Hubs is blocked in your environment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is now in core-amqp, "Event Hubs" should not be mentioned.
Skip it altogether

cc @HarshaNalluru, @chradek

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome back @ramya-rao-a !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs Service Bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants