You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1
Section link
Comment: Correct it as const { EventHubConsumerClient, earliestEventPosition } = require("@azure/event-hubs"); to use "earliestEventPosition" in code.
2
Section link
Comment: Correct it as Event Hub-compatible endpoint (e.g. "Endpoint=sb://my-iothub-namespace-[uid].servicebus.windows.net/;SharedAccessKeyName=my-SA-name;SharedAccessKey=my-SA-key;EntityPath=my-iot-hub-name")
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
May 8, 2020
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
May 8, 2020
ramya-rao-a
added
Client
This issue points to a problem in the data-plane of the library.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
labels
May 8, 2020
ghost
removed
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
May 8, 2020
Thanks for reporting this issue! We've made both changes you've suggested and have published version 5.2.1 of the @azure/event-hubs package with these changes.
1
Section link
Comment: Correct it as
const { EventHubConsumerClient, earliestEventPosition } = require("@azure/event-hubs");
to use "earliestEventPosition" in code.2
Section link
Comment: Correct it as Event Hub-compatible endpoint (e.g. "Endpoint=sb://my-iothub-namespace-[uid].servicebus.windows.net/;SharedAccessKeyName=my-SA-name;SharedAccessKey=my-SA-key;EntityPath=my-iot-hub-name")
The text was updated successfully, but these errors were encountered: