Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tabmatfournier committed Mar 11, 2024
1 parent 2fc31b5 commit fef04f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kafka-connect-transforms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It will promote the `before` or `after` element fields to top level and add the
`_cdc.op`, `_cdc.ts`, `_cdc.offset`, `_cdc.source`, `_cdc.target`, and `_cdc.key`.

If `cdc.kafka.include_metadata` it will add the following metadata fields:
`_kafka_metadata_topic`, `kafka_metadata_partition`, `kafka_metadata_offset`, and `kafka_metadata_record_timestamp`.
`_kafka_metadata_topic`, `_kafka_metadata_partition`, `_kafka_metadata_offset`, and `_kafka_metadata_record_timestamp`.

## Configuration

Expand All @@ -61,4 +61,4 @@ If `cdc.kafka.include_metadata` it will add the following metadata fields:
| cdc.kafka.external_field | Optional `key,value` string to append a static field with Kafka Metadata. E.g. cluster name |

If `cdc.kafka.include_metadata` it will add the following metadata fields:
`_kafka_metadata_topic`, `kafka_metadata_partition`, `kafka_metadata_offset`, and `kafka_metadata_record_timestamp`.
`_kafka_metadata_topic`, `_kafka_metadata_partition`, `_kafka_metadata_offset`, and `_kafka_metadata_record_timestamp`.

0 comments on commit fef04f8

Please sign in to comment.