I have 3 jobs that read from the same input stream. Each gives a different output How do I combine the results from different Jobs and create a single JSON string
Example: {"key":"input_msg", "result_1":"job1_result",...}
I am hoping to avoid querying a DB, as if I scale my jobs to a huge number that will have a negative impact.