spring-data-geode
spring-data-geode copied to clipboard
Implement startWithCleanQueue in GatewaySenderWrapper [DATAGEODE-342]
yozaner1324 opened DATAGEODE-342 and commented
GEODE-7458 added a method startWithCleanQueue() to the GatewaySender interface.
Because GatewaySenderWrapper does not implement the new method, the class does not compile. To fix this, we need to add an implementation of the startWithCleanQueue() method to the GatewaySenderWrapper class.
No further details from DATAGEODE-342
John Blum commented
GEODE-7458 is not targeted until Apache Geode 1.14.
We will pick this up when SDG is rebased on Apache Geode 1.14, which will not occur until Apache Geode 1.14 is GA