gemmellr commented on PR #6205:
URL: https://github.com/apache/artemis/pull/6205#issuecomment-3834872659

   > There is a use case where a user has a coded configuration impl that they 
pass to the broker, if that contains re loadable config and there are the same 
entries in a properties file that is reloaded, then the reload will take 
precedence. In this case there are two sources of truth and one is re-loadable, 
I think this is the expected behaviour, but due to this bug, it is not 
currently the case.
   
   I wont just 'take precedence', it could silently toss original configuration 
even where they dont overlap at all, giving potentially a completely different 
result than when the very same properties were applied at startup. So even 
touching the file could alter config vs startup, which itself seems like an 
issue.
   
   FWIW, you added a startup class for use with images thats specifically using 
that behaviour, and added ability to change the properties path on another 
related embedding class that then allows it too, so youll likely need to look 
at updating those, and some of the tests that use it, if you want to change 
this.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to