-
### Checklist
- [X] I have looked into the Readme ([Spring Boot 2 MVC](https://github.com/auth0-samples/auth0-spring-boot-login-samples/tree/master/mvc-login#readme)/[Spring Boot 2 WebFlux](https://g…
-
In my opinion, at the moment, one of the weaknesses of the Spring framework is the failure to finish Rsocket and Websocket in Webflux mode for Spring-cloud-gateway, even making a message broker that s…
-
**Affects:** org.springframework.boot:spring-boot-starter-parent:2.5.2
---
Currently also an open [stackoverflow question](https://stackoverflow.com/questions/68901191/spring-webflux-hateoas…
-
### 시작하기 전에
- 메시지 수신을 처리하는 방법은 여러가지가 있다. 그 중에서 ReactiveKafkaConsumerTemplate 을 사용하여 수신 처리 하는 방법을 확인해 보았다.
> @KafkaListener 를 사용하는 방식이 더 쉬워보이긴 하지만 spring webflux 기반의 프로젝트라고 한다면 왠지 Reactive 한 방식을 써야 하…
-
### spring webflux 프로젝트 생성
- Visual Studio Code, OpenJDK11, spring boot 2.7.x, lombok
### kafka 사용을 위한 라이브러리 설정
- spring kafka 라이브러리 추가. 버전 선택 [참고](https://spring.io/projects/spring-kafka#support…
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-6.x#web-applications-2):
> Spring MVC and Spring WebFlux no longer detect con…
-
I cloned this demo project then launched it. But I found the actuator endpoints were not found. Is it known limitation of actuator and webflux or bug?
-
```
spring-boot 2.7.0-M1
spring-boot-starter-graphql 2.7.0-M1
```
```
@Bean
public RuntimeWiringConfigurer configurer(MyReactiveUserAccessService myReactiveUserAccessService) {
return (builde…
-
i have some webflux based service, provide external service interface. how to integrate these services with dubbo service provider?
-
Currently I am building an app in reactive programming using spring webflux. Can we use this to cache Mono?And Does this work with "prefix"?