Patrick Wiener created STREAMPIPES-259:
------------------------------------------

             Summary: 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
             Fix For: 0.68.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)

Reply via email to