alexcao2018 commented on code in PR #5150:
URL: https://github.com/apache/rocketmq/pull/5150#discussion_r976326262


##########
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:
   Please review final code committed.



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

Reply via email to