Nikita
Nikita
Add some mechanism to pass arbitrary data from middleware to service methods in gRPC ___ gRPC middleware ```cpp const auto& token = context.GetCall().GetContext().client_metadata().find("token")->second; auto id = foo(token); // some middleware...
Please add an sample of authorization using `grpc` with `postgreSQL`, that's sample can show how to use `grpc` `metadata`, maybe `middlewares`
## Proposal Split each part of userver in differents `.deb` package - [ ] `userver-core` - [ ] `userver-postgresql` - [ ] `userver-kafka` - [ ] `userver-redis` - [ ]...
[pg_grpc_service_template](https://github.com/userver-framework/pg_grpc_service_template/blob/develop/src/hello_client.cpp) ```cpp // Initiate the RPC. No actual actions have been taken thus far besides // preparing to send the request. auto stream = client_.SayHello(request, std::move(context)); ``` Now: ```cpp try...
Debian 12: - [x] could not find package `c-ares::cares` Mint: - [ ] could not find package `ampqcpp`
[VMime](https://www.vmime.org) [mailio](https://github.com/karastojko/mailio) [libquickmail](https://github.com/cdevelop/libquickmail) [NwSMTP](https://github.com/yandex/NwSMTP) pure curl
## Problem In my opinion (possibly erroneous) the classes generated by protobuf are just `DTO`. `DTO` generated by protobuf is a low-level policy. `Entities` should not be affected by low-level...