Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
1.3.0
-
None
-
MongoDb and Confluent Kafka
Description
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
Attachments
Issue Links
- is duplicated by
-
KAFKA-195 Sink don't validate topic config when using topics.regex
-
- Closed
-