From 765437df54a0e74f37a2c65515f54755096eeecd Mon Sep 17 00:00:00 2001 From: reivilibre <38398653+reivilibre@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:11:38 +0100 Subject: Add tests for `last_successful_stream_ordering` (#8258) --- changelog.d/8258.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8258.misc (limited to 'changelog.d/8258.misc') diff --git a/changelog.d/8258.misc b/changelog.d/8258.misc new file mode 100644 index 0000000000..3c27803be4 --- /dev/null +++ b/changelog.d/8258.misc @@ -0,0 +1 @@ +Track the `stream_ordering` of the last successfully-sent event to every destination, so we can use this information to 'catch up' a remote server after an outage. -- cgit 1.5.1