Skip to content

MongoDb-Sink-Connector version 0.1

Compare
Choose a tag to compare
@nivemaham nivemaham released this 18 Apr 15:30
· 54 commits to master since this release

This is the first stable release of MongoDb-Sink-Connector. This is a Sink-Connector for MongoDB from Kafka-topics using standart Kafka-Connect-Api.
This component mainly supports consuming data from configured topics and write them into MongoDB collections. It mainly supports Avro schematic topics. It can be extended for customized usage by implementing own RecordConverters and extending RecordConverterFactory.
Check the README.md for more informations and detailed developer guide.