Migrate all services to context based #5677
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
rust
Pull requests that update Rust code
#5480 has implemented everything we need to context API. This issues is used to track the progress of migrating all services to context based.
The migration itself is simple, we just need to use the
HttpClient
fomrAccessorInfo
instead of backend directly, for example:The whole change could be seen at #5676
All http based services will need this change.
Services
The text was updated successfully, but these errors were encountered: