Getting Started with the Buf Schema Registry
Our interactive workshop is the best way to learn the ins and outs of our centralized registry for tracking and evolving Protobuf APIs.
Working with Protobuf? Weโve got the online workshop for you! Our engineers are hosting a 1-hour session that shows how to make depending on Protobuf schemas as easy as using go get, npm, mvn, or pip.
Thurs Aug 21 9 AM PDT / 12 PM EDT / 5 PM BST
Sign-up today at: buf.build/events/bsr-w...
07.08.2025 21:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
How to bring schema-driven governance to streaming data
Our interactive workshop is the best way to learn the ins and outs of Bufstream, our Kafka-compatible, schema-first streaming data platform.
Streaming data got a data problem? Donโt miss our workshop on schema-driven governance for Kafka. Our engineering and product teams will show what you can do when brokers understand the shape of your streaming data. Q&A throughout!
Thursday, July 10 9 AM PT / 12 PM ET / 5 PM BST
08.07.2025 16:57 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
How to bring schema-driven governance to streaming data
Our interactive workshop is the best way to learn the ins and outs of Bufstream, our Kafka-compatible, schema-first streaming data platform.
Donโt miss our interactive workshop on bringing schema-driven governance to Kafka. Our engineering and product teams will deep dive into how itโs done. Plus, weโll answer your questions throughout.
๐ท Thursday, July 10 ๐ท 9 AM PDT/12 PM EDT/5 PM BST
buf.build/events/works...
02.07.2025 20:09 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Abhishek.Veeramalla
Data Quality Concerns & Storage Cost challenges with Apache Kafka
Another day, another great video on the data quality issues that plague Apache Kafka and other Kafka-compatible platforms. Abhishek Veeramalla goes in depth on schema validation, plus Kafkaโs high storage and networking costs. Spoiler alert: Bufstream is the answer.
www.youtube.com/watch?v=oR4F...
01.07.2025 13:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Databricks
Unifying Human-Curated Data Ingestion and Real-Time Updates with Databricks DLT, Protobuf and BSR
See how Clinician Nexus governs data quality with the Buf CLI + Buf Schema Registry and keeps costs low with Kafka-compatible Bufstream. Results: consistent validation, quick updates & complete audit trail. #DAIS #Kafka
www.youtube.com/watch?v=qZLG...
24.06.2025 12:58 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Tip of the week #9: Some numbers are more equal than others
The first 15 field numbers are special: most runtimes will decode them much faster than the other field numbers. When designing a message type for decoding performance, itโs good to use these field nu...
TL;DR: The first 15 field numbers are special: most runtimes will decode them much faster than the other field numbers. When designing a message type for decoding performance, itโs good to use these field numbers on fields that are almost always present.
buf.build/blog/totw-9-...
17.06.2025 12:10 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Buf Announces Support for Databricks Managed Iceberg Tables
Weโre announcing a major step toward our vision of a single schema definition in Protobuf that governs your entire data flow โ from API contracts to streaming topics to analytical tables. Bufstream no...
Big news from #DataAISummit! Bufstream now supports Databricks Managed Iceberg Tables in private preview, bringing together Buf's schema-first approach with Databricks' industry-leading data governance and optimization capabilities. Read all about it!
buf.build/blog/buf-ann...
12.06.2025 18:11 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Tip of the week #7: Scoping it out
buf convert and protoscope are powerful tools for examining and debugging wire format dumps.
TL;DR: buf convert is a powerful tool for examining wire format dumps, by converting them to JSON and using existing JSON analysis tooling. protoscope can be used for lower-level analysis, such debugging messages that have been corrupted.
buf.build/blog/totw-7-...
02.06.2025 19:56 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
How to bring schema-driven governance to streaming data
Our interactive workshop is the best way to learn the ins and outs of Bufstream, our Kafka-compatible, schema-first streaming data platform.
Donโt miss our interactive workshop on bringing schema-driven governance to Kafka. Our engineering and product teams will deep dive into how itโs done. Plus, weโll answer your questions throughout.
Thursday, May 29 9 AM PDT / 12 PM EDT / 5 PM BST
27.05.2025 17:54 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Tip of the week #6: The subtle dangers of enum aliases
Enum values are a poorly designed feature and shouldnโt be used.
TL;DR: Enum values can have aliases. This feature is poorly designed and shouldnโt be used. The ENUM_NO_ALLOW_ALIAS Buf lint rule prevents you from using them by default.
buf.build/blog/totw-6-...
19.05.2025 18:32 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
How to bring schema-driven governance to streaming data
Our interactive workshop is the best way to learn the ins and outs of Bufstream, our Kafka-compatible, schema-first streaming data platform.
WORKSHOP: Schema-Driven Governance for Streaming Data
Learn about Bufstream, our Kafka-compatible #streamingdata platform. This workshop will show whatโs possible when you understand the shape of your streaming data.
Thursday, May 29 9 AM PDT / 12 PM EDT / 5 PM BST
buf.build/events/works...
15.05.2025 13:55 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Tip of the week #5: Avoid import public/weak
Avoid import public and import weak.
TL;DR: Avoid import public and import weak. The Buf lint rules IMPORT_NO_PUBLIC and IMPORT_NO_WEAK enforce this for you by default.
buf.build/blog/totw-5-...
13.05.2025 12:05 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Cheap Kafka is cool. Schema-driven-development with Kafka is cooler.
If you're looking for a modern drop-in replacement for Apache Kafka to save costs and complexity, Bufstream is probably your best bet. However, we've got a bigger mission here. Buf wants to bring sche...
Engineers shouldnโt have to define their network APIs in OpenAPI or Protobuf, their streaming data types in Avro, and their data lake schemas in SQL. A unified schema approach dramatically reshapes our world, solving data quality problems at the source.
buf.build/blog/kafka-s...
05.05.2025 15:07 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
26.03.2025 21:53 โ ๐ 5 ๐ 0 ๐ฌ 0 ๐ 0
A setup quite literally available nowhere else. No other product in the market even comes close.
07.03.2025 21:03 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Instant failover. Scales all the way from 0 to 100 GiB/s with no operational toll. 1/3 the cost of an Apache Kafka stretch cluster (which won't even work at these loads).
07.03.2025 21:03 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Bufstream: A multi-region, active-active Apache Kafka-compatible cluster tested to 100 GiB/s writes and 300 GiB/s reads.
07.03.2025 21:03 โ ๐ 4 ๐ 2 ๐ฌ 1 ๐ 0
A single-region Apache Kafka cluster handling this load would be challenging. A stretch cluster is unthinkable.
We will leave the cost of that to your imagination ๐
06.03.2025 22:10 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
This setup is enough to handle 100 GiB/s writes and 300 GiB/s reads with active-active producers/consumers running in two regions simultaneously. It provides the best RPO/RTO guarantees in the industry with Spannerโs p99.999% multi-region uptime SLA and GCSโ p99 15 minutes replication SLA.
06.03.2025 22:10 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
A detailed blog post is coming soon, but to give out some details:
โข 108 n2d-standard-32 brokers with Tier 1 networking.
โข Dual-region GCS bucket with Turbo Replication.
โข 9 node multi-region Spanner cluster with read-write nodes in us-west1 and us-west2; witness nodes in us-west3.
06.03.2025 22:10 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Can you tell the difference between the end-to-end latencies of a multi-region and single-region Bufstream cluster?
On the left is the single-region cluster from our last post.
On the right is a test we completed with 100 GiB/s writes replicated through two (!) cloud regions entirely via GCS.
06.03.2025 22:10 โ ๐ 5 ๐ 3 ๐ฌ 1 ๐ 0
Bufstream: 100 GiB/s of writes and 300 GiB/s of reads at 350ms latency in GCP.
For a cost thatโs literally 25x lower than the cheapest Confluent Cloud offers.
Bufstreamโs stateless design gives you all of this, with the operational simplicity that lets you sleep at night.
05.03.2025 20:52 โ ๐ 4 ๐ 3 ๐ฌ 1 ๐ 0
What if I told you that a 1 GiB/s Kafka topic streamed directly into your S3 data lakehouse as an Iceberg table could cost you... $10/hr?
Bufstream does it. It's literally too good to be true.
I spent 20 hours researching them. Here's their story (2 minute read) ๐งต
14.02.2025 15:20 โ ๐ 6 ๐ 4 ๐ฌ 1 ๐ 0