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

Event Hub components should expose initialOffset in manifest to control starting position (like Kafka) #3569

Open
oising opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
kind/enhancement New feature or request
Milestone

Comments

@oising
Copy link

oising commented Oct 16, 2024

Describe the feature

When an PubSub or Binding component starts up with an empty/new checkpoint store, it starts at the latest position in the backing store. There should be an option to allow starting at the earliest.

Kafka supports this with initialOffset

image

See https://github.com/Azure/azure-event-hubs-go/blob/3dc3aeb6144e5d79a70d32f023f9d5990f81569d/persist/checkpoint.go#L29 in the azure SDK go SDK for the mechanism to support this.

Release Note

RELEASE NOTE:

@oising oising added the kind/enhancement New feature or request label Oct 16, 2024
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Nov 15, 2024
@oising
Copy link
Author

oising commented Nov 15, 2024

Bump.

@github-actions github-actions bot removed the stale label Nov 15, 2024
@yaron2 yaron2 self-assigned this Nov 18, 2024
@yaron2 yaron2 added this to the v1.15 milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants