Uploaded image for project: 'Kafka Connector'
  1. Kafka Connector
  2. KAFKA-338

Identify and change all case-sensitive configuration properties that can be case-insensitive

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.0.0
    • Affects Version/s: None
    • Component/s: None
    • None

      change.stream.full.document, change.stream.full.document.before.change are examples of such properties, there may be more. It's crucial to refactor them to be case-insensitive in a forward-compatible way, i.e., if the com.mongodb.client.model.changestream.FullDocument enum gets a new instance, the code in the Kafka connector must not need a change to support that new value. This enum is special because its string values are not equal to the enum labels.

      I filed this improvement at the request of robert.walters@mongodb.com.

            Assignee:
            Unassigned Unassigned
            Reporter:
            valentin.kovalenko@mongodb.com Valentin Kavalenka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: