From 181ad119daaa0c628a8b6b4f82cbfce18342aa08 Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Thu, 5 Dec 2024 11:35:22 +0000 Subject: [PATCH] pgcdc: update docs --- docs/modules/components/pages/inputs/pg_stream.adoc | 4 ++-- docs/modules/components/pages/inputs/postgres_cdc.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/components/pages/inputs/pg_stream.adoc b/docs/modules/components/pages/inputs/pg_stream.adoc index 3dd54827dc..ffa3a21ecd 100644 --- a/docs/modules/components/pages/inputs/pg_stream.adoc +++ b/docs/modules/components/pages/inputs/pg_stream.adoc @@ -106,9 +106,9 @@ Additionally, if `stream_snapshot` is set to true, then the existing data in the == Metadata This input adds the following metadata fields to each message: -- mode (Either "streaming" or "snapshot" indicating whether the message is part of a streaming operation or snapshot processing) - table (Name of the table that the message originated from) -- operation (Type of operation that generated the message: "insert", "update", or "delete". This will also be "begin" and "commit" if `include_transaction_markers` is enabled) +- operation (Type of operation that generated the message: "read", "insert", "update", or "delete". "read" is from messages that are read in the initial snapshot phase. This will also be "begin" and "commit" if `include_transaction_markers` is enabled) +- lsn (the log sequence number in postgres) == Fields diff --git a/docs/modules/components/pages/inputs/postgres_cdc.adoc b/docs/modules/components/pages/inputs/postgres_cdc.adoc index fd366f117c..8bf208ac9b 100644 --- a/docs/modules/components/pages/inputs/postgres_cdc.adoc +++ b/docs/modules/components/pages/inputs/postgres_cdc.adoc @@ -101,9 +101,9 @@ Additionally, if `stream_snapshot` is set to true, then the existing data in the == Metadata This input adds the following metadata fields to each message: -- mode (Either "streaming" or "snapshot" indicating whether the message is part of a streaming operation or snapshot processing) - table (Name of the table that the message originated from) -- operation (Type of operation that generated the message: "insert", "update", or "delete". This will also be "begin" and "commit" if `include_transaction_markers` is enabled) +- operation (Type of operation that generated the message: "read", "insert", "update", or "delete". "read" is from messages that are read in the initial snapshot phase. This will also be "begin" and "commit" if `include_transaction_markers` is enabled) +- lsn (the log sequence number in postgres) == Fields