My current usecase is to receive HTTP Post message, validate it, transform into business object with interested fields (only) and push to nosql db.
I have completed successful poc on http source and mongodb sink on cloud foundry.
For request data validation & transformation, I do not find any available processor so assuming I will have to write one (actually, two).
Can a validation processor generate conditional output? Meaning,
Or should I design my stream in a different way? Appreciate your guidence.
Thanks
Yes; you can use a StreamBridge
to select where to send the output.