You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tadayoshi Sato (JIRA)" <ji...@apache.org> on 2019/04/10 09:04:00 UTC

[jira] [Created] (CAMEL-13406) camel-pulsar - "|" in endpoint syntax breaks components adoc table

Tadayoshi Sato created CAMEL-13406:
--------------------------------------

             Summary: 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


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)