Skip to main content

Re: Kafka avro producer

First ideally we need to provision our schema on cluster statically after
that only the put operation can be performed. Dynamic schema provisions is
supported in kafka? Not sure.. I guess no

On Wed, Mar 27, 2019, 22:03 lsroudi abdel <lsroudi@gmail.com> wrote:

> It depend on your use case, you could push your schema with the first
> message get it on the other side
>
> Le mer. 27 mars 2019 à 17:15, KARISHMA MALIK <karishma39malik@gmail.com> a
> écrit :
>
> > On Wed 27 Mar, 2019, 11:57 AM KARISHMA MALIK, <karishma39malik@gmail.com
> >
> > wrote:
> >
> > > Hi Team
> > > Is there any possible method to use apache Kafka avro producer without
> > > using schema registry ?
> > >
> > > Thanks
> > > Karishma
> > > M:7447426338
> > >
> >
>

Comments