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

Connector Type properties has missing displayName property

XMLWordPrintable

    • False
    • False
    • Undefined

      Hello, I am tying to implement connector type `PostgreSQL` from `http://localhost:8080/api/connector-types` in Data Options form.
      I am having problem to show field label of the following properties because these properties doesn't have `displayName:` which is generating fields without a label in UI.

       

      {
                      "category": "CONNECTOR_ADVANCED",
                      "description": "A comma-separated list of regular expressions matching fully-qualified names of columns that should be truncated to the configured amount of characters.",
                      "isMandatory": false,
                      "name": "column.truncate.to.(d+).chars",
                      "type": "STRING"
                  },
                  {
                      "category": "CONNECTOR_ADVANCED",
                      "description": "A comma-separated list of regular expressions matching fully-qualified names of columns that should be masked with configured amount of asterisk ('*') characters.",
                      "isMandatory": false,
                      "name": "column.mask.with.(d+).chars",
                      "type": "STRING"
                  },
                  {
                      "category": "CONNECTOR_ADVANCED",
                      "description": "A comma-separated list of regular expressions matching fully-qualified names of columns that should be masked by hashing the input. Using the specified hash algorithms and salt.",
                      "isMandatory": false,
                      "name": "column.mask.hash.([^.]+).with.salt.(.+)",
                      "type": "STRING"
                  }
      

            rk3rn3r René Kerner
            asansari@redhat.com Ashique Ansari
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: