GH-430: Change Filter function to non-reactive

Fixes https://github.com/spring-cloud/stream-applications/issues/430

Fix greenmail exclusion.
Added -X for github.debug
This commit is contained in:
Corneil du Plessis
2023-02-14 18:23:31 +02:00
committed by GitHub
parent d29546c9bd
commit 8e4c20dc77
4 changed files with 30 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
This module provides an HTTP request function that can be reused and composed in other applications.
The `Function` uses the reactive `WebClient` from `Spring WebFlux` and is implemented as a `java.util.function.Function`.
This function gives you a reactive stream of `ResponseEntity` given a stream of request messages as the function a signature of `Function<Flux<Message<?>,Flux<ResponseEntity>>`.
This function gives you a reactive stream of `ResponseEntity` given a stream of request messages as the function a signature of `Function<Message<?>,ResponseEntity>`.
Users have to subscribe to the returned `Flux` to receive the data.
## Beans for injection