Alexey Karlyganov

Results 5 issues of Alexey Karlyganov

When is the library planned to be released? Because it has not been updated since August 6, 2023, and at the same time there are new commits in the master...

Hi, there is a problem if `raise` happened inside `SagaActionStep` then saga don't rollback action, but return `Either.Left`. Example code: ```kotlin suspend fun main() { // perform the transaction val...

I have overwrite block inside Swagger plugin: ```kotlin overwrite( Schema().also { it.type = "string" it.format = "date-time" } ) ``` But it doesn't apply the format if it's the body...

### Issue description Is it possible to set the bootstrap servers at application runtime, rather than in the configuration file?

type: question

**Feature description:** Support for GraalVM compilation **Problem it solves or use case:** Use protovalidate in native executable **Proposed implementation or solution:** Maybe some example of reflect-config.json **Examples or references:** None...

Feature