spring-projects / spring-data-geode

Spring Data support for Apache Geode
Apache License 2.0
50 stars 37 forks source link

Implement startWithCleanQueue in GatewaySenderWrapper [DATAGEODE-342] #391

Open spring-projects-issues opened 4 years ago

spring-projects-issues commented 4 years ago

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 commented 4 years ago

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