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)