smiletrl commented on issue #668: URL: https://github.com/apache/rocketmq-client-go/issues/668#issuecomment-847717847
If you need pass simple data, a workaround is to pass the parameter through the message self. For example, if `order id` needs to be passed to `ExecuteLocalTransaction`, then `order id` can be encoded into message `msg *primitive.Message`. In `ExecuteLocalTransaction`, decode the message to get `order id`. -- 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: [email protected]
