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 avro producer #307

Merged
merged 18 commits into from
Jan 5, 2023
Merged

add avro producer #307

merged 18 commits into from
Jan 5, 2023

Conversation

andrewinci
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Merging #307 (87ad693) into main (0bfa38a) will increase coverage by 4.13%.
The diff coverage is 77.51%.

❗ Current head 87ad693 differs from pull request most recent head 4c22440. Consider uploading reports for the commit 4c22440 to get more accurate results

@@            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     
Impacted Files Coverage Δ
backend/src/api/error.rs 0.00% <0.00%> (ø)
backend/src/lib/schema_registry/error.rs 0.00% <ø> (ø)
backend/src/lib/avro/helpers.rs 58.82% <50.00%> (-16.18%) ⬇️
backend/src/lib/avro/avro_to_json.rs 94.59% <84.61%> (+55.40%) ⬆️
backend/src/lib/avro/json_to_avro.rs 91.33% <90.83%> (+91.33%) ⬆️
...nd/src/lib/schema_registry/resolved_avro_schema.rs 90.47% <0.00%> (+4.76%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@andrewinci andrewinci marked this pull request as ready for review January 5, 2023 07:27
@andrewinci andrewinci merged commit 07256dc into main Jan 5, 2023
@andrewinci andrewinci deleted the add_avro_producer branch January 5, 2023 07:28
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant