Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer when enabling topic metadata compression #11594

Commits on Aug 8, 2021

  1. Fix java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava…

    …/nio/ByteBuffer when enabling topic metadata compression
    
    Related to apache#11593. This PR is copy the bytes to the DirectBuf to get around the issue apache#11593.
    codelipenghui committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    0f48def View commit details
    Browse the repository at this point in the history
  2. Apply comment.

    codelipenghui committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    8bfba17 View commit details
    Browse the repository at this point in the history