The Wayback Machine - https://web.archive.org/web/20220326220800/https://github.com/topics/schema-validation
Skip to content
#

schema-validation

Here are 83 public repositories matching this topic...

harikrishnakanchi
harikrishnakanchi commented Oct 28, 2021

In golang client, consumers get dynamic message instance after parsing. Add an example in the docs on how to use dynamic message instance to get values of different types in consumer code.

List of protobuf types to cover

  • timestamp
  • duration
  • bytes
  • message type
  • struct
  • map
good first issue docs
felixbr
felixbr commented Sep 3, 2020

In our codebase I observed that the generated files are often recompiled without explicitly cleaning them or changing the schema. This isn't a big deal for small schemas but in our case it's over 400 files that are being recompiled and takes several seconds.

I don't have a repro-case yet but it should be fairly straight forward. I can imagine using one of the test/example projects and checking

Improve this page

Add a description, image, and links to the schema-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the schema-validation topic, visit your repo's landing page and select "manage topics."

Learn more