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

commit 4c2a80b9310597fe663d0887609df9c456c39a1e
Author: Omar Al-Safi <omars...@gmail.com>
AuthorDate: Fri Sep 6 16:24:08 2019 +0200

    Update components/camel-debezium/src/main/docs/debezium-component.adoc
    
    Co-Authored-By: Gunnar Morling <gunnar.morl...@googlemail.com>
---
 components/camel-debezium/src/main/docs/debezium-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-debezium/src/main/docs/debezium-component.adoc 
b/components/camel-debezium/src/main/docs/debezium-component.adoc
index 2cc8cec..fbd9edf 100644
--- a/components/camel-debezium/src/main/docs/debezium-component.adoc
+++ b/components/camel-debezium/src/main/docs/debezium-component.adoc
@@ -168,7 +168,7 @@ The following headers are available when consuming messages 
from Kafka.
 | 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_SOURCE_METADATA  | "CamelDebeziumSourceMetadata"    
              | Map         | The metadata about the source event, for example 
`table` name, database `name`, log position, etc, please refer to debezium 
documentation for more info.
+| 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.
 | 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.

Reply via email to