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

Simplify passing of SINK config properties to OffsetBackingStore

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 2.0.0.Beta2
    • None
    • debezium-server
    • None
    • False
    • None
    • False

      Implement the same idea used for passing SINK config properties to DatabaseHistory.

      For the DatabaseHistory the SINK config properties are passed in DebeziumServer:

      configToProperties(config, props, PROP_SINK_PREFIX + name + ".", DatabaseHistory.CONFIGURATION_FIELD_PREFIX_STRING + name + ".", false);

      It can be done the same for the OffsetBackingStore:

      configToProperties(config, props, PROP_SINK_PREFIX + name + ".", "offset.storage." + name + ".", false);

       

            Unassigned Unassigned
            ggaborg Gabor Andras (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: