Kafka Connect MongoDB Version 1.2.0
Features
- support customized processing logic for multiple topics in one and the same connector instance
- introduce configurable batching support (see new config parameter mongodb.max.batch.size=N)
- add new write model strategy UpdateOneTimestamps
- configuration validation for the most relevant properties (THX to @941design for your contribution and patience)
Fixes
- configuration properties containing multiple entries are now split and trimmed correctly
- patch wrong documentation for write models and add description for the new strategy
Tests
- added basic tests for all new features
- further improve in overall test coverage
Misc
- 2 user voices / testimonials - THX to Runtitle and Qudosoft for sharing their use cases
- dependency updates for more or less all libraries which are in use