-
Notifications
You must be signed in to change notification settings - Fork 2
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 avro producer #307
Merged
Merged
add avro producer #307
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
Codecov Report
@@ Coverage Diff @@
## main #307 +/- ##
==========================================
+ Coverage 44.02% 48.16% +4.13%
==========================================
Files 72 72
Lines 2353 2502 +149
Branches 64 64
==========================================
+ Hits 1036 1205 +169
+ Misses 1317 1297 -20
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
andrewinci
force-pushed
the
add_avro_producer
branch
from
January 3, 2023 12:32
79ac494
to
dae1655
Compare
andrewinci
force-pushed
the
add_avro_producer
branch
from
January 5, 2023 07:27
6d3465c
to
f23d252
Compare
andrewinci
added a commit
that referenced
this pull request
Jan 5, 2023
* feat: parse json obj to avro record * feat: support arrays * wip: partial union support * Add support for enum, map and refs * Add e2e test * Fix union in avro to json parsing * Support avro decimal * Support avro time logical types * Support avro uuid * test: add e2e test for refs * build(deps): bump avro version to use the git master branch * wip: support references in union * Use fqdn * Wrap avro schema into a ref-less struct * wip: replace avor schema with ref-less schema * use internal avro schema representation * cleanup
andrewinci
added a commit
that referenced
this pull request
Jan 6, 2023
* feat: parse json obj to avro record * feat: support arrays * wip: partial union support * Add support for enum, map and refs * Add e2e test * Fix union in avro to json parsing * Support avro decimal * Support avro time logical types * Support avro uuid * test: add e2e test for refs * build(deps): bump avro version to use the git master branch * wip: support references in union * Use fqdn * Wrap avro schema into a ref-less struct * wip: replace avor schema with ref-less schema * use internal avro schema representation * cleanup
andrewinci
added a commit
that referenced
this pull request
Jan 7, 2023
* feat: parse json obj to avro record * feat: support arrays * wip: partial union support * Add support for enum, map and refs * Add e2e test * Fix union in avro to json parsing * Support avro decimal * Support avro time logical types * Support avro uuid * test: add e2e test for refs * build(deps): bump avro version to use the git master branch * wip: support references in union * Use fqdn * Wrap avro schema into a ref-less struct * wip: replace avor schema with ref-less schema * use internal avro schema representation * cleanup
andrewinci
pushed a commit
that referenced
this pull request
Jan 7, 2023
# [2.9.0](v2.8.0...v2.9.0) (2023-01-07) ### Bug Fixes * disable autocomplete in add consumer group ([5ce0280](5ce0280)) * disable autocomplete/autocapitalize in create topic modal ([0bfa38a](0bfa38a)) * favourites removed when a cluster is updated ([a67accf](a67accf)) * remove consumer group from the UI when deleted ([e983727](e983727)) * remove schema from the UI when deleted ([3134e35](3134e35)) * remove topic from the UI when deleted ([15c5050](15c5050)) * start consumer loader as soon as the consumer is started ([aa0c9dc](aa0c9dc)) * support logical types in avro unions ([1118c9c](1118c9c)) ### Features * add avro producer ([#307](#307)) ([e7bb6a4](e7bb6a4)) * add kafka timeout settings ([889f07a](889f07a)) * add string producer ([#300](#300)) ([bb0ab30](bb0ab30))
andrewinci
pushed a commit
that referenced
this pull request
Jan 8, 2023
# [2.9.0](v2.8.0...v2.9.0) (2023-01-08) ### Bug Fixes * disable autocomplete in add consumer group ([5ce0280](5ce0280)) * disable autocomplete/autocapitalize in create topic modal ([0bfa38a](0bfa38a)) * favourites removed when a cluster is updated ([a67accf](a67accf)) * remove consumer group from the UI when deleted ([e983727](e983727)) * remove schema from the UI when deleted ([3134e35](3134e35)) * remove topic from the UI when deleted ([15c5050](15c5050)) * start consumer loader as soon as the consumer is started ([aa0c9dc](aa0c9dc)) * support logical types in avro unions ([1118c9c](1118c9c)) * wrong code theme in new windows ([a9150e0](a9150e0)) ### Features * add avro producer ([#307](#307)) ([e7bb6a4](e7bb6a4)) * add kafka timeout settings ([889f07a](889f07a)) * add shortcut to jump to the schema from the topic ([cb56b58](cb56b58)) * add string producer ([#300](#300)) ([bb0ab30](bb0ab30)) * allow user to open the topic and the schema registry to a new window ([151d50d](151d50d))
andrewinci
pushed a commit
that referenced
this pull request
Jan 9, 2023
# [2.9.0](v2.8.0...v2.9.0) (2023-01-09) ### Bug Fixes * disable autocomplete in add consumer group ([5ce0280](5ce0280)) * disable autocomplete/autocapitalize in create topic modal ([0bfa38a](0bfa38a)) * favourites removed when a cluster is updated ([a67accf](a67accf)) * remove consumer group from the UI when deleted ([e983727](e983727)) * remove schema from the UI when deleted ([3134e35](3134e35)) * remove topic from the UI when deleted ([15c5050](15c5050)) * start consumer loader as soon as the consumer is started ([aa0c9dc](aa0c9dc)) * support logical types in avro unions ([1118c9c](1118c9c)) * wrong code theme in new windows ([a9150e0](a9150e0)) ### Features * add avro producer ([#307](#307)) ([e7bb6a4](e7bb6a4)) * add external windonw button to record details modal ([ab80738](ab80738)) * add kafka timeout settings ([889f07a](889f07a)) * add shortcut to jump to the schema from the topic ([cb56b58](cb56b58)) * add string producer ([#300](#300)) ([bb0ab30](bb0ab30)) * allow user to open the topic and the schema registry to a new window ([151d50d](151d50d))
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.
No description provided.