[
https://issues.apache.org/jira/browse/STREAMPIPES-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Riemer closed STREAMPIPES-259.
--------------------------------------
Resolution: Fixed
Fixed with the implementation of the service builder pattern
> 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.1#820001)