-
Notifications
You must be signed in to change notification settings - Fork 79
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: As a user, I want to be able to call any method on the SchemaRegistry
via the SDK
#309
Merged
alainncls
merged 8 commits into
dev
from
feature/as-a-user-i-want-to-be-able-to-call-any-method-on-the-SchemaRegistry-via-the-SDK
Oct 24, 2023
Merged
feat: As a user, I want to be able to call any method on the SchemaRegistry
via the SDK
#309
alainncls
merged 8 commits into
dev
from
feature/as-a-user-i-want-to-be-able-to-call-any-method-on-the-SchemaRegistry-via-the-SDK
Oct 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
satyajeetkolhapure
requested review from
alainncls,
fdemiramon,
orbmis and
0xEillo
as code owners
October 20, 2023 16:17
alainncls
changed the title
feat: added read and write methods from schema registry into SDK
feat: As a user, I want to be able to call any method on the Oct 23, 2023
SchemaRegistry
via the SDK
alainncls
force-pushed
the
feature/as-a-user-i-want-to-be-able-to-call-any-method-on-the-SchemaRegistry-via-the-SDK
branch
3 times, most recently
from
October 23, 2023 20:21
0522531
to
3e4a4a1
Compare
Codecov Report
@@ Coverage Diff @@
## dev #309 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 13 13
Lines 224 224
Branches 53 53
=======================================
Hits 205 205
Misses 10 10
Partials 9 9 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
alainncls
force-pushed
the
feature/as-a-user-i-want-to-be-able-to-call-any-method-on-the-SchemaRegistry-via-the-SDK
branch
from
October 23, 2023 20:26
3e4a4a1
to
e8ebfa5
Compare
alainncls
force-pushed
the
feature/as-a-user-i-want-to-be-able-to-call-any-method-on-the-SchemaRegistry-via-the-SDK
branch
from
October 23, 2023 22:14
e8ebfa5
to
5ba0e46
Compare
…ny-method-on-the-SchemaRegistry-via-the-SDK
alainncls
approved these changes
Oct 24, 2023
alainncls
deleted the
feature/as-a-user-i-want-to-be-able-to-call-any-method-on-the-SchemaRegistry-via-the-SDK
branch
October 24, 2023 10:00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Related ticket
Fixes #205
Type of change
Check list