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

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

     [ https://issues.apache.org/jira/browse/CAMEL-13718?focusedWorklogId=270984&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-270984 ]

ASF GitHub Bot logged work on CAMEL-13718:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jul/19 15:55
            Start Date: 02/Jul/19 15:55
    Worklog Time Spent: 10m 
      Work Description: lhein commented on pull request #3013: CAMEL-13718 - fixed wrong syntax for pulsar endpoints
URL: https://github.com/apache/camel/pull/3013
 
 
   Signed-off-by: Lars Heinemann <lh...@gmail.com>
   
   This is a change proposal. I haven't tested it in all details. Please make sure to review the change carefully.
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 270984)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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)