Conduit MySQL Connector v0.2.0
· 2 min read
Conduit MySQL Connector v0.2.0 is now available, introducing new features, bug fixes, and improvements to enhance functionality and reliability.
Key Highlights
- Record Batch Support and Multi-Collection Mode. Added support for processing records in batches and introduced multi-collection mode for better flexibility by @alarbada.
- New
snapshot.enabled
Source Configuration Parameter. Introduced asnapshot.enabled
parameter to allow users to skip the initial snapshot phase when configuring the source by @alarbada. (note: this was initially introduced by #131). - Composite Key Support. Added support for composite keys, enabling more complex primary key configurations by @alarbada.
- Regex Support for Canal CDC Iterator. Enhanced the Canal CDC iterator to accept regex patterns for more granular control over data processing by @nickchomey.
- Improved Schema Generation. Fixed an issue where certain MySQL types containing integers in parentheses were not handled correctly during schema generation by @derElektrobesen.
- Bug Fix: CDC Iterator Record Loss. Fixed a bug where some records could be lost during CDC iterator reads by @derElektrobesen.
Thanks to the contributions from our community, we are able to continuously improve the Conduit MySQL Connector. We appreciate your feedback and support!
If you have any questions, or more feedback feel free to join our Discord Community.
tip
For detailed setup and configuration instructions, refer to our documentation.