I was able to create cluster and topic. Now I want to get something into the topic named “orders”. When I give the following command on CLI I get the next error
confluent kafka topic produce orders --api-key XXXXXXXXXXXXXX --api-secret /ahjkbskskjbgskkskjhksjhkjhsjkhskh
Error: failed to create producer: failed to get configuration map: decryptbytes: procdecryptdata: The parameter is incorrect.
2.- Start producing to this topic demo-topic-1 by running the following command NOK
λ confluent kafka topic produce demo-topic-1 --api-key XXXXXXXX --api-secret XXXXXXXXFlXMgkX --XXXXXXXX --cluster XXXXXXXX
Error: failed to create producer: failed to get configuration map: decryptbytes: procdecryptdata: The parameter is incorrect.
when trying to update only shows me 3.65.0 version:
λ confluent update
Checking for updates...
New version of confluent is available
Current Version: v3.58.0
Latest Version: v3.65.0
Do you want to download and install this update? (y/n): y
Downloading confluent version 3.65.0...
Done. Downloaded 60.82 MB in 6 seconds. (10.68 MB/s)
so i updated and trying again:
λ confluent update
Checking for updates...
The only available update is a major version update. Use `confluent update --major` to accept the update.
apparently version 4.13.2 is not available from command line but is available in Release v4.27.1 · confluentinc/cli · GitHub so when trying with the new version it works!!!
The CLI update issue is a bit confusing. It only updates to the latest minor version by default and AFAIK there isn’t a way via CLI to update to a specific version. I believe if you had run confluent update --major it would have updated to the current latest v4.27.1 via CLI.