Skip to content

Eventhub checkpointstoreblob Readme and Samples issues #16341

@v-xuto

Description

@v-xuto
  1. Section link:
    image

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:
image

Section link1,link2:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.DocsEvent Hubsneeds-team-triageWorkflow: This issue needs the team to triage.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions