mlsorensen commented on issue #6778:
URL: https://github.com/apache/cloudstack/issues/6778#issuecomment-1696028344

   > ok, so your idea is that we create a list of channels and in have a 
default MessageBus.publish() iterate the list of registered message busses and 
call eache publish implementation?
   > Not sure if that is the best design. any thoughts anybody?
   
   I’m not necessarily advocating for any specific implementation, but it would 
be good to support more than one registered EventBus implementation. 
   
   The most straightforward way is probably to just make the existing code 
aware that there can be more than one, and that would be fine for a small 
number.  
   
   If we want scalability (say we wanted dozens of implementations), maybe a 
sub/pub model would work better. 
   
   I have a hard time imagining anyone would need many implementations. I think 
we are realistically talking publishing events to maybe two or three types.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to