spring-data-geode icon indicating copy to clipboard operation
spring-data-geode copied to clipboard

Implement startWithCleanQueue in GatewaySenderWrapper [DATAGEODE-342]

Open spring-projects-issues opened this issue 5 years ago • 1 comments

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

spring-projects-issues avatar May 26 '20 18:05 spring-projects-issues

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

spring-projects-issues avatar Jun 02 '20 21:06 spring-projects-issues