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/10/08 02:30:15 UTC

[GitHub] [pulsar] codelipenghui commented on pull request #17948: [issue-17931][improve][java-client]Cache SchemaHash

codelipenghui commented on PR #17948:
URL: https://github.com/apache/pulsar/pull/17948#issuecomment-1272202395

   @AnonHxy If the problem is too many calls to `HashFunction#hashBytes(byte[])`,  It's better to introduce a static BytesSchemaHash? so that we don't need to introduce new dependency to the client side.


-- 
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