apache / rocketmq-schema-registry

Apache RocketMQ Schema Registry
https://rocketmq.apache.org/
31 stars 20 forks source link

[ISSUE #39] Parse idl fields to return getSchemaResponse #42

Closed ferrirW closed 2 years ago

ferrirW commented 2 years ago

return schema fields like this:

"fields": [ { "pos": 0, "name": "a", "type": "string", "comment": null, "isNullable": false, "defaultValue": "null", "sortType": "ASCENDING", "extra": "" }, { "pos": 1, "name": "b", "type": "double", "comment": null, "isNullable": true, "defaultValue": 0.0, "sortType": "ASCENDING", "extra": "" } ],

codecov-commenter commented 2 years ago

Codecov Report

Merging #42 (a6388bb) into main (b0888c3) will increase coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##              main     #42      +/-   ##
==========================================
+ Coverage     9.57%   9.58%   +0.01%     
  Complexity      25      25              
==========================================
  Files           37      37              
  Lines          773     772       -1     
  Branches        40      40              
==========================================
  Hits            74      74              
+ Misses         693     692       -1     
  Partials         6       6              
Impacted Files Coverage Δ
...tmq/schema/registry/core/api/RequestProcessor.java 0.00% <ø> (ø)

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