Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Split connectors to separate crates #2189

Merged
merged 1 commit into from
Oct 26, 2023
Merged

refactor: Split connectors to separate crates #2189

merged 1 commit into from
Oct 26, 2023

Conversation

chubei
Copy link
Contributor

@chubei chubei commented Oct 26, 2023

This PR creates new crates for each connector. The main motivation is to speed up development cycle, where the developer modifies a few line of code, triggers incremental compilation and checks the compilation result.

We tried to keep the logic unchanged, expect that, connectors now returns Ok instead of Err if Ingestor channel has been closed.

@chubei chubei marked this pull request as ready for review October 26, 2023 09:02
@abcpro1 abcpro1 added this pull request to the merge queue Oct 26, 2023
Merged via the queue into getdozer:main with commit d3eda7b Oct 26, 2023
6 checks passed
@chubei chubei deleted the refactor/ingestion branch October 31, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants