You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(spring): drop ChannelSendOperator from the DataSource return-value handler (#30)
Sets the DataSource response flow directly in DataSourcePayloadReturnValueHandler instead of routing it through a WebFlux ChannelSendOperator. The operator was an HTTP-response idiom that only pulled spring-web into the messaging starter for no benefit — the flow is cold and collected later, so a synchronous set plus Mono.empty() is equivalent.
Copy file name to clipboardExpand all lines: spring/src/main/kotlin/com/caplin/integration/datasourcex/spring/internal/DataSourcePayloadReturnValueHandler.kt
0 commit comments