Nikita Eshkeev
Nikita Eshkeev
# Описание В Java существуют [jsr 305](https://jcp.org/en/jsr/detail?id=305) и [jsr 308](https://jcp.org/en/jsr/detail?id=308), которые стандартизировали поддержку указания программистом в каких местах возможно, а в каких невозможны `null` значения. Компания JetBrains пошла немного дальше...
### Before reporting an issue - [X] I have searched existing issues - [X] I have reproduced the issue with the latest release ### Area token-exchange ### Describe the bug...
Хотелось бы иметь возможность проиграть события (свечи, стакан) за какой-то период по инструменту, для целей тестирования стратегий в выходные дни (и не только). Есть ли такая возможность?
Testcontainers reports the time taken for a container to start in the ISO-8601, because of the way the `toString` method of `Duration` is defined, which is hardly convenient for humans....
**Expected Behavior** Response messages in addition to the `kafka_correlationId` Header should have the same keys as their corresponding request messages when constructing the Request-Reply semantics on top of `ReplyingKafkaTemplate` and...