Patrick Wiener created STREAMPIPES-346:
------------------------------------------

             Summary: Improve REST publisher
                 Key: STREAMPIPES-346
                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-346
             Project: StreamPipes
          Issue Type: Improvement
          Components: Pipeline Elements
            Reporter: Patrick Wiener


*Context*

The current implementation of the REST publisher sink supports sending HTTP 
request  to a defined URI, that is provided by a user [1]. 

*Problem*

The current solution has limited support for
 * HTTP requests other than POST (e.g., PUT to update)
 * endpoints with that required /${id1}/status/${id2}/ with properties from 
event, e.g. sensorId field
 * auth option other than directly injecting it in the URI (if required)
 * SSL option (if required)
 * Additional headers

*Solution*

Add missing features to REST publisher.

 

[1]https://github.com/apache/incubator-streampipes-extensions/tree/dev/streampipes-sinks-brokers-jvm/src/main/java/org/apache/streampipes/sinks/brokers/jvm/rest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to