Skip to content

Commit

Permalink
Remove reference to no-longer-maintained bloomrpc (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump authored Jan 17, 2025
1 parent 79dbc2b commit 1715b7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ server reflection enabled, ad-hoc debugging tools can call your gRPC-compatible
handlers and print the responses *without* a copy of the schema.

The exposed reflection API is wire compatible with Google's gRPC
implementations, so it works with [grpcurl], [grpcui], [BloomRPC], and many
implementations, so it works with [grpcurl], [grpcui], and many
other tools.

For more on Connect, see the [announcement blog post][blog], the documentation
Expand Down Expand Up @@ -69,7 +69,6 @@ We will _not_ make breaking changes in the 1.x series of releases.
Offered under the [Apache 2 license][license].

[APIv2]: https://blog.golang.org/protobuf-apiv2
[BloomRPC]: https://github.com/bloomrpc/bloomrpc
[Getting Started]: https://connectrpc.com/go/getting-started
[blog]: https://buf.build/blog/connect-a-better-grpc
[connect]: https://github.com/connectrpc/connect-go
Expand Down

0 comments on commit 1715b7b

Please sign in to comment.