Skip to content

Commit

Permalink
docs: redirect the remote generation page (#22404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncatte authored Oct 31, 2024
1 parent c754b20 commit 5b7fc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-054-semver-compatible-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ approach described in approach A. Either way, types implementing interfaces woul
with an `InterfaceRegistry` as they are now because there would be no way to retrieve them via the global registry.

In order to simplify access to other modules using ADR 033, a public API module (maybe even one
[remotely generated by Buf](https://docs.buf.build/bsr/remote-generation/go)) could be used by client modules instead
[remotely generated by Buf](https://buf.build/docs/migration-guides/migrate-remote-generation-alpha)) could be used by client modules instead
of requiring to generate all client types internally.

The big downsides of this approach are that it requires big changes to how people use protobuf types and would be a
Expand Down

0 comments on commit 5b7fc8a

Please sign in to comment.