GerryYuan commented on pull request #5694: URL: https://github.com/apache/skywalking/pull/5694#issuecomment-717656204
@wu-sheng @kezhenxu94 I have some problems and need your help. MQTT Because the protocol header is fixed, it is impossible to pass the contextcarrier header, and the consumer cannot get it. As a result, the whole call chain producer and consumer are disconnected. I have come up with a solution. I put the contextcarrier header in the mqtt payload, and then get the set from the consumer to the carrieritem. However, there is a problem. If the user can install the If our mqtt plugin is installed, but the consumer side is another service. If the mqtt plugin is not installed, the message will be changed by string instead of the message delivered by the user. Is there any other way to implement the header transmission of contextcarrier. ---------------------------------------------------------------- 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]
