Re: How to change schema registry port

2019-12-25 Thread Kafka Shil
On Wed, Dec 25, 2019 at 5:51 PM Kafka Shil wrote: > Hi, > I am using docker compose file to start schema-registry. I need to change > default port to 8084 instead if 8081. I made the following changes in > docker compose file. > > schema-registry: > image: confluentinc/cp-schema-registry:5.3.

How to change schema registry port

2019-12-25 Thread Kafka Shil
Hi, I am using docker compose file to start schema-registry. I need to change default port to 8084 instead if 8081. I made the following changes in docker compose file. schema-registry: image: confluentinc/cp-schema-registry:5.3.1 hostname: schema-registry container_name: schema-regist