Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authors: Mario Ivanac

Status: Draft   | Discussion | Active | Dropped | Superseded

Superseded by: N/A

...

  • alert-threshold
  • batch-size
  • batch-time-interval
  • group-transaction-events
  • gateway-event-filtergateway-transport-filter


Anti-Goals


Solution

...

  • alert-threshold
  • batch-size
  • batch-time-interval
  • group-transaction-events
  • gateway-event-filter
  • gateway-transport-filter


After command is executed, changes will be applied to specified gateway senders (ID), on specified (or all) members, and also in cluster configuration.

To avoid any interference, dispatch thread will be paused in moment when changes are applied for sender on each member (similar as it is done for "load-balance gateway-sender" command).


PR with proposed solution: https://github.com/apache/geode/pull/5630

Changes and Additions to Public Interfaces

New method updatemethods setAlertThreshold(), setBatchSize(), setBatchTimeInterval(), setGroupTransactionEvents(), setGatewayEventFilters() will be added to GatewaySender.

...