ShadowySpirits opened a new issue, #5089: URL: https://github.com/apache/rocketmq/issues/5089
Broker will pass MessageStorePluginContext to plugin store when init them. But there are only BrokerConfig and MessageStoreConfig in MessageStorePluginContext. Plugin store can only manage the configuration themselves or add it to MessageStoreConfig, which is not a good choice. A better way is to delegate plugin store configuration by broker. Plugin store configuration can load from broker configuration file and change by updateBrokerConfig command. -- 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]
