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 · 0 comments
Labels
kind/enhancement New feature or request

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

1 participant