Timon Back

Results 144 comments of Timon Back

Hi @Sheldoras, Great suggestion. A couple questions for understanding: 1. How do you plan to group the different endpoints (`pathsToMatch` in OpenAPI)? Is it only based on the channel name...

Hi @Sheldoras , we just merged a first preview of this feature. It is available as a SNAPSHOT. The group can be configured in `application.properties` (example: https://github.com/springwolf/springwolf-core/blob/master/springwolf-examples/springwolf-kafka-example/src/main/resources/application.properties#L43). More details about...

Hi @Sheldoras, awesome! Grouping is a feature that can develop a high complexity quickly while requiring stable apis. This is the reason we went with property based configuration first. To...

Hi @Sheldoras, for the beginning we chose the easy option of allowing to overwrite the `info` object per group (instead of beans or adding a customizer). We are still working...

Bump. To resolve https://github.com/asyncapi/parser-js/issues/997#issuecomment-2367036182 Aligns with spectral parser, where the change has been merged via https://github.com/stoplightio/spectral/pull/2625#event-14518858703 and was approved by @jonaslagoni

> Just some linting problems ✌️ PR is updated

Thank you for the fast response. Yes, I am able to reproduce this locally. I also ruled out the potential GitHub cache by disabling the cache temporarily in one of...

Thank you for checking, I will switch the css files around. Yesterday, I experimented a little more on that branch and also got it working locally. The issue seemed to...

We will stick to `createEditor` for now. Our input text needs trimming, since it has a new line marker at the end - which also (correctly) shows up when using...

Hi @pdalfarr, I took this PR as a base to look into amqp and further understand how rabbitmq and the AsyncAPI amqp binding works. The result is https://github.com/springwolf/springwolf-core/pull/886 I agree...