This is an automated email from the ASF dual-hosted git repository. acosentino 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 3140f3d Update debezium-component.adoc new f741c2d Merge pull request #3168 from omarsmak/patch-1 3140f3d is described below commit 3140f3d7745ef43d4bc0f6465217bc1026c81de7 Author: Omar Al-Safi <omars...@gmail.com> AuthorDate: Thu Sep 12 15:47:43 2019 +0200 Update debezium-component.adoc --- components/camel-debezium/src/main/docs/debezium-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc b/components/camel-debezium/src/main/docs/debezium-component.adoc index ba0feb8..d659481 100644 --- a/components/camel-debezium/src/main/docs/debezium-component.adoc +++ b/components/camel-debezium/src/main/docs/debezium-component.adoc @@ -169,11 +169,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