Fedor Osetrov

Results 7 issues of Fedor Osetrov

Sometimes it is convenient to configure minimum and maximum value of array length in static configuration. As I understand, OpenAPI 3 exposes such configuration options for arrays. Is it possible...

good first issue
help wanted

Will be rebased to new internal version of Kafka library Currently, PR is just for testing Docker and CI builds

### Discussed in https://github.com/confluentinc/librdkafka/discussions/4722 Originally posted by **fdr400** May 17, 2024 Hello everyone! I am currently implementing the driver for Kafka in @userver-framework. The code is available here: https://github.com/userver-framework/userver/tree/develop/kafka It...

Description =========== librdkafka fails with MemorySanitizer with `use-of-unitialized-value` in `src/rdtime.h`. The error is precisely: ``` ==3601446==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x5555559e8cfd in rd_timeout_init_timespec /home/fdr400/tmp/librdkafka/src/rdtime.h:255:21 #1 0x5555559e7a76 in rd_kafka_q_serve /home/fdr400/tmp/librdkafka/src/rdkafka_queue.c:543:9 #2 0x55555564f71e...

------------------------ Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds.