Skip to content

Commit

Permalink
pgcdc: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Dec 5, 2024
1 parent b8d25e0 commit 181ad11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/modules/components/pages/inputs/pg_stream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/components/pages/inputs/postgres_cdc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 181ad11

Please sign in to comment.