Update the migration guide to document that processor checkpoints from legacy versions are not applied #11374
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Docs
Event Hubs
Milestone
Summary
In order to align with the goal of supporting cross-language checkpoints and a more efficient means of tracking partition ownership, the
EventProcessorClient
does not consider or apply checkpoints created with the legacyMicrosoft.Azure.EventHubs.Processor
family of types. This is a potential area of confusion and should be highlighted for consideration within the migration guide.Scope of Work
Enhance the migration guide to call out that checkpoints and ownership data are not carried forward from the legacy Event Hubs processor types.
Consider adding instructions to manually copy/apply the data between formats or a tool to perform the migration of checkpoint data from the legacy format.
Success Criteria
EventProcessorClient
regarding legacy checkpoints and sets clear expectations for developers migrating to the new library.Related Items
The text was updated successfully, but these errors were encountered: