You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/01/15 11:07:22 UTC

[GitHub] [rocketmq-spring] number-0 opened a new issue #333: about the deserialization method when consuming messages

number-0 opened a new issue #333:
URL: https://github.com/apache/rocketmq-spring/issues/333


   When "DefaultRocketMQListenerContainer" consumes messages, the deserialization is done by "String str = new String(messageExt.getBody(), Charset.forName(charset));", the method of deserialization should be specified, not hard-coded, for example, we can specify the method of deserialization through annotations
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [rocketmq-spring] RongtongJin closed issue #333: about the deserialization method when consuming messages

Posted by GitBox <gi...@apache.org>.
RongtongJin closed issue #333:
URL: https://github.com/apache/rocketmq-spring/issues/333


   


----------------------------------------------------------------
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:
users@infra.apache.org