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/03/14 12:59:46 UTC

[GitHub] [rocketmq] xujianhai666 opened a new issue #1849: schema support for rocketmq producer & consumer

xujianhai666 opened a new issue #1849: schema support for rocketmq producer & consumer
URL: https://github.com/apache/rocketmq/issues/1849
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   cosumer know nothing about message when consuming, programmer just  decodes message by convention, when message changed, consumer will failed fast and may crash.  
   
   2. Provide any additional detail on your proposed use case for this feature.
   support schema descriptor info about message, producer add schema id on message, cosnumer get schema based schema id on meesage.
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   
   4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
   
   - [sub-task1-issue-number](example_sub_issue1_link_here): sub-task1 description here, 
   - [sub-task2-issue-number](example_sub_issue2_link_here): sub-task2 description here,
   - ...
   

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

[GitHub] [rocketmq] xiangwangcheng commented on issue #1849: schema support for rocketmq producer & consumer

Posted by GitBox <gi...@apache.org>.
xiangwangcheng commented on issue #1849: schema support for rocketmq producer & consumer
URL: https://github.com/apache/rocketmq/issues/1849#issuecomment-603682946
 
 
   Actually, the implementation of RMQ now is more common because it is based on bytes.  The serialization and deserialization are handed to the business layer.
   But yeah, schema like pulsar can make it easier to use.

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

[GitHub] [rocketmq] wlliqipeng closed issue #1849: schema support for rocketmq producer & consumer

Posted by GitBox <gi...@apache.org>.
wlliqipeng closed issue #1849: schema support for rocketmq producer & consumer
URL: https://github.com/apache/rocketmq/issues/1849
 
 
   

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

[GitHub] [rocketmq] wlliqipeng commented on issue #1849: schema support for rocketmq producer & consumer

Posted by GitBox <gi...@apache.org>.
wlliqipeng commented on issue #1849: schema support for rocketmq producer & consumer
URL: https://github.com/apache/rocketmq/issues/1849#issuecomment-608335018
 
 
   I will close the Issue first, but please feel free to reopen it if you have any other issues. Issues are generally used for bug reports and feature requests, so it is recommended to discuss questions on the mailing list first, the mailing list address [https://rocketmq.apache.org/about/contact/],

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

[GitHub] [rocketmq] xiangwangcheng commented on issue #1849: schema support for rocketmq producer & consumer

Posted by GitBox <gi...@apache.org>.
xiangwangcheng commented on issue #1849: schema support for rocketmq producer & consumer
URL: https://github.com/apache/rocketmq/issues/1849#issuecomment-603695542
 
 
   BTW, rocketmq-spring offered a similar feature. You can specify a user-designed object when produce/consume msgs.

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

[GitHub] [rocketmq] wlliqipeng commented on issue #1849: schema support for rocketmq producer & consumer

Posted by GitBox <gi...@apache.org>.
wlliqipeng commented on issue #1849: schema support for rocketmq producer & consumer
URL: https://github.com/apache/rocketmq/issues/1849#issuecomment-608334469
 
 
    Apache RocketMQ has plans to support  schema in the year, which is expected to be released before August.

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