springwolf-core icon indicating copy to clipboard operation
springwolf-core copied to clipboard

Automated documentation for event-driven applications built with Spring Boot

Results 119 springwolf-core issues
Sort by recently updated
recently updated
newest added

Allow to set a optional description on the async api message object spec: https://www.asyncapi.com/docs/reference/specification/v2.0.0#messageObject Demo code for kafka and amqp examples was added as well Related change in springwolf-ui will...

**Describe the bug** The RabbitChannelsScanner seems not to support Queues with multiple RoutingKeys bound, which is funny :D **Dependencies and versions used** `springwolf-amqp` version `0.3.1`. (thows Exception) `springwolf-amqp` version `0.2.0`....

bug

**Describe the bug** 1. We have a Spring Boot microservice, let's say it is called "test-service" 2. "test-service" has the following consumers: 2.1 ConsumerA -> consumers "topic-a" 2.2 ConsumerB ->...

bug

VERY basic cloud stream support to automatically find consumers when all information about them (queue, exchange and routing key) is specified in application properties and consumers are annotated with @Bean...

**Describe the bug** When @ConditionalOnProperty is present in any listener class, it is discarded, **even when Condition is true**. I've only tested with @ConditionalOnProperty, not sure if happening with other...

bug

**Describe the feature request** A clear and concise description of what you want to happen. The "newer" implementation of rabbit/spring cloud stream listeners makes use of spring cloud functions to...

enhancement

I have no idea if there needs to be more changed. Feel free to let me know if there is.

Now my generation document on http://localhost:8086/springwolf/docs is: `{ "myproject": { "asyncapi": "2.2.0" "info": { .... } ...... } }` The root node's "myproject" name is from part of AsyncApiConfig: ```...

Feature request to add yaml format to the `/springwolf/docs` endpoint. This can be useful for certain tools that work from YAML files to render AsyncAPI documentation.

enhancement

1. Support for multiple messages per producers was added in #59 for Kafka. Such support should be also added for AMQP. 2. At least for AMQP multiple messages per consumer...

enhancement