Details
Assignee
Nurlan MoldomurovNurlan MoldomurovReporter
Alexey PalazhchenkoAlexey Palazhchenko(Deactivated)Priority
MediumComponents
Needs QA
YesNeeds Doc
YesAffects versions
Details
Details
Assignee
Nurlan Moldomurov
Nurlan MoldomurovReporter
Alexey Palazhchenko
Alexey Palazhchenko(Deactivated)Priority
Components
Needs QA
Yes
Needs Doc
Yes
Affects versions
Smart Checklist
Smart Checklist
Smart Checklist
Created July 10, 2019 at 8:15 AM
Updated March 17, 2024 at 11:34 AM
Add middlewares for all JSON/HTTP1 APIs (most notably auth_request API) similar to gRPC interceptors:
metrics (promhttp)
logging
panic recovery
Switch from
RegisterXXXHandlerFromEndpoint
toRegisterXXXHandler
to avoid extra dials (even if they dial to localhost).Merge JSON/HTTP1 and Debug servers?