Hi,
I am following this page to explore kafka.
Confluent CLI Overview | Confluent Documentation
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.
api-key and api-secret are correctly defined.
Can anyone please advise.