conduit icon indicating copy to clipboard operation
conduit copied to clipboard

Conduit streams data between data stores. Kafka Connect replacement. No JVM required.

Results 253 conduit issues
Sort by recently updated
recently updated
newest added

### Bug description If the pipeline contains a plugin that is unknown to the UI (I assume the plugin fetches a list of plugins and stores it), the UI will...

bug
triage

This PR reformats the readme and adds a simple example for a quickly getting started with Conduit. It removes the "testing" chapter (if we need this we can create it...

[Pipelines sreen] The user can't go to the "Pipeline detail" screen if the "failed to delete pipeline: pipeline has connectors attached" or "failed to delete pipeline: pipeline is running" errors...

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.1.0 to 15.0.0. Changelog Sourced from postcss-import's changelog. 15.0.0 / 2022-08-30 BREAKING: Require Node.js v14+ (#497) BREAKING: Require nameLayer option for handling anonymous layers (#496) Fix handling...

dependencies
javascript

### Description some documentation for configurations files, how to use them, and yaml file format ### Quick checks: - [ ] I have followed the [Code Guidelines](https://github.com/ConduitIO/conduit/blob/main/docs/code_guidelines.md). - [ ]...

### Feature description Currently, a processor accepts a single record as an input, and returns a single record as an output. It would be good if the processor would return...

feature

### Bug description It is rare case and happened only if we call api to stop pipeline when source `Open` method wasn't finished and Conduit starts call `Read` function anyway....

bug
triage

- The validation of "name" key is implemented on UI, but we can create connectors without name in API test using Postman. - Set the character limit of description to...

bug

### Feature description Conduit connectors are go-plugin clients, and go-plugin supports hash sum validations for those: > // SecureConfig is used to configure a client to verify the integrity of...

feature

Set the character limit of description to 250 characters in /v1/pipelines