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

Execute initial statements only once

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Major
    • 1.9-backlog
    • None
    • core-library
    • None

    Description

      Currently, this is baked right into the JdbcConnection#connection(boolean) method, i.e. bound directly to the lifecycle of the connection itself. This means this will be executed more often than needed or desirable, as really the semantics of this option should be "initial upon connector start-up". Hence this logic should be removed from there and rather be pulled into the change event source coordinator, as one of the initial tasks. Or the BaseSourceTask class perhaps.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gunnar.morling Gunnar Morling
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: