Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.5 (Kay SR5), 2.1 M1 (Lovelace)
-
Fix Version/s: 2.0.6 (Kay SR6), 2.1 M2 (Lovelace)
-
Component/s: AsyncEventQueue
-
Environment:Spring Data Geode + Apache Geode
-
Sprint:Lovelace M2 / M3
Description
Native Apache Geode cache.xml allows a user to define the following event filter:
<async-event-queue id="myQueue"> <gateway-event-filter> <class-name>my.event.Filter</class-name> </gateway-event-filter> </async-event-queue>
There's no such equivalent in Spring XML.