Re: Table/SQL API to read and parse JSON, Java.

2019-12-03 Thread Zhenghua Gao
the kafka connector jar is missing in your class path *Best Regards,* *Zhenghua Gao* On Mon, Dec 2, 2019 at 2:14 PM srikanth flink wrote: > Hi there, > > I'm following the link > > to read JSON data from Kafka

Table/SQL API to read and parse JSON, Java.

2019-12-01 Thread srikanth flink
Hi there, I'm following the link to read JSON data from Kafka and convert to table, programmatically. I'd try and succeed declarative using SQL client. My Json data is nested like: {a:1,b,2,c:{x:1,y:2}}. Code: >