Skip to content

Add get_partition_info method in Event Hub Client #5324

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

Closed
yunhaoling opened this issue May 18, 2019 · 0 comments
Closed

Add get_partition_info method in Event Hub Client #5324

yunhaoling opened this issue May 18, 2019 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Milestone

Comments

@yunhaoling
Copy link
Contributor

In current python event hub client, there's no get_partition_info method which returns Event Hub partition information. Other languages support this method.

The method signature should be: def get_partition_info(partition) which accepts a parition id (str type) and it should return the following information of the specified partition:

  • hub_path
  • partition_id
  • beginning_sequence_number
  • last_sequence_number
  • last_enqueued_offset
  • last_enqueued_time_utc
  • type
@yunhaoling yunhaoling added Event Hubs Client This issue points to a problem in the data-plane of the library. labels May 18, 2019
@yunhaoling yunhaoling added this to the Sprint 153 milestone May 18, 2019
@yunhaoling yunhaoling self-assigned this May 18, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

No branches or pull requests

2 participants