DBZ-8031 Remove statement about post processors not working with MongoDB

This commit is contained in:
roldanbob 2024-07-09 16:50:03 -04:00 committed by Chris Cranford
parent dd44a7b1dc
commit bedf4e5251

View File

@ -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: