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 2022/11/26 13:41:00 UTC

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

    [ https://issues.apache.org/jira/browse/STREAMPIPES-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17639112#comment-17639112 ] 

Dominik Riemer commented on STREAMPIPES-259:
--------------------------------------------

This issue has been migrated to https://github.com/apache/streampipes/issues/419

> 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.20.10#820010)