Skip to main content

Conduit 0.4.0 release

· One min read

Conduit v0.4 is out now. This release enhances error handling and debugging capabilities for developers building streaming data pipelines.

Key Features

  • Stream Inspector: Inspect data as it enters Conduit through source connectors and observe its journey to destination connectors. This feature helps in debugging by providing visibility into data flow.
  • Dead Letter Queues (DLQs): Configure DLQs to redirect messages that fail processing to another connector for further handling. This allows for better management of erroneous data.
  • Connector Parameter Validation: Developers can now define required parameters for connectors, enabling Conduit to provide clearer error messages and streamline the setup process.
tip

For more details on the new features in Conduit v0.4, check out our blog post.