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

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • 3.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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
              Reporter:
              Valentin Kavalenka
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: