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

Add functions to get all the subjects, and all versions of a subject.… #97

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

gklijs
Copy link
Owner

@gklijs gklijs commented Oct 21, 2023

… As well as opening up the function to get a schema from schema registry.

Make sure there is an related issues, and the docs and unit tests are also updated.
Fixes #74

@gklijs gklijs self-assigned this Oct 21, 2023
@gklijs gklijs added this to the 4.0.0 milestone Oct 21, 2023
@gklijs gklijs force-pushed the add_sr_functionality branch from 1578747 to c8507c4 Compare October 21, 2023 12:50
… As well as opening up the function to get a schema from schema registry.
@gklijs gklijs force-pushed the add_sr_functionality branch from c8507c4 to 3fb6281 Compare October 21, 2023 13:04
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (13c9460) 91.53% compared to head (3fb6281) 91.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   91.53%   91.60%   +0.07%     
==========================================
  Files          22       22              
  Lines        4653     4659       +6     
==========================================
+ Hits         4259     4268       +9     
+ Misses        394      391       -3     
Files Coverage Δ
src/schema_registry_common.rs 95.13% <ø> (ø)
src/async_impl/schema_registry.rs 89.71% <93.33%> (+0.20%) ⬆️
src/blocking/schema_registry.rs 87.79% <91.66%> (+0.14%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gklijs gklijs merged commit 96ccea2 into main Oct 21, 2023
4 checks passed
@gklijs gklijs deleted the add_sr_functionality branch October 21, 2023 13:19
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.

Listing subjects and versions
1 participant