Replies: 1 comment
-
I'd try to use a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a use case where I collect messages from MQTT, enrich them using a cache and then send out to a web service.
Each message has a "serial" field which I use to enrich and on the http output to group_by and calculate the final message to send.
The http service accepts multiple messages separated by newline and I would like to aggregate the resulting messages further to optimize the process.
How can I re-batch them?
Beta Was this translation helpful? Give feedback.
All reactions