You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "vertee (via GitHub)" <gi...@apache.org> on 2023/03/28 14:51:44 UTC

[GitHub] [rocketmq-clients] vertee opened a new issue, #427: golang can't set properties

vertee opened a new issue, #427:
URL: https://github.com/apache/rocketmq-clients/issues/427

   the version of golang  can't set properties in message


-- 
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: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] guyinyou commented on issue #427: golang can't set properties

Posted by "guyinyou (via GitHub)" <gi...@apache.org>.
guyinyou commented on issue #427:
URL: https://github.com/apache/rocketmq-clients/issues/427#issuecomment-1489695696

   > the version of golang can't set properties in message
   
   https://github.com/apache/rocketmq-clients/pull/432


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] aaron-ai closed issue #427: golang can't set properties

Posted by "aaron-ai (via GitHub)" <gi...@apache.org>.
aaron-ai closed issue #427: golang can't set properties
URL: https://github.com/apache/rocketmq-clients/issues/427


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-clients] francisoliverlee commented on issue #427: golang can't set properties

Posted by "francisoliverlee (via GitHub)" <gi...@apache.org>.
francisoliverlee commented on issue #427:
URL: https://github.com/apache/rocketmq-clients/issues/427#issuecomment-1489601866

   try this:
   ```golang
   msg.GetProperties()["key"] = "value"
   ```
   ![image](https://user-images.githubusercontent.com/5908412/228714347-9bf9f38e-a5f9-4464-8808-d5e12a475cba.png)
   


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org