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 d2f8650 Regen
d2f8650 is described below
commit d2f8650edf553af3f68031cd19d89a60484e1d60
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 12 07:36:23 2019 -0700
Regen
---
docs/components/modules/ROOT/pages/debezium-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/debezium-component.adoc
b/docs/components/modules/ROOT/pages/debezium-component.adoc
index c561a9e..cbbd534 100644
--- a/docs/components/modules/ROOT/pages/debezium-component.adoc
+++ b/docs/components/modules/ROOT/pages/debezium-component.adoc
@@ -170,11 +170,11 @@ The following headers are available when consuming change
events from Debezium.
|===
| Header constant | Header value
| Type | Description
| DebeziumConstants.HEADER_IDENTIFIER | "CamelDebeziumIdentifier"
| String | The identifier of the connector, normally is this
format "{server-name}.{database-name}.{table-name}".
-| DebeziumConstants.HEADER_KEY | "CamelDebeziumKey"
| Object | The key of the event, normally is the table
Primary Key.
+| DebeziumConstants.HEADER_KEY | "CamelDebeziumKey"
| Struct | The key of the event, normally is the table
Primary Key.
| DebeziumConstants.HEADER_SOURCE_METADATA | "CamelDebeziumSourceMetadata"
| Map | The metadata about the source event, for example
`table` name, database `name`, log position, etc, please refer to the Debezium
documentation for more info.
| DebeziumConstants.HEADER_OPERATION | "CamelDebeziumOperation"
| String | If presents, the type of event operation. Values
for the connector are `c` for create (or insert), `u` for update, `d` for
delete or `r` in case of a snapshot event.
| DebeziumConstants.HEADER_TIMESTAMP | "CamelDebeziumTimestamp"
| Long | If presents, the time (using the system clock in
the JVM) at which the connector processed the event.
-| DebeziumConstants.HEADER_BEFORE | "CamelDebeziumBefore"
| Map/Struct | If presents, contains the state of the row before
the event occurred.
+| DebeziumConstants.HEADER_BEFORE | "CamelDebeziumBefore"
| Struct | If presents, contains the state of the row before
the event occurred.
|===
== Message body