Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Allow for accessor partitioned regions to route incoming operations.
The idea is to use a PR to control distributed/partitioned processing of events without the need to cache them. This option would be especially useful for streaming cases where the target is a PR's attached AsyncEventQueue. Also useful when the target is a PR's attached CacheListener. We have developed some work-around for this in the field, but they require significant code and complex configuration, and limited to event input from peer-clients.
For many use-cases, there would still be a need to co-locate other standard/caching PR's with the "empty" one to enable enrichment, transformation, and similar logic in the custom event callbacks (either CacheListener or AEQ Listener).