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

Missing required configuration "topic" which has no default value

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.3.0
    • Component/s: Sink
    • None
    • Environment:
      MongoDb and Confluent Kafka

      Hi Team,

      While creating a mongoSink , When I try to give a topic regex , it gives an error :

       

      Missing required configuration "topic" which has no default value
      

      individual topics are working .

      This configuration is not working

      name = digestSink
      connector.class = com.mongodb.kafka.connect.MongoSinkConnector
      tasks.max = 1
      topics.regex = ^digest.*
      connection.uri = mongodb://admin:xxxxxxx@192.168.0.162:27017/
      database = central
      delete.on.null.values = false
      document.id.strategy = com.mongodb.kafka.connect.sink.processor.id.strategy.ProvidedInValueStrategy
      

       Any Suggestions .

      Best Regards
      Nitin

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            officialnitinkapoor@gmail.com Nitin Kapoor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: