brusdev commented on code in PR #5603: URL: https://github.com/apache/activemq-artemis/pull/5603#discussion_r2042325658
########## 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: I changed the default attempts to 30 because it is sufficient to update the topology when the cluster connection uses a discovery group and doesn't cause infinite reties in case of a cluster connection configuration with a wrong static connector. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact