HI Team, i have one datastream which has json dat...
# random
v
HI Team, i have one datastream which has json data as below.
Copy code
{
  "ts": 1669099696691,
  "uuid": "fa8dfe26114c49acb9745ee8ac9bbfdb",
  "count": 95
}
type of this stream is
DataStream<String>
, but i want to convert it to keyedstream
KeyedStream<T, K>
where key will be count and data will be same json string. without applying and aggregation. can somebody guide me on this? thanks
s
You probably should post it in #C03G7LJTS2G