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

Get rid of dummy value used to parse mongodb CollectionId

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Minor
    • 2.4-backlog
    • None
    • mongodb-connector
    • None
    • False
    • None
    • False

    Description

      In MongoDbIncrementalSnapshotChangeEventSource constructor and other places the parsing of the CollectionId is using a dummy value "UNUSED":

      this.signallingCollectionId = connectorConfig.getSignalingDataCollectionId() == null ? null
      : CollectionId.parse("UNUSED", connectorConfig.getSignalingDataCollectionId());

      Find a way to get rid of the dummy value

      Attachments

        Activity

          People

            Unassigned Unassigned
            ggaborg Gabor Andras (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: