You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/05/14 12:44:02 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #3581: ARTEMIS-3295 - do not cluster advisories

clebertsuconic commented on pull request #3581:
URL: https://github.com/apache/activemq-artemis/pull/3581#issuecomment-841219815


   I am sending a small tweak into this.
   
   Instead of passing the List as a reference everywhere, it would be simpler to just read from ClusterManager.
   
   The list is passed as a reference and if you change the source you also change on the passed reference. I think it could eventually be confusing. Instead I am just adding a getter on ClusterManager and reading from the source every time is needed.
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org