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

Kafka Cluster ID verification problem #77148

Open
mhkarimi1383 opened this issue Feb 10, 2025 · 1 comment
Open

Kafka Cluster ID verification problem #77148

mhkarimi1383 opened this issue Feb 10, 2025 · 1 comment
Assignees
Labels
kafka tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@mhkarimi1383
Copy link

mhkarimi1383 commented Feb 10, 2025

Name and Version

bitnami/kafka:3.9

What architecture are you using?

amd64

What steps will reproduce the bug?

  1. Create a KRaft Kafka cluster (Generate Cluster ID with openssl rand -base64 16)
  2. If your cluster ID contains Equal Sign (=) you will get an error about cluster id mismatch (Image is trying to escape = and compares = with \=)

What is the expected behavior?

Work normal :)

What do you see instead?

escape = and compares = with \=

@mhkarimi1383 mhkarimi1383 added the tech-issues The user has a technical issue about an application label Feb 10, 2025
@github-actions github-actions bot added the triage Triage is needed label Feb 10, 2025
@mhkarimi1383 mhkarimi1383 changed the title Kafka Cluster id verification problem Kafka Cluster ID verification problem Feb 10, 2025
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kafka tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants