Deprecated IDeltaManager.inbound
and IDeltaManager.outbound
removal
#22843
Labels
IDeltaManager.inbound
and IDeltaManager.outbound
removal
#22843
Deprecated API removal
Deprecated
IDeltaManager.inbound
andIDeltaManager.outbound
are being removedContext
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 whichIDeltaManger.inbound.pause()
orIDeltaManager.inbound.resume()
get called.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 whichIDeltaManger.inbound.pause()
orIDeltaManager.inbound.resume()
get called.Alternatives
IDeltaManager.inbound.on("op", ...)
areIDeltaManager.on("op", ...)
IDeltaManager.inbound.pause
,IDeltaManager.outbound.pause
forIContainer
disconnect useIContainer.disconnect
.IDeltaManager.inbound.resume
,IDeltaManager.outbound.resume
forIContainer
reconnect useIContainer.connect
.The text was updated successfully, but these errors were encountered: