Re: data exchange format to use with Apache Kakfa that provides schema validation

2019-02-07 Thread Abhimanyu Nagrath
Hi Rohit, Use avro. Please refer the link . On Fri, Feb 8, 2019 at 11:14 AM Rohit Sharma wrote: > Hi, > what is the best message format to use with apachhe kafka so that > producers and consumers can define contract and validate data and > s

data exchange format to use with Apache Kakfa that provides schema validation

2019-02-07 Thread Rohit Sharma
Hi, what is the best message format to use with apachhe kafka so that producers and consumers can define contract and validate data and serialize/deserialize data? for example in xml we have xsd. but in json there is no universal schema.. i read about using apache avro but not sure how fast will