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

Topic.Id corrupted on windows x86 #1864

Open
2 of 7 tasks
fred-ro opened this issue Dec 10, 2024 · 0 comments
Open
2 of 7 tasks

Topic.Id corrupted on windows x86 #1864

fred-ro opened this issue Dec 10, 2024 · 0 comments

Comments

@fred-ro
Copy link

fred-ro commented Dec 10, 2024

Description

Using the AdminClient describeTopic feature returned a corrupted topic.id on windows x86 environement.

How to reproduce

Just describe a topic using admin_client.describe_topics(TopicCollection(topic_names=['topic-name'])) and compare in the result the topic.id with the one returned by Java client or by the python client on Linux or MacOS.
Example:
java or python unix: 3Scf991+Q1iZVkXPFU1pyQ
python win: /////91+q1gAAAAAFU1pyQ

Checklist

Please provide the following information:

  • confluent-kafka-python and librdkafka version (confluent_kafka.version() and confluent_kafka.libversion()): client 2.6.1
  • Apache Kafka broker version: Any
  • Client configuration: {...}
  • Operating system: windows 64bits x86
  • Provide client logs (with 'debug': '..' as necessary)
  • Provide broker log excerpts
  • Critical issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant