You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by vishnu murali <vi...@gmail.com> on 2020/07/15 04:39:18 UTC

Namespace problem in schema registry

Hi all,

I am having questions on namespace in schema registry

If schema is automatically generate from JDBC source connector Means then
the schema doesn't have namespace field and value

But if we created schema manually with namespace and register into schema
registry and if I try to run connector

Schema not found Exception came..

How can we handle this and I need this namespace function for  deserialize
in Java??

Any have any solution for this?