imaffe commented on issue #2248:
URL: https://github.com/apache/rocketmq/issues/2248#issuecomment-675822534


   Multiple consumer/producer can use a single NettyClient. In this case a 
single consumer/prodcuer should not be able to modify the netty client settings 
as it might affect other consumer/producers. In some way Consumer/Producer 
config and NettyClient config are in different scope. Currently we hide 
nettyclient configs from users, but if we want to expose them, we need to 
probably design an extra config mechanism and make sure users understand that a 
netty config is global to all consumers/producers(with same instanceName). And 
that is why we cannot simply add this configuration in ConsumerConfigs.
   
   It would be nice if we can work out a graceful solution for NettyClient 
config. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to