You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it says :
Error: Post "/api/access_tokens": unsupported protocol scheme ""
using version <=4.7, it works:
docker run -it --rm --network host --entrypoint bash --user root confluentinc/confluent-cli:4.7.0
Starting Kafka Producer. Use Ctrl-C or Ctrl-D to exit.
When deploy kafka docker edition all in one: using docker-compose.yml
I run latest docker image:
docker run -it --rm --network confluent_default --entrypoint bash --user root confluentinc/confluent-cli:latest
and the test next producer commands:
it says :
Error: Post "/api/access_tokens": unsupported protocol scheme ""
using version <=4.7, it works:
I think it was introduced in next commit https://github.com/confluentinc/cli/pull/2912/commits @sgagniere , (I've already tested on v4.9.0 and v4.8.0 it doesn't work)
The text was updated successfully, but these errors were encountered: