bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.38k stars 4.85k forks source link

kraft mode create topic exception #48490

Closed whoadmin closed 1 year ago

whoadmin commented 1 year ago

Name and Version

bitnami/kafka:3.4

What architecture are you using?

None

What steps will reproduce the bug?

  1. my docker-compose.yaml
    
    version: "kafka"

networks: kakfaBridge: driver: bridge

services: kafka1: image: bitnami/kafka:3.4 networks:

What is the expected behavior?

topic list or describe run command success

What do you see instead?

Error while executing the topic command: The broker does not support METADATA

[2023-09-14 01:39:02,426] ERROR org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support METADATA
 (kafka.admin.TopicCommand$)
carrodher commented 1 year ago

It appears that the issue may not be directly related to the Bitnami Kafka container image or Helm chart, but rather to how the application is being utilized or configured in your specific environment.

For inquiries about the application itself, customizing its content, or questions about technology and infrastructure usage, we highly recommend referring to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.