Connecting confluent CLI to confluent platform locally

Hi @smitp33,
You can use the same cli commands with docker containers as well.
Checkout the on-premises commands for confluent cli: link

For example

  • I am making use of this docker compose
  • Now to create topic: confluent kafka topic create "test-topic" --url http://localhost:8082 --no-authentication
    Similarly other commands can be used.