alexcao2018 commented on code in PR #5150:
URL: https://github.com/apache/rocketmq/pull/5150#discussion_r976205729
##########
example/src/main/java/org/apache/rocketmq/example/ordermessage/Producer.java:
##########
@@ -52,9 +52,8 @@ public MessageQueue select(List<MessageQueue> mqs, Message
msg, Object arg) {
System.out.printf("%s%n", sendResult);
}
-
producer.shutdown();
- } catch (MQClientException | RemotingException | MQBrokerException |
InterruptedException e) {
+ } catch (MQClientException | RemotingException | MQBrokerException |
InterruptedException | UnsupportedEncodingException e) {
Review Comment:
So please review my new committed code.
--
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]