You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 14:25:23 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #528: Improve REST publisher

dominikriemer opened a new issue, #528:
URL: https://github.com/apache/streampipes/issues/528

   *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
   
   Imported from Jira [STREAMPIPES-346](https://issues.apache.org/jira/browse/STREAMPIPES-346). Original Jira may contain additional context.
   Reported by: wiener.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] dominikriemer closed issue #528: Improve REST publisher

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #528: Improve REST publisher
URL: https://github.com/apache/streampipes/issues/528


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org