Hi,
I have an application to which clients connect using websocket and then they exchange the messages over that websocket connection which remains persistent until the client closes it.
Now, I want to put Apigee Edge as a proxy in between the clients and the application.
Is that possible? So what that means is, from the Apigee proxy there would be a persistent Websocket connection to the application (lets call it ConnA) for each client and there would also be a persistent websocket connection between client and the Apigee proxy (ConnB). There would be 1:1 mapping between the ConnA and ConnB i.e. the messages exchanged by client with proxy over ConnB will be passed over ConnA to the application and vice versa i.e. messages pushed from application over the websocket connection will be delivered by proxy to the client.
Is this possible using Apigee gateway?