You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by amit kumar singh <am...@gmail.com> on 2018/05/31 02:52:34 UTC

How can we group by messages coming in per batch of structured streaming

Hi Team,

I have a requirement where i need to to combine all  json messages coming
in batch of structured streaming into one single json messages which can be
separated by comma or any other delimiter and store it

i have tried to group by kafka partition i tried using concat but its not
working

thanks
Amit