I found on the docs page for configuring WAN: 
https://geode.apache.org/docs/guide/11/topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html
 
<https://geode.apache.org/docs/guide/11/topologies_and_comm/multi_site_configuration/setting_up_a_multisite_system.html>

> Note: Replicated regions cannot use a parallel gateway sender. Use a serial 
> gateway sender instead.


I agree that the javadocs for GatewaySenderFactory could use some TLC.  For 
instance, the javadoc seems to imply that you’ll get a SerialGatewaySender by 
default (or perhaps always): 
> /**
>  * Factory to create SerialGatewaySender
>  * 
>  * 
>  * @since GemFire 7.0
>  * @see GatewaySender
>  * 
>  */
> public interface GatewaySenderFactory {


- Jared

> On Jun 20, 2017, at 2:29 PM, Kirk Lund <[email protected]> wrote:
> 
> Looks like a usability issue to me. Where did you find that info?
> 
> I'm looking at GatewaySenderFactory and there's not much info about 
> "parallel"...

Reply via email to