Closed
Description
Describe the bug
[25654a3a-4] 500 Server Error for HTTP GET "/v3/api-docs"
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'streamBridge' available
Those packages don't work together:
implementation 'org.springframework.cloud:spring-cloud-starter-function-webflux'
runtimeOnly 'org.springframework.cloud:spring-cloud-starter-stream-kafka'
runtimeOnly "org.springdoc:springdoc-openapi-webflux-ui:latest.release"
If you remove spring-cloud-starter-stream-kafka
everything is fine.
To Reproduce
Expected behavior
Here is the codebase and guide: https://github.com/VitaliyKulikov/functions-rulez-issues#1-swagger-is-not-loading-show-error