Skip to content

Error when creating Kafka topic #1

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions