You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating Kafka topic, I received this error message.
./bin/kafka-topics --create --partitions 6 --replication-factor 3 --topic test
_Error while executing topic command : KeeperErrorCode = NoAuth for /config/topics/test
[2020-12-13 01:42:16,292] ERROR org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /config/topics/test
at org.apache.zookeeper.KeeperException.create(KeeperException.java:120)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at kafka.zookeeper.AsyncResponse.maybeThrow(ZooKeeperClient.scala:564)
at kafka.zk.KafkaZkClient.createRecursive(KafkaZkClient.scala:1646)
at kafka.zk.KafkaZkClient.createOrSet$1(KafkaZkClient.scala:365)
at kafka.zk.KafkaZkClient.setOrCreateEntityConfigs(KafkaZkClient.scala:375)
at kafka.zk.AdminZkClient.createTopicWithAssignment(AdminZkClient.scala:93)
at kafka.zk.AdminZkClient.createTopic(AdminZkClient.scala:57)
at kafka.admin.TopicCommand$ZookeeperTopicService.createTopic(TopicCommand.scala:372)
at kafka.admin.TopicCommand$TopicService.createTopic(TopicCommand.scala:200)
at kafka.admin.TopicCommand$TopicService.createTopic$(TopicCommand.scala:195)
at kafka.admin.TopicCommand$ZookeeperTopicService.createTopic(TopicCommand.scala:364)
at kafka.admin.TopicCommand$.main(TopicCommand.scala:62)
at kafka.admin.TopicCommand.main(TopicCommand.scala)
(kafka.admin.TopicCommand$)_
Can you please help?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi Fhussonnois,
When creating Kafka topic, I received this error message.
./bin/kafka-topics --create --partitions 6 --replication-factor 3 --topic test
_Error while executing topic command : KeeperErrorCode = NoAuth for /config/topics/test
[2020-12-13 01:42:16,292] ERROR org.apache.zookeeper.KeeperException$NoAuthException: KeeperErrorCode = NoAuth for /config/topics/test
at org.apache.zookeeper.KeeperException.create(KeeperException.java:120)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at kafka.zookeeper.AsyncResponse.maybeThrow(ZooKeeperClient.scala:564)
at kafka.zk.KafkaZkClient.createRecursive(KafkaZkClient.scala:1646)
at kafka.zk.KafkaZkClient.createOrSet$1(KafkaZkClient.scala:365)
at kafka.zk.KafkaZkClient.setOrCreateEntityConfigs(KafkaZkClient.scala:375)
at kafka.zk.AdminZkClient.createTopicWithAssignment(AdminZkClient.scala:93)
at kafka.zk.AdminZkClient.createTopic(AdminZkClient.scala:57)
at kafka.admin.TopicCommand$ZookeeperTopicService.createTopic(TopicCommand.scala:372)
at kafka.admin.TopicCommand$TopicService.createTopic(TopicCommand.scala:200)
at kafka.admin.TopicCommand$TopicService.createTopic$(TopicCommand.scala:195)
at kafka.admin.TopicCommand$ZookeeperTopicService.createTopic(TopicCommand.scala:364)
at kafka.admin.TopicCommand$.main(TopicCommand.scala:62)
at kafka.admin.TopicCommand.main(TopicCommand.scala)
(kafka.admin.TopicCommand$)_
Can you please help?
Thank you.
The text was updated successfully, but these errors were encountered: