springwolf-core
springwolf-core copied to clipboard
Automated documentation for event-driven applications built with Spring Boot
Hi! Thank you for project! I want to know, can i use it for documenting Spring Websocket functionality? For example I use next configuration: ``` @Configuration @EnableWebSocketMessageBroker public class WebSocketConfig...
as Asyncapi supports SQS: https://www.asyncapi.com/docs/specifications/v2.3.0, it would be nice, if the tool could handle it as well.
well, similar to: https://github.com/springwolf/springwolf-core/issues/55, maven is another popular build tool => adding it as well. I like the idea of generating documentation in the build time. Adding idea of an...
I like the idea of generating documentation in the build time. Adding idea of an option to generate asyncapi json|yaml in the build time using gradle. Generating the html UI...
There should be a support to add Kafka headers. For example the spring __TypeId__ header should be provided in order for the spring to serialise and deserialize payloads. Without this...
Hello Can I use springwolf to document AWS SNS and SQS
**Bug description** When a producer (possibly consumer as well - not tested) payload class is annotated by Swagger `@Schema` annotation with `name` the name is used in the schema definitions...
The KafkaPayloadTypeExtractor contains the logic to extract the payload type, which previously was part of ClassLevelKafkaListenerScanner and MethodLevelKafkaListenerScanner. If the parameter is of type List, reflection is used to extract...
Co-authored-by: sam0r040 Closes: https://github.com/springwolf/springwolf-core/issues/94
This PR should be a starting point and base for discussion to implement https://github.com/springwolf/springwolf-core/issues/51 The SpringwolfKafkaController now expects a structred request body, that contains a payload field and an optional...