Commit 9101166
authored
GH-1693: Use concatMap in ReactiveKafkaTemplate
Fixes #1693
The documentation of the `reactor-kafka` project states that messages should be consumed
using the `concatMap` operator, but the `ReactiveKafkaConsumerTemplate` uses the `flatMap`
operator at least in case of the `receiveAutoAck` method.1 parent 5e46e02 commit 9101166
File tree
1 file changed
+1
-1
lines changed- spring-kafka/src/main/java/org/springframework/kafka/core/reactive
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments