turtleDeng opened a new issue #8366: URL: https://github.com/apache/pulsar/issues/8366
Hello there I am using erlang to write a consumer I am using pulsar-2.3 and the received message is as follows ``` <<0,0,0,76,0,0,0,23,8,9,74,19,8,1,18,15,8,10,16,2,24,255,255,255,255,255,255,255,255,255,1,0,0,0,32,10,14,115,116,97,110,100,97,108,111,110,101,45,48,45,50,16,1,24,157,140,225,201,213,46,50,3,107,101,121,64,0,0,0,0,4,24,44,64,3,104,101,108,108,111>> ``` I am using pulsar-2.6 and the received message is as follows ``` <<0,0,0,68,0,0,0,23,8,9,74,19,8,1,18,15,8,10,16,2,24,255,255,255,255,255,255,255,255,255,1,0,0,0,32,10,14,115,116,97,110,100,97,108,111,110,101,45,48,45,50,16,1,24,157,140,225,201,213,46,50,3,107,101,121,64,0,104,101,108,108,111>> ``` No matter which version it is, it is inconsistent with your official document structure, so I am very confused, how can I parse it? http://pulsar.apache.org/docs/en/develop-binary-protocol/#payload-commands ---------------------------------------------------------------- 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]
