dockerzhang opened a new issue #983: URL: https://github.com/apache/incubator-inlong/issues/983
<p>When adding, modifying, or deleting the default Broker configuration or Topic configuration, we need the caller to specify the specific broker‘s scope of operations and which brokers to operate on. In actual use, if the business needs to deploy the topic on the entire cluster, or just want to specify how many brokers to deploy, this setting is awkward.</p> <p>Some businesses propose that it is best to provide a configuration parameter of the scope of influence of the broker during operation, and the Master handle which broker nodes are deployed to.</p> <p>It is planned to increase the broker-range configuration options for configuration changes: when carrying this configuration, the Master selectively deploys topic according to the specified number of broker nodes and the number of topic deployments on each Broker; if the request carries the configuration option of brokerId, then the broker-range configuration is ignore and the configuration change is operated based on the brokerId configuration.</p> <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-389">[INLONG-389]</a> created by gosonzhang</i> -- 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]
