Re: Avro to JSON

2018-05-28 Thread Matthias J. Sax
; From: Gwen Shapira [mailto:g...@confluent.io] > Sent: Tuesday, May 29, 2018 9:35 AM > To: dev > > > Subject: Re: Avro to JSON > > Here's how you do it with KSQL: > https://gist.github.com/miguno/40caf67d2f122d8da528d878c99a4e29 > And then you can use Connect with JDB

RE: Avro to JSON

2018-05-28 Thread Madhu.Kartha
Dell - Internal Use - Confidential Thanks.. The link has JSON to Avro. I was looking for the other way. Regards Madhu -Original Message- From: Gwen Shapira [mailto:g...@confluent.io] Sent: Tuesday, May 29, 2018 9:35 AM To: dev Subject: Re: Avro to JSON Here's how you do it

Re: Avro to JSON

2018-05-28 Thread Gwen Shapira
Here's how you do it with KSQL: https://gist.github.com/miguno/40caf67d2f122d8da528d878c99a4e29 And then you can use Connect with JDBC connector to upload the result to SQL Server. On Mon, May 28, 2018 at 2:22 AM, wrote: > Hi Team, > > Looking for optimal solution to convert Avro format to JSON.