This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 3818086  Regen
3818086 is described below

commit 3818086fa0aca57676ece3eb7c498748a29260cf
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Nov 15 06:30:35 2019 +0100

    Regen
---
 .../modules/ROOT/pages/pulsar-component.adoc       | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/pulsar-component.adoc 
b/docs/components/modules/ROOT/pages/pulsar-component.adoc
index 1292e22..494ed90 100644
--- a/docs/components/modules/ROOT/pages/pulsar-component.adoc
+++ b/docs/components/modules/ROOT/pages/pulsar-component.adoc
@@ -148,3 +148,34 @@ The component supports 8 options, which are listed below.
 | *camel.component.pulsar.pulsar-message-receipt-factory* | Provide a factory 
to create an alternate implementation of PulsarMessageReceipt. The option is a 
org.apache.camel.component.pulsar.PulsarMessageReceiptFactory type. |  | String
 |===
 // spring-boot-auto-configure options: END
+
+// message-headers options: START
+=== Message headers evaluated by the Pulsar producer
+
+
+[width="100%",cols="10%,10%,80%",options="header",]
+|===
+| Header | Type | Description
+| `CamelPulsarProducerMessageKey` | `String` | Sets the key on the message for 
the Pulsar routing policy
+| `CamelPulsarProducerMessageProperties` | `Map<String,String>` | The 
properties to set on the Pulsar message
+| `CamelPulsarProducerEventTime` | `long` | Sets the event time on the message
+|===
+
+=== Message headers set by the Pulsar consumer
+
+
+[width="100%",cols="10%,10%,80%",options="header",]
+|===
+| Header | Type | Description
+| `properties` | `Map<String,String>` | The properties from the Pulsar message 
or the empty Map if unset on the Pulsar message
+| `producer_name` | `String` | The name of the producer that created the 
message
+| `sequence_id` | `long` | Sequence identifier of the Pulsar message
+| `publish_time` | `long` | Time the Pulsar message was published to the topic
+| `message_id` | `MessageId` | Unique identifier of the message
+| `event_time` | `long` | The event time associated with the message or 0 if 
unset on the Pulsar message
+| `key` | `String` | The key of the Pulsar message in String form or the empty 
string if unset on the Pulsar message
+| `key_bytes` | `byte[]` | The bytes in the key. If the key has been base64 
encoded, it is decoded before being returned. Otherwise, if the key is a plain 
string, the UTF-8 encoded bytes of the string.
+| `topic_name` | `String` | The topic to which the message was published
+| `manual_acknowledgement` | `PulsarManualAcknowledgement` | If 
allowManualAcknowledgement is set, this will contain the object for manually 
acknowledging the Pulsar message; otherwise it is unset
+|===
+// message-headers options: END

Reply via email to