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 13:40:50 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #419: Use suitable descriptions in pipeline element config

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

   There are currently various pipeline element configs that contain invalid component descriptions due to copy-paste, e.g.
   
   SinksNotificationsJvmConfig: 
   ```
   
   config.register(ConfigKeys.HOST, service_container_name, "Hostname for the notifications module");
   config.register(ConfigKeys.PORT,
   8090, "Port for the pe esper");
   ```
   
   These configs all contain descriptions with "[...] for the pe esper". 
   
   These should be changed, e.g. to
    * Host of pipeline element
    * Port of pipeline element
   
   One should go through all pipeline elements in the extensions project and fix the invalid descriptions.
   
   Imported from Jira [STREAMPIPES-259](https://issues.apache.org/jira/browse/STREAMPIPES-259). 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 #419: Use suitable descriptions in pipeline element config

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #419: Use suitable descriptions in pipeline element config
URL: https://github.com/apache/streampipes/issues/419


-- 
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