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

Remove duplicate anchor links in Connector properties

    XMLWordPrintable

Details

    Description

      In researching the fix for DBZ-3087, I encountered Antora build errors related to duplicate links (`id assigned to block already in use`). After I looked more closely, I discovered that all of the duplicates were related to the updated `include-` and `exclude-` list properties, so I must have introduced the redundant IDs when adding the changes for DBZ-2918, but because it was such a "minor" change, I didn't do a build at the time. 

      This error affects all of the connector docs.

      [broldan@broldan documentation]$ antora ~/playbook.yml
      asciidoctor: WARNING: cassandra.adoc: line 1008: id assigned to block already in use: cassandra-property-field-exclude-list
      asciidoctor: WARNING: db2.adoc: line 1754: id assigned to block already in use: db2-property-table-include-list
      asciidoctor: WARNING: db2.adoc: line 1759: id assigned to block already in use: db2-property-table-exclude-list
      asciidoctor: WARNING: db2.adoc: line 1764: id assigned to block already in use: db2-property-column-exclude-list
      asciidoctor: WARNING: mongodb.adoc: line 1113: id assigned to block already in use: mongodb-property-database-include-list
      asciidoctor: WARNING: mongodb.adoc: line 1119: id assigned to block already in use: mongodb-property-database-exclude-list
      asciidoctor: WARNING: mongodb.adoc: line 1125: id assigned to block already in use: mongodb-property-collection-include-list
      asciidoctor: WARNING: mongodb.adoc: line 1131: id assigned to block already in use: mongodb-property-collection-exclude-list
      asciidoctor: WARNING: mongodb.adoc: line 1145: id assigned to block already in use: mongodb-property-field-exclude-list
      asciidoctor: WARNING: mysql.adoc: line 2017: id assigned to block already in use: mysql-property-database-include-list
      asciidoctor: WARNING: mysql.adoc: line 2023: id assigned to block already in use: mysql-property-database-exclude-list
      asciidoctor: WARNING: mysql.adoc: line 2029: id assigned to block already in use: mysql-property-table-include-list
      asciidoctor: WARNING: mysql.adoc: line 2035: id assigned to block already in use: mysql-property-table-exclude-list
      asciidoctor: WARNING: mysql.adoc: line 2041: id assigned to block already in use: mysql-property-column-exclude-list
      asciidoctor: WARNING: oracle.adoc: line 1410: id assigned to block already in use: oracle-property-table-include-list
      asciidoctor: WARNING: oracle.adoc: line 1415: id assigned to block already in use: oracle-property-table-exclude-list
      asciidoctor: WARNING: postgresql.adoc: line 2370: id assigned to block already in use: postgresql-property-schema-include-list
      asciidoctor: WARNING: postgresql.adoc: line 2375: id assigned to block already in use: postgresql-property-schema-exclude-list
      asciidoctor: WARNING: postgresql.adoc: line 2380: id assigned to block already in use: postgresql-property-table-include-list
      asciidoctor: WARNING: postgresql.adoc: line 2385: id assigned to block already in use: postgresql-property-table-exclude-list
      asciidoctor: WARNING: postgresql.adoc: line 2390: id assigned to block already in use: postgresql-property-column-include-list
      asciidoctor: WARNING: postgresql.adoc: line 2395: id assigned to block already in use: postgresql-property-column-exclude-list
      asciidoctor: WARNING: sqlserver.adoc: line 1871: id assigned to block already in use: sqlserver-property-table-include-list
      asciidoctor: WARNING: sqlserver.adoc: line 1878: id assigned to block already in use: sqlserver-property-table-exclude-list
      asciidoctor: WARNING: sqlserver.adoc: line 1884: id assigned to block already in use: sqlserver-property-column-include-list
      asciidoctor: WARNING: sqlserver.adoc: line 1892: id assigned to block already in use: sqlserver-property-column-exclude-list
      asciidoctor: WARNING: vitess.adoc: line 1093: id assigned to block already in use: vitess-property-table-include-list
      asciidoctor: WARNING: vitess.adoc: line 1103: id assigned to block already in use: vitess-property-column-include-list
      asciidoctor: WARNING: vitess.adoc: line 1108: id assigned to block already in use: vitess-property-column-exclude-list

      Attachments

        Activity

          People

            broldan@redhat.com Robert Roldan
            broldan@redhat.com Robert Roldan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: