Dear team,
I got below error when I run kafka-mqtt-proxy:
[2023-09-25 07:25:43,201] [main] ERROR Stopping Kafka-MQTT due to error (io.confluent.mqtt.KafkaMqttMain:68)
org.apache.kafka.common.errors.TopicAuthorizationException: Topic authorization failed.
The image is: confluentinc/cp-kafka-mqtt:5.4.2
And the related setting is “KAFKA_MQTT_TOPIC_REGEX_LIST”: “test-v1:test-v1”
So, what is the required permissions for that topic? I already have the “READ”/“WRITE”/“DESCRIBE” permission.
BTW, is mqtt-proxy a open source product? I search the whole github and cannot find the KafkaMqttMain class so that I cannot find any clue.
Thanks,