VGalaxies opened a new pull request, #12275: URL: https://github.com/apache/iotdb/pull/12275
After this PR, it will be possible to specify either `host:port` or `node-urls` as initial endpoints when creating a subscription consumer. The priority of `host:port` is higher than `node-urls`. Upon opening the consumer, it will iterate through the initial endpoints for handshake to obtain the endpoints of all DNs in the entire cluster. Additionally, there will be an endpoints syncer that periodically checks for the addition or removal of DN nodes in the cluster, dynamically adjusting the subscription provider accordingly. TODO: - [ ] ITs -- 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]
