- Author(s): ctiller
- Approver: markdroth
- Status: In Review
- Implemented in: C Core
- Last updated: 2022/09/04
- Discussion at: https://groups.google.com/g/grpc-io/c/mFpiC_LyW1o
Remove grpc_register_plugin from the public API.
Mechanism is no longer needed.
None.
Remove grpc_register_plugin.
This mechanism has never been useful as a public API (it's only useful to call internal registration mechanisms - i.e. those without a public API).
It blocks the deletion of grpc_init/grpc_shutdown, which will be coming soon.
First roll the final usages directly into grpc_init/grpc_shutdown and then remove them from the public API.