You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "Dominik Riemer (Jira)" <ji...@apache.org> on 2021/06/24 06:20:00 UTC

[jira] [Updated] (STREAMPIPES-259) Use suitable descriptions in pipeline element config

     [ https://issues.apache.org/jira/browse/STREAMPIPES-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Riemer updated STREAMPIPES-259:
---------------------------------------
    Fix Version/s:     (was: 0.68.0)
                   0.69.0

> Use suitable descriptions in pipeline element config
> ----------------------------------------------------
>
>                 Key: STREAMPIPES-259
>                 URL: https://issues.apache.org/jira/browse/STREAMPIPES-259
>             Project: StreamPipes
>          Issue Type: Bug
>          Components: Pipeline Elements
>            Reporter: Patrick Wiener
>            Priority: Major
>              Labels: newbie
>             Fix For: 0.69.0
>
>
> There are currently various pipeline element configs that contain invalid component descriptions due to copy-paste, e.g.
> SinksNotificationsJvmConfig: 
> {code:java}
> config.register(ConfigKeys.HOST, service_container_name, "Hostname for the notifications module");
> config.register(ConfigKeys.PORT, 8090, "Port for the pe esper");{code}
> 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.



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