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
The gateway expects a non-null response type, so it cannot deal with simple 200 "OK" repsonses. It would often be fine in such cases to respond with a message with a fixed payload. Or maybe we need http:outbound-channel-adapter.
It seems inconsistent that the http:inbound-channel-adapter can be configured to return an empty 200 "OK", but the outbound side cannot deal with the response.