Json manipulating in flink

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Json manipulating in flink

andy
Hi guys,

I’m just curious what json lib you’re doing for data transformation between operations. I’m trying to pick one so I’m looking for experiences about personal choices, pro, cons of them. From what I read, it is spray, argonaut, circe, upickle.
I’m trying upickle, its easy indeed but I’m sometimes getting core stack dumps for large message and large throughput during testing, thats why I’m looking for another ones.

Thanks