[
https://issues.apache.org/jira/browse/CAMEL-13718?focusedWorklogId=272437&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-272437
]
ASF GitHub Bot logged work on CAMEL-13718:
------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Jul/19 06:20
Start Date: 05/Jul/19 06:20
Worklog Time Spent: 10m
Work Description: davsclaus commented on pull request #3013: CAMEL-13718
- fixed wrong syntax for pulsar endpoints
URL: https://github.com/apache/camel/pull/3013
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 272437)
Time Spent: 20m (was: 10m)
> 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
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Replace
>
> {noformat}
> pulsar:persistence://tenant/namespace/topic{noformat}
>
> with
> {noformat}
> pulsar:configuration{noformat}
> or
> {noformat}
> pulsar:uri{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" or "uri" instead.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)