jon-wei opened a new pull request #6729: Use @Coordinator leader client in CoordinatorRuleManager URL: https://github.com/apache/incubator-druid/pull/6729 This changes the router's `CoordinatorRuleManager` to use the `DruidLeaderClient` annotated with `@Coordinator` for fetching rules, instead of a separate coordinator `DruidLeaderClient` created in `CliRouter`. This removes the `coordinatorServiceName` and `rulesEndpoint` properties from the router which were only used for that separate leader client: - coordinatorServiceName is redundant since we already have `druid.selectors.coordinator.serviceName` - I don't think the rules endpoint needs to be configurable, since it cannot be changed from the coordinator side
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
