I am trying to generate more than 1 message from 1 incoming message. I need to call an API/Redis to determine how may configs the original msg has, and attach those configs to the original message before writing to the next topic. So far, everything i have tried has failed to write to the output topic (if i send a single value, everything works fine)
I am trying to generate more than 1 message from 1 incoming message. I need to call an API/Redis to determine how may configs the original msg has, and attach those configs to the original message before writing to the next topic. So far, everything i have tried has failed to write to the output topic (if i send a single value, everything works fine)