参考以下舵图:https://github.com/confluentinc/cp-helm-charts 我正在尝试使模式注册表对k8s集群中的pods可用。为此,我向values.yaml和service.yaml添加了一个nodePort: values.yaml: ## External access.external: # type can be either NodePort or LoadBalancer
type: NodePort
我在不同的k8s集群上设置了两个模式注册表,并使用nodeport服务在两个集群之间进行通信。我遵循了多数据中心模式注册表的以下步骤:https://docs.confluent.io/platform/6.0.0/schema-registry/multidc.html。主架构注册表配置: host.name=10.X.X.X (internal IP of schema registry pod)
kafkastore.gr
我正在使用confluent kafka-avro-console-consumer like like /kafka-avro-console-consumer --bootstrap-serverschema.registry.url=https://schemaregistry:443/ --consumer.config client-sasl-ssl.properties --from-beginning 它无法连接到架构注册表Handshaker.java:316)
at su