You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ This repository houses example projects and code for products in the [Buf][buf]
12
12
13
13
[This directory](./bsr) contains quickstart code that demonstrates key functions and usage of the [BSR][bsr], and how to create [Buf plugins][plugins] for custom lint and breaking change rules that you can upload to the BSR.
14
14
15
-
## Bufstream
16
-
17
-
A [quickstart guide](bufstream/iceberg-quickstart) for [Bufstream][bufstream] demonstrates how to archive Kafka messages to Iceberg tables and perform analytical queries with Spark.
18
-
19
15
## Protovalidate
20
16
21
17
[Quickstart guides and examples](./protovalidate) for [Protovalidate][protovalidate] show how standard annotations and custom CEL expressions can be used to validate Protobuf messages.
@@ -27,7 +23,6 @@ A [quickstart guide](bufstream/iceberg-quickstart) for [Bufstream][bufstream] de
Copy file name to clipboardExpand all lines: protovalidate/README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
[Protovalidate][protovalidate] provides standard annotations to validate common rules on messages and fields, as well as the ability to use [CEL][cel] to write custom rules. It's the next generation of [protoc-gen-validate][protoc-gen-validate], the only widely used validation library for Protobuf.
6
6
7
-
Supplementing its [documentation][protovalidate], this repository provides quickstart code exercises and reference examples for its use.
7
+
Supplementing its [documentation][protovalidate], this repository provides quickstart code exercises and reference examples for its use.
8
8
9
9
## Protovalidate quickstart
10
10
@@ -42,10 +42,6 @@ Quickstart code showing how to use Protovalidate in unary RPCs is available in t
42
42
*[Quickstart code](grpc-java/README.md) for [Protovalidate in gRPC and Java][grpc-java]
43
43
*[Quickstart code](grpc-python/README.md) for [Protovalidate in gRPC and Python][grpc-python]
44
44
45
-
## Using Protovalidate in Kafka
46
-
47
-
[Quickstart code](bufstream/README.md) for [Using Protovalidate in Kafka with Bufstream][bufstream] shows how to enforce schemas within the Bufstream Kafka broker. The only code changed during the tutorial is in Protobuf and YAML files, so only a Go example is provided. It contains a `start` directory with a starting state and `finish` with a working solution.
0 commit comments