Sunstreaker commented on issue #548:
URL: 
https://github.com/apache/rocketmq-spring/issues/548#issuecomment-1506433086

   @RongtongJin I am looking at the code now. At first glance it looks like to 
we need to change the 'enableMsgTrace' property from boolean to string to 
assign the spring expression
   so that the code can evaluate the expression 
"${demo.consumer.enableMsgTrace}" to get the boolean value using the 
'PropertyResolver.resolvePlaceholders'.
   
   this is a contract change at RocketMQMessageListener  and 
ExtRocketMQTemplateConfiguration by changing the enableMsgTrace property 
datatype from boolean to string.
   
   Can I go forward to change the property datatype? Trying to understand the 
impact of changing the datatype
   
   
   
   


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