You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:
The text was updated successfully, but these errors were encountered: