From bedf4e5251a39e0b36be9cc2e153eb8e756c9c4b Mon Sep 17 00:00:00 2001 From: roldanbob Date: Tue, 9 Jul 2024 16:50:03 -0400 Subject: [PATCH] DBZ-8031 Remove statement about post processors not working with MongoDB --- .../modules/ROOT/pages/post-processors/reselect-columns.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/modules/ROOT/pages/post-processors/reselect-columns.adoc b/documentation/modules/ROOT/pages/post-processors/reselect-columns.adoc index a27108246..5a51965de 100644 --- a/documentation/modules/ROOT/pages/post-processors/reselect-columns.adoc +++ b/documentation/modules/ROOT/pages/post-processors/reselect-columns.adoc @@ -37,8 +37,8 @@ You can configure the post processor to reselect the following column types: * Columns that contain the `unavailable.value.placeholder` sentinel value. -NOTE: You can use the `ReselectColumnsPostProcessor` post processor only with {prodname} source connectors that emit change event records from a relational database. + -The post processor is not designed to work with the {prodname} MongoDB connector or the {prodname} JDBC sink connector. +NOTE: You can use the `ReselectColumnsPostProcessor` post processor only with {prodname} source connectors. + +The post processor is not designed to work with the {prodname} JDBC sink connector. ifdef::product[] For details about using the `ReselectColumnsPostProcessor` post processor, see the following topics: