I'm trying to install kafka-connect using k8s deployment, and i'm getting this error:
io.confluent.common.config.ConfigException: Missing required configuration "schema.registry.url" which has no default value.
there's the list of information about shema-registry-url when i'm trying to grep on it:
[2020-04-09 10:57:27,934] INFO Loading plugin from: /usr/share/java/schema-registry (org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader)
[2020-04-09 10:57:28,236] INFO Registered loader: PluginClassLoader{pluginLocation=file:/usr/share/java/schema-registry/} (org.apache.kafka.connect.runtime.isolation.DelegatingClassLoader)
[2020-04-09 10:57:29,659] WARN The configuration 'schema.registry.url' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2020-04-09 10:57:29,660] WARN The configuration 'value.converter.schema.registry.url' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
[2020-04-09 10:57:29,660] WARN The configuration 'key.converter.schema.registry.url' was supplied but isn't a known config. (org.apache.kafka.clients.admin.AdminClientConfig)
io.confluent.common.config.ConfigException: Missing required configuration "schema.registry.url" which has no default value.
thanks for help!
regards
--
Boukari Sabri
_________________________