Missing required configuration "schema.registry.url"

2,658 views
Skip to first unread message

Sabri Boukari

unread,
Apr 9, 2020, 5:00:26 AM4/9/20
to confluent...@googlegroups.com
Hello, 
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
_________________________
facebook icon linkedin icon google plus icon twitter icon 

Carl Graving

unread,
Apr 9, 2020, 11:39:11 AM4/9/20
to confluent...@googlegroups.com
If you are using the avro serializers from confluent, you must supply the schema registry url to them. This is done by setting that config when you make Kafka calls or when you create the serializers yourself.

--
You received this message because you are subscribed to the Google Groups "Confluent Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to confluent-platf...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/CABLJdhHNZ6nRNNEu2s8qnbAPB1sHhwm1nt_jK%3Dx365YhzpkKnA%40mail.gmail.com.

Sabri Boukari

unread,
Apr 9, 2020, 11:46:21 AM4/9/20
to confluent...@googlegroups.com
Hello Carl, 

Thanks for your reply, i already add it on config map:
CONNECT_SCHEMA_REGISTRY_URL: "https:// ....." 

I just change the manifest form and i start using "env" beside of "configMap" and things start working better..
now i'm blocked in ingress calls..
thanks at all!

Reply all
Reply to author
Forward
0 new messages