Skip to content

Provide service interface call to recover streaming transactions #54

Closed
@temeo

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.

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions