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

Remove unused code for alternative topic selection strategy

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 0.10.0.Beta2
    • 0.9.5.Final, 0.10.0.Beta1
    • postgresql-connector
    • None

    Description

      Not sure why but a TODO still exists in source code avoiding to modify the "Topic Selection Strategy"

      PostgresConnectorConfig.java
      protected TopicSelectionStrategy topicSelectionStrategy() {
              //TODO author=Horia Chiorean date=04/11/2016 description=implement this fully once the changes for MySQL are merged
              //String value = config.getString(PostgresConnectorConfig.TOPIC_SELECTION_STRATEGY);
              //return PostgresConnectorConfig.TopicSelectionStrategy.parse(value);
              return PostgresConnectorConfig.TopicSelectionStrategy.TOPIC_PER_TABLE;
          }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            willome Guillaume Rosauro (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: