-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
-
False
Feature request or enhancement
Add option not to check schema evolution (query for schema/table/column metadata)
Which use case/requirement will be addressed by the proposed feature?
some queries to show schema/table/column metadata, could be bottleneck to jdbc connector and could be overburdened to jdbc sink.(looks similar with https://issues.redhat.com/browse/DBZ-6400)
Implementation ideas (optional)
Add schema.evolution `never` option
```
schema.evolution: never
```
Unlike `none`, this option will not check sink table metadata.
It will send only DML query(insert, update, delete) to jdbc sink