gtully commented on code in PR #5603:
URL: https://github.com/apache/activemq-artemis/pull/5603#discussion_r2034846528
##########
artemis-server/src/main/resources/schema/artemis-configuration.xsd:
##########
@@ -2630,6 +2630,14 @@
</xsd:annotation>
</xsd:element>
+ <xsd:element name="topology-scanner-attempts" type="xsd:int"
default="-1" maxOccurs="1" minOccurs="0">
+ <xsd:annotation>
+ <xsd:documentation>
+ maximum number of topology scanner attempts, -1 means 'no
limits'
Review Comment:
Is there any down side to leaving this scanner running, with a scan period.
0, don't run, > 0 delay X between runs. Is it possible for a subgroup to evolve
without a restart, but just by temp network partition. If it is possible, then
having the scanner run in the background always by default would make sense.
--
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]
For further information, visit: https://activemq.apache.org/contact