-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
We are trying to use topicctl to create topic against our Apache Managed Kafka instance. Everything seems to be fine except we are getting
[2021-05-19 13:33:59] INFO Starting apply for topic gravity.sample.output in environment prod, cluster prod-cluster
[2021-05-19 13:33:59] INFO Validating configs...
[2021-05-19 13:33:59] WARN Number of partitions (10) is not a multiple of the number of racks (3)
[2021-05-19 13:33:59] INFO Checking if topic already exists...
[2021-05-19 13:33:59] INFO It looks like this topic doesn't already exist. Will create it with this config:
{
"Topic": "gravity.sample.output",
"NumPartitions": 10,
"ReplicationFactor": 3,
"ReplicaAssignments": null,
"ConfigEntries": [
{
"ConfigName": "retention.ms",
"ConfigValue": "6000000"
}
]
}
OK to continue? (yes/no) [2021-05-19 13:33:59] INFO Automatically answering yes because skip is set to true
[2021-05-19 13:33:59] INFO Creating new topic with config {Topic:gravity.sample.output NumPartitions:10 ReplicationFactor:3 ReplicaAssignments:[] ConfigEntries:[{ConfigName:retention.ms ConfigValue:6000000}]}
[2021-05-19 13:34:01] ERROR EOF
I am not sure what the ERROR EOF means.
We try the same file agains our local dev - docker based kafka on local machine and it seems to work.
Metadata
Metadata
Assignees
Labels
No labels