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
It appears that the log statement uses wiretap to change the output channel of the splitter to a DirectChannel which messes up the following logic in AbstractMessageSplitter. boolean reactive = getOutputChannel() instanceof ReactiveStreamsSubscribableChannel;