TertiumOrganum1
TertiumOrganum1
#### Describe the bug When installed as debian package "asyncapi generate fromTemplate asyncapi.yaml @asyncapi/html-template" silently returns 1. #### How to Reproduce Install debian package. I'm on Mint 21, so it...
To store trace-logs to different location (or stream) I declare "opentracing" logger, which is used by userver under the hood. But its level field ignored (you may even skip it)...
Even though it is specified in static config: ``` dynamic-config: defaults: USERVER_NO_LOG_SPANS: names: ["connection_pool_monitor"]
Distributed traces are must-have part of modern observability, especially for microservices. Currently there is no out-of-the-box method to use them in userver. The only way to get trace logs is...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
The main part is ```cpp row["data"].To(pg::Bytea(tgt_bin_str)) ```
Updated docs and added options: --skip-modules --skip-field-patterns --require-fields Changed input option to --input
Аdded urabbitmq::ConsumerComponentBase::Process with ConsumedMessage in addition to version with std::string. ConsumerBase also get a new void Process(ConsumedMessage msg) as well.
It would be great to pass not only otel trace-id, but the parent span-id as well.
Currently it has signature: `void Process(std::string message);` thus we lack queue name, headers and routing key and it is very inconvenient.