[
https://issues.apache.org/jira/browse/CAMEL-13406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814242#comment-16814242
]
Andrea Cosentino commented on CAMEL-13406:
------------------------------------------
I'm regenerating the components readme now.
> camel-pulsar - "|" in endpoint syntax breaks components adoc table
> ------------------------------------------------------------------
>
> Key: CAMEL-13406
> URL: https://issues.apache.org/jira/browse/CAMEL-13406
> Project: Camel
> Issue Type: Bug
> Affects Versions: 3.0.0-M3
> Reporter: Tadayoshi Sato
> Assignee: Andrea Cosentino
> Priority: Major
> Fix For: 3.0.0, 3.0.0-M3
>
>
> Camel Pulsar endpoint syntax
> {{pulsar:[persistent|non-persistent]://tenant/namespace/topic}} defined in:
> {code:java}
> @UriEndpoint(scheme = "pulsar", title = "Apache Pulsar", syntax =
> "pulsar:[persistent|non-persistent]://tenant/namespace/topic", label =
> "messaging")
> public class PulsarEndpoint extends DefaultEndpoint {
> {code}
> breaks component list table in
> https://github.com/apache/camel/blob/master/components/readme.adoc as {{|}}
> is the column separator in asciidoc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)