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 2020/01/05 17:42:36 UTC

[GitHub] [rocketmq-spring] xiangwangcheng commented on issue #209: [ISSUE #208]support request/reply model in rocketmq-spring

xiangwangcheng commented on issue #209: [ISSUE #208]support request/reply model in rocketmq-spring
URL: https://github.com/apache/rocketmq-spring/pull/209#issuecomment-570932230
 
 
   I have made some changes after referring to the implementation of Kafka-spring.
   1. reduce the number of methods
   2. use generic type to receive reply content
   3. add a new interface `RocketMQReplyListener` for consuming and replying.
   4. conceal the reply logic in consumer side.

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


With regards,
Apache Git Services