Conduit 0.2.0 release
· One min read
Conduit v0.2 is now available. This release enhances Conduit's capabilities for data movement across various systems and simplifies the transition from legacy systems.
What’s New
- Official SDK for Connectors: Developers can now build connectors for any data store using the new Conduit Connector SDK, making it easier to support diverse production environments.
- Kafka Connect Integration: Conduit 0.2 allows you to leverage existing Kafka Connect connectors, enabling a smooth transition to Conduit while minimizing downtime and impact on downstream systems.
- Simplified Connector Lifecycle: The SDK simplifies connector implementation, requiring only four functions to create a fully functional connector. This design goal aims to make building connectors straightforward and efficient.
tip
For more details on the new features in Conduit v0.2, check out our blog post.