Re: Flink, JSON, and JSONSchemas

2022-06-18 Thread Andrew Otto
> > *1. Is there some easy way to use deserialized JSON in DataStream without case classes or POJOs?* > Could you explain what you expected? Do you mean you want to just register a DataType that is able to bridge the received bytes to the POJO objects. No, heh, I don't want to have any POJO objects

Re: Flink, JSON, and JSONSchemas

2022-06-16 Thread Shengkai Fang
Hi. > *1. Is there some easy way to use deserialized JSON in DataStream without case classes or POJOs?* Could you explain what you expected? Do you mean you want to just register a DataType that is able to bridge the received bytes to the POJO objects. I am not sure wether the current RAW type[1]