This repository was archived by the owner on May 2, 2023. It is now read-only.
This repository was archived by the owner on May 2, 2023. It is now read-only.
env variables explantion #324
Open
Description
$ docker run -d
--net=host
--name=schema-registry
-e SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL=localhost:32181 \ --> kafka url
-e SCHEMA_REGISTRY_HOST_NAME=localhost \ -->not sure
-e SCHEMA_REGISTRY_LISTENERS=http://localhost:8081 \ --->not sure
confluentinc/cp-schema-registry:3.3.0
can anyone explain me what should I give there, I have a three node setup on aws Linux