Replies: 3 comments 1 reply
-
|
Hey @Sugandhab For your use case StreamPipes Functions is probably the way to go. Let me here what you think about it and if you need some help to get it started 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
I understand that we can use functions for such scenarios but how do we connect these functions to pipelines? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Sugandhab, the function would be a separate service containing dedicated code, capable of subscribing to event streams and creating new ones. In general:
Here’s the documentation for Java Functions: Link I hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I’m exploring a use case where I need to send incoming weather data to an external REST API (AI simulator) and use its response to continue processing within the same pipeline (e.g., store prediction in a database).
Before I go ahead and build a custom processor, I wanted to check:
👉 Is there any existing processor or flow in StreamPipes that supports sending data to a REST API and handling the response as part of the event stream?
Would appreciate any pointers or examples if something similar exists.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions