Re: What is the purpose of a binary schema and schema registry?

2018-02-06 Thread Valentin Kulichenko
documentation says that an object can > > have a few different schemas. > > > > My question: > > > > 1. What does it mean for an object to have multiple schemas? (e.g. > for a > >simple person object Person obj = new Person()) > >2. What is the purpose of the binary schema registry? > > > > Thanks, > > >

Re: What is the purpose of a binary schema and schema registry?

2018-02-06 Thread Pavel Tupitsyn
few different schemas. > > My question: > >1. What does it mean for an object to have multiple schemas? (e.g. for a >simple person object Person obj = new Person()) > 2. What is the purpose of the binary schema registry? > > Thanks, >

What is the purpose of a binary schema and schema registry?

2018-02-05 Thread John Wilson
Person obj = new Person()) 2. What is the purpose of the binary schema registry? Thanks,