[infinispan-dev] Message batching in JGroups

Bela Ban bban at redhat.com
Wed Feb 27 11:44:10 EST 2013


I'm not sure adding receive(MessageBatch) to Receiver and to UpHandler 
is a benefit to applications. The current implementation simply calls 
receive(Message) or up(new Event(Event.MSG, msg)), so each message in a 
batch is delivered in turn.

I thought - if it turns out we need this - I can always add it later, 
.e.g. in 4.0 where API breakage is allowed.

Thoughts ? I know this is pretty knew, so folks have probably not yet 
played with this feature...

[1] https://issues.jboss.org/browse/JGRP-1581

-- 
Bela Ban, JGroups lead (http://www.jgroups.org)



More information about the infinispan-dev mailing list