Timon Back

Results 144 comments of Timon Back

Hi, I don't see a way at this point, besides the options mentioned above.

Hi @ivo-leonov Thank you for the well described issue report! We tried to re-produce the issue, but were not successful. Attempt: https://github.com/springwolf/springwolf-core/pull/710 What are we missing?

Hi @fcmdeveloper1, Please open a separate issue for that as it is not related to the kotlin suspend function. Have a look at https://www.springwolf.dev/docs/configuration/documenting-messages#unwrapping-the-payload and/or modify one of the springwolf-examples...

> Hi @ivo-leonov > > Thank you for the well described issue report! > > We tried to re-produce the issue, but were not successful. Attempt: #710 > > What...

Thank you @F43nd1r for sharing the used dependencies in your example. After copying the configuration and producer from this issue, I was able to reproduce it. It seems that the...

Hi @MrOli1412 This is a workaround so that async api studio can render the asyncapi.yaml file, see https://github.com/springwolf/springwolf-core/blob/master/springwolf-core%2Fsrc%2Fmain%2Fjava%2Fio%2Fgithub%2Fspringwolf%2Fcore%2Fasyncapi%2Fcomponents%2Fexamples%2Fwalkers%2Fyaml%2FExampleYamlValueGenerator.java#L42 Feel free to upvote/comment the linked issue https://github.com/asyncapi/spec/issues/1038

We suggested the code change https://github.com/stoplightio/spectral/pull/2625, which we believe will address the underlying issue. When merged & released, we will remove the workaround from Springwolf.

Hi @MrOli1412, as a workaround, we introduced with the latest release a configuration property `springwolf.studio-compatibility`, which you can disable to avoid "fixing" the schema type for `yaml` content-type.

Sounds interesting. Feel free to start a PR including the kafka reply template that you are using. I haven't heard about it before. Feel free to even contribute the ui...