On Thu, Mar 30, 2017 at 5:26 PM, Ian Boston <[email protected]> wrote: > ...If you must have 100% compatibility, then don't use MoM API. I dont know > how you will really do "distributed' and "messaging" given parts of the > Sling Events API need to query a centralised store...
+1, it might be useful to reimplement the Sling Events API outside of JCR to help spread the load, but that won't make it magically scalable. Unless clients do not use the problematic methods, but that's impossible to enforce without restricting the API, which is what the MoM API is about. -Bertrand
