On 21.10.15 8:26 , Bertrand Delacretaz wrote:
On Tue, Oct 20, 2015 at 9:06 PM, Oliver Lietz <[email protected]> wrote:
...have you considered something like Apache Ignite or Apache Kafka?...
Using external message queue systems would be good IMO to process what
Oak calls (IIRC) "external" events.
We might handle the local events in Sling and let people use whatever
they see fit for the non-local ones.
See https://github.com/mduerig/oak-kafka for a POC I implemented a while
ago. However note that there are grave security concerns regarding any
such approach as it is not clear how to extend Oak's rich system of
access control policies to an external message queue.
Michael