You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Lars Heinemann (JIRA)" <ji...@apache.org> on 2019/07/02 13:31:00 UTC

[jira] [Created] (CAMEL-13718) Fix syntax for pulsar component

Lars Heinemann created CAMEL-13718:
--------------------------------------

             Summary: Fix syntax for pulsar component
                 Key: CAMEL-13718
                 URL: https://issues.apache.org/jira/browse/CAMEL-13718
             Project: Camel
          Issue Type: Bug
    Affects Versions: 2.24.1
            Reporter: Lars Heinemann


Replace

 
{noformat}
pulsar:persistence://tenant/namespace/topic{noformat}
 

with
{noformat}
pulsar:configuration{noformat}
 

There is currently only a single property of kind "path" for this component which is called "topic". The description of that parameter suggests that is should hold type, tenant and topic values for the endpoint which makes the name "topic" for this parameter a bad choice. I would rather suggest to rename it to something more fitting like "configuration" instead.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)