-
Type: Bug
-
Resolution: Duplicate
-
Priority: 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
- is duplicated by
-
KAFKA-195 Sink don't validate topic config when using topics.regex
- Closed