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

Deprecated IDeltaManager.inbound and IDeltaManager.outbound removal #22843

Closed
jatgarg opened this issue Oct 17, 2024 · 0 comments · Fixed by #22282
Closed

Deprecated IDeltaManager.inbound and IDeltaManager.outbound removal #22843

jatgarg opened this issue Oct 17, 2024 · 0 comments · Fixed by #22282
Assignees
Labels
api deprecation Changes to a deprecated API triage

Comments

@jatgarg
Copy link
Contributor

jatgarg commented Oct 17, 2024

Deprecated API removal

Deprecated IDeltaManager.inbound and IDeltaManager.outbound are being removed

Context

  • Deprecated IDeltaManager.inbound as it was not very useful to the customer and there are pieces of functionality that can break the core runtime if used improperly. For example, summarization and processing batches. Do not use the apis on this if possible. Data loss/corruption may occur in these scenarios in which
    IDeltaManger.inbound.pause() or IDeltaManager.inbound.resume() get called.
  • Deprecated IDeltaManager.outbound as it was not very useful to the customer and there are pieces of functionality that can break the core runtime if used improperly. For example, generation of batches and chunking. Op batching and chunking can be broken. Data loss/corruption may occur in these scenarios in which IDeltaManger.inbound.pause() or IDeltaManager.inbound.resume() get called.

Alternatives

  • Alternatives to IDeltaManager.inbound.on("op", ...) are IDeltaManager.on("op", ...)
  • Alternatives to calling IDeltaManager.inbound.pause, IDeltaManager.outbound.pause for IContainer disconnect use IContainer.disconnect.
  • Alternatives to calling IDeltaManager.inbound.resume, IDeltaManager.outbound.resume for IContainer reconnect use IContainer.connect.
@jatgarg jatgarg added the api deprecation Changes to a deprecated API label Oct 17, 2024
@jason-ha jason-ha changed the title Deprecated IDeltaManager.inbound and IDeltaManager.outbound Deprecated IDeltaManager.inbound and IDeltaManager.outbound removal Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api deprecation Changes to a deprecated API triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant