docs: redirect the remote generation page (#22404)

This commit is contained in:
Troy 2024-10-31 21:21:46 +01:00 committed by GitHub
parent c754b206c2
commit 5b7fc8ae90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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