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

feat(loader): support kafka as datasource #506

Merged
merged 32 commits into from
Oct 7, 2023

Conversation

liuxiaocs7
Copy link
Member

@liuxiaocs7 liuxiaocs7 commented Aug 6, 2023

close #95

@github-actions github-actions bot added the loader hugegraph-loader label Aug 6, 2023
@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Merging #506 (128501d) into master (0aadaa3) will increase coverage by 0.02%.
Report is 1 commits behind head on master.
The diff coverage is 65.42%.

@@             Coverage Diff              @@
##             master     #506      +/-   ##
============================================
+ Coverage     62.47%   62.49%   +0.02%     
- Complexity     1868     1903      +35     
============================================
  Files           260      262       +2     
  Lines          9436     9541     +105     
  Branches        876      886      +10     
============================================
+ Hits           5895     5963      +68     
- Misses         3157     3190      +33     
- Partials        384      388       +4     
Files Coverage Δ
...a/org/apache/hugegraph/loader/HugeGraphLoader.java 92.53% <100.00%> (+0.11%) ⬆️
...rg/apache/hugegraph/loader/constant/Constants.java 75.00% <ø> (ø)
.../hugegraph/loader/serializer/InputSourceDeser.java 73.91% <100.00%> (+1.18%) ⬆️
...org/apache/hugegraph/loader/source/SourceType.java 100.00% <100.00%> (ø)
...rg/apache/hugegraph/loader/reader/InputReader.java 50.00% <50.00%> (ø)
...che/hugegraph/loader/source/kafka/KafkaSource.java 73.91% <73.91%> (ø)
...che/hugegraph/loader/reader/kafka/KafkaReader.java 77.58% <77.58%> (ø)
...org/apache/hugegraph/loader/util/DataTypeUtil.java 62.73% <0.00%> (-7.41%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@imbajin imbajin changed the title feat: add kafka datasource feat(loader): support kafka as datasource Aug 7, 2023
@liuxiaocs7 liuxiaocs7 marked this pull request as draft August 7, 2023 10:21
@github-actions
Copy link

github-actions bot commented Sep 7, 2023

Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label

@liuxiaocs7 liuxiaocs7 marked this pull request as ready for review September 21, 2023 17:35
@liuxiaocs7
Copy link
Member Author

Hi, @simon824, @JackyYangPassion, @imbajin, @javeme PTAL, thanks!

Copy link
Contributor

@javeme javeme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice enhancement

@github-actions github-actions bot removed the inactive label Sep 24, 2023
Copy link
Contributor

@javeme javeme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@imbajin imbajin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks,could add relative doc later~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
loader hugegraph-loader
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support message queue as datasource, like kafka
5 participants