Description of problem: This RFE is to track the changes required in the rpc to generate the events to be consumed by the eventing framework. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I currently do not see a need of generating events from rpc layer. It should rather be handled by consumers of rpc, just like glusterd is currently performing it. I have created a bug in protocol component for the same, in case we need events for client connects and disconnects by brick processes. Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1367382 Aravinda, it would be great if you could also confirm that we don't need events from RPC layer, rather from its users.
Given that the consumers of the RPC is going to push the events, there is no change required at RPC component.