From d1826cf61cb8b57f2264cbf6cfb88756416c4ff8 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 5 Nov 2010 01:55:18 +0000 Subject: New cluster plan: added transaction support git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1031396 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/design_docs/new-cluster-plan.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp') diff --git a/cpp/design_docs/new-cluster-plan.txt b/cpp/design_docs/new-cluster-plan.txt index b5cd353fc0..781876e55a 100644 --- a/cpp/design_docs/new-cluster-plan.txt +++ b/cpp/design_docs/new-cluster-plan.txt @@ -344,6 +344,10 @@ of the independence of operations on separate queues. Multicast should encode messages in fixed size buffers (64k)? Can't assume we can send message in one chunk. For 0-10 can use channel numbers & send whole frames packed into larger buffer. +** TODO [#B] Transaction support. +Extend broker::Cluster interface to capture transaction context and completion. +Sequence number to generate per-node tx IDs. +Replicate transaction completion. ** TODO [#B] Batch CPG multicast messages The new cluster design involves a lot of small multicast messages, they need to be batched into larger CPG messages for efficiency. -- cgit v1.2.1