RongtongJin commented on a change in pull request #201: solve the probolem that 
RocketMQListener can not deserialize generic onMessage method parameter
URL: https://github.com/apache/rocketmq-spring/pull/201#discussion_r357001665
 
 

 ##########
 File path: 
rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java
 ##########
 @@ -308,14 +314,14 @@ public void setApplicationContext(ApplicationContext 
applicationContext) throws
     @Override
     public String toString() {
         return "DefaultRocketMQListenerContainer{" +
-            "consumerGroup='" + consumerGroup + '\'' +
-            ", nameServer='" + nameServer + '\'' +
-            ", topic='" + topic + '\'' +
-            ", consumeMode=" + consumeMode +
-            ", selectorType=" + selectorType +
-            ", selectorExpression='" + selectorExpression + '\'' +
-            ", messageModel=" + messageModel +
-            '}';
+                "consumerGroup='" + consumerGroup + '\'' +
 
 Review comment:
   I found you changed the code style. Could you keep up with the code style on 
the [official website](http://rocketmq.apache.org/docs/code-guidelines/) ?

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


With regards,
Apache Git Services

Reply via email to