confluent-cli
confluent-cli copied to clipboard
Confluent Platform CLI
I tried to run this command `confluent kafka topic produce "$(pulumi stack output ordersTopicName)" --environment "$(pulumi stack output environmentId)" --cluster "$(pulumi stack output clusterId)" --api-key "$(pulumi stack output producerApiKeyId)" --api-secret...
On the latest version of confluent-cli I get the following error attempting the change environments (env ids obfuscated in following output) ``` > confluent environment use env-11111 panic: runtime error:...
I'm annoyed by prompt error messages. help me. - I deleted `/tmp/confluent.*` and tried it, but the result is the same. - The result is the same even if you...
so, I followed this guide to get the Kafka running https://docs.confluent.io/current/quickstart/ce-quickstart.html#ce-quickstart and it worked perfectly fine for sometime. I recently started getting this error while starting the services ``` This...
Hi! I'm getting this error when i run: confluent api-key create --resource panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x55bb7e2] goroutine...
Hi, I've just updated macOs to 11.0.1 (Big Sur), and every time I try to execute `confluent local start kafka` or `confluent local start schema-registry` or `confluent local start` (I...
This is happening to me since today. I have all my services running and can access control center without problem. After 10-15 minutes, every service is up (ZooKeeper, ksqlDB, etc)...
I accidentally left my old ZK running and tried to use the CLI to start the stack: ``` [centos@ip-172-31-78-114 ~]$ confluent start Starting zookeeper |Zookeeper failed to start zookeeper is...
`curl` is a required dependency and should be added in the appropriate files (e.g. `confluent-cli-control.in`) in the packaging branches for debian and rpm.
One connector (`file_poem_tail`) already created. Trying now to create a second one (`jdbc_sink_poem`). The command emits no error message, but no connector is created. ``` confluent-3.3.0-SNAPSHOT-20170629> curl "http://localhost:8083/connectors" ["file_poem_tail"] confluent-3.3.0-SNAPSHOT-20170629>...