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

Update event without a Read or Create event for id

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Critical
    • Backlog
    • 1.1.2.Final
    • mongodb-connector
    • None

    Description

      I recently ran into a case where I received an Update event for an ID, but no prior Create or Read event was created. This seems to be a defect. I checked the Kafka Connect logs but there doesn't seem to be any errors.

      Here is my connector config

      {    
          "connector.class":"io.debezium.connector.mongodb.MongoDbConnector",     "errors.retry.timeout":"-1",
          "errors.log.include.messages":"true", 
          "mongodb.password":"xxxxx", 
          "mongodb.user":"etl-bot",
          "offset.flush.timeout.ms":"30000", 
          "initial.sync.max.threads":"4", 
          "mongodb.name":"debezium.mdb1", 
          "collection.whitelist":"xxxxx", 
          "tombstones.on.delete":"false", 
          "mongodb.ssl.enabled":"true", 
          "name":"debezium.mdb1", 
          "mongodb.ssl.invalid.hostname.allowed":"true", 
          "errors.log.enable":"true", 
          "database.whitelist":"survey", 
          "mongodb.hosts":"xxxxxxxx:27017"   
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            tomczik76 Ryan Tomczik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: