Closed
Description
Streaming transaction handles must be created and destructed dynamically when the server is joining and leaving the cluster. This should be done in total order in order to avoid race conditions with fragment applying. The streaming transaction handles are already destructed when the server leaves the cluster, but the recovery in total order is still missing.
Provide a service interface call which will called in total order whenever the streaming transactions should be recovered.