Antony Polukhin
Antony Polukhin
Docs for it https://www.tarantool.io/en/ Also see #218
With it it would be possible to effectively use with userver any database that support ODBC. DB specific drivers could still provide benefits as they give access to extensions Internal...
At the moment 'tskv' and 'ltsv' logging formats are supported https://github.com/userver-framework/userver/blob/f04f77329c105bfbfb3b3f70b25b531dc53f07b9/core/include/userver/logging/format.hpp#L13 JSON format is a popualr logging format, it should be supported too.
The service https://github.com/userver-framework/uservice-dynconf should get a Docker image with build and ready to use uservice-dynconf. Database should be either right in the docker or there should be a way to...
HTTP 2 opens less sockets and behaves much better than HTTP 1.1 in case of sudden growth of requests or in case of multiple timeouts. With HTTP 2 the configuration...
An administrative web page is required for the https://github.com/userver-framework/uservice-dynconf The page should allow changing dynamic configs for the services and looking at the current values
There's a feature request to Boost.Stacktrace https://github.com/boostorg/stacktrace/issues/155 that look like should go to ASIO: """ The order in which you include `stacktrace.hpp` & `asio.hpp` can cause a compilation error on...