agreeable-musician-41252
08/07/2023, 10:39 PM2023-08-07 20:20:36,364 [pool-16-thread-1] INFO c.l.m.boot.OnBootApplicationListener:71 - Failed to connect to open servlet: schema-registry
2023-08-07 20:20:36,364 [pool-16-thread-1] INFO c.l.m.boot.OnBootApplicationListener:63 - Sleeping for 1 second
This is what the schemaregistry section of my values.yaml currently looks like, is this correct or should I change something here? This is the only part of values.yaml that I changed from default.
schemaregistry:
# GMS Implementation - `url` configured based on component context
# type: INTERNAL
# Confluent Kafka Implementation
type: KAFKA
# url: "<http://prerequisites-cp-schema-registry:8081>"
# Glue Implementation - `url` not applicable
# type: AWS_GLUE
# glue:
# region: us-east-1
# registry: datahub
refined-night-91782
08/10/2023, 10:22 AMcp-helm-charts:
enabled: true
# Schema registry is under the community license
cp-schema-registry:
enabled: true
kafka:
bootstrapServers: "prerequisites-kafka:9092" # <<release-name>>-kafka:9092
cp-kafka:
enabled: false
cp-zookeeper:
enabled: false
cp-kafka-rest:
enabled: false
cp-kafka-connect:
enabled: false
cp-ksql-server:
enabled: false
cp-control-center:
enabled: false
and in datahub values.yaml: uncomment url as well
schemaregistry:
# GMS Implementation - `url` configured based on component context
# type: INTERNAL
# Confluent Kafka Implementation
type: KAFKA
url: "<http://prerequisites-cp-schema-registry:8081>"
# Glue Implementation - `url` not applicable
# type: AWS_GLUE
# glue:
# region: us-east-1
# registry: datahub