Skip to content

Commit

Permalink
[docs] Fix post-processor example
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Mar 1, 2024
1 parent 4eaf53c commit 3e1e6e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Configure a `PostProcessor` much in the same way that you would configure a `Cus
To enable the connector to use the `ReselectColumnsPostProcessor`, add the following options to the connector configuration:
[source,json]
----
"post-processors": "reselector", // <1>
"post.processors": "reselector", // <1>
"reselector.type": "io.debezium.processors.reselect.ReselectColumnsPostProcessor", // <2>
"reselector.reselect.columns.include.list": "<schema_name>.<table_name>:<colA>,<schema_name>.<table_name>:<colB>", // <3>
"reselector.reselect.unavailable.values": "true", // <4>
Expand Down

0 comments on commit 3e1e6e3

Please sign in to comment.