We are using a number of Event Handlers to handle post-commit updates to notifications, metrics, search, etc.
A number of those process can be somewhat lengthy, such as email or SMS notifications. For search, we have build our ElasticSearch to use the async mode with Promises. As is documented in 113.8.2, we should not stall our handlers, so I am looking for guidance on how best to integrate push streams with Event Handlers (if that is the right approach) and how can any type of back pressure can be applied given the disconnected nature of Events. Thanks Alain
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
