GitHub user dominikriemer edited a comment on the discussion: Is There an Existing Flow to Send Data to REST API and Process Response?
Hi @Sugandhab if you want to create a pipeline element which calls a REST service and transforms the event stream with the response from the service, have a look at the SDK tutorial [1] and our own pipeline elements [2]. I recommend to start with the Maven archetype which generates the code skeleton for you. [1] https://streampipes.apache.org/docs/extend-tutorial-data-processors/ [2] e.g., https://github.com/apache/streampipes/blob/dev/streampipes-extensions/streampipes-processors-enricher-jvm/src/main/java/org/apache/streampipes/processors/enricher/jvm/processor/limitsenrichment/QualityControlLimitsEnrichmentProcessor.java GitHub link: https://github.com/apache/streampipes/discussions/3538#discussioncomment-12614509 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
