alexcao2018 commented on PR #5172: URL: https://github.com/apache/rocketmq/pull/5172#issuecomment-1256256635
> Why UnsupportedEncodingException is not OK while MQClientException is? Because previous version using the method of String getBytes(String) that throws UnsupportedEncodingException, I change to use getBytes(Charset) , overload, making code nice, It is none of business to MQClientException. -- 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]
