-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsEvent Hubsneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.
Milestone
Description
- Section link:

Suggestion:
Refer to this section of other service Readme, for example :
https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake#more-sample-code
It is recommended to update as shown in the figure below:

Reason:
ValueError: The eventhub name can not be None or empty.
Suggestion:
Add a comment to CONNECTION_STR # connection string contains EventHub name.
Or
Add eventhub_name=eventhub_name , uptate to:
client = EventHubConsumerClient.from_connection_string(
CONNECTION_STR,
"$Default",
eventhub_name=eventhub_name,
checkpoint_store=checkpoint_store
)
@jongio for notification.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.DocsEvent Hubsneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.
