[ https://issues.apache.org/jira/browse/GEODE-9629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422543#comment-17422543 ]
ASF subversion and git services commented on GEODE-9629: -------------------------------------------------------- Commit 4e94e971d5f45d825f162137b8eef9a130108af4 in geode's branch refs/heads/develop from Alberto Gomez [ https://gitbox.apache.org/repos/asf?p=geode.git;h=4e94e97 ] GEODE-9629: Remove from the GatewaySender API one setter method. (#6915) The following setter has been removed from the GatewaySender interface: setRetriesToGetTransactionEventsFromQueue() > GatewaySender.setRetriesToGetTransactionEventsFromQueue on public API > --------------------------------------------------------------------- > > Key: GEODE-9629 > URL: https://issues.apache.org/jira/browse/GEODE-9629 > Project: Geode > Issue Type: Improvement > Components: wan > Affects Versions: 1.15.0 > Reporter: Udo Kohlmeyer > Priority: Blocker > Labels: needsTriage, pull-request-available > > GatewaySender.setRetriesToGetTransactionEventsFromQueue is defined on the > public API. > The problem with this is that Geode should not allow for the simple > modification of settings for a GatewaySender. Without proper process / > management around the changing of the properties it would be too simple to > introduce side-effects by changing settings on the GatewaySender. > We (Geode) should NOT allow for the direct manipulation of configuration of > ANY component without it having gone through a controlled process, to ensure > that there aren't any side effects resulting from the change. -- This message was sent by Atlassian Jira (v8.3.4#803005)