You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/16 14:54:48 UTC

[GitHub] [pulsar-client-go] cocktail828 commented on pull request #806: [issue 447] double check message size when client enable compress

cocktail828 commented on PR #806:
URL: https://github.com/apache/pulsar-client-go/pull/806#issuecomment-1186211724

   > Hello, I think this problem may be resolved in #805 . https://github.com/apache/pulsar-client-go/pull/805/files#diff-8adb09af2175be5751840343e14df2220a2154ca4bc8de21157ed112be25b6b9L521-L533
   > 
   > <img alt="image" width="956" src="https://user-images.githubusercontent.com/50270213/178887399-0e0ba0a0-16c9-4a70-a763-03dfa007326f.png">
   
   Hi @Gleiphir2769, according to  the implement of Java-Client, it should also check 'encryptedPayload' not only the payload in 'ProducerMessage'.
   The valid payload is encapsuled with metaData headers and payloads ([metaDataSize][metaData][payload]....)(refer to https://pulsar.apache.org/docs/developing-binary-protocol)
   https://github.com/apache/pulsar/blob/24c62c137670fcaff69ae91be30d2b531470ee03/pulsar-client/src/main/java/org/apache/pulsar/client/impl/BatchMessageContainerImpl.java#L201


-- 
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@pulsar.apache.org

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