Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-6607

Never check schema evolution to sink table

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • Backlog
    • None
    • jdbc-connector
    • None
    • False
    • Hide

      None

      Show
      None
    • 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

              Unassigned Unassigned
              hwang031451 Inki Hwang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: