Skip to main content

Buf Schema Registry (BSR)

Recommendation
Updated
Moved
ASSESS
2021-09-07

What is it

Buf Schema Registry (BSR) is a schema repository for protobuf schemas, with built in version control and dependency management.

When to use it

Assess BSR for protobuf schemas that need to be shared between multiple systems, for example:

  • Dependencies between service APIs
  • Shared libraries and SDKs that include protobuf schemas

How to learn it