Is it possible to proxy a web socket service through Apigee? -



Is it possible to proxy a web socket service through Apigee? -

i able proxy through regular rest service end point fine. however, unable found connection web socket resource.

as understand question, think want connect "ws://custom host/url" - i.e want utilize proxy websocket protocol instead of http or https. think not supported yet.

you can utilize apigee extension policies same. not sure if java se supports ws protocol, java ee does. back upwards java se in java callout - might want check that. can utilize other language back upwards in apigee seek out ws.

but ponder on basic question - why proxy ws websockets meant total duplex dedicated pipe between server , client. apigee border burst of short request - can connection pool , multitask heavily. websockets nullify this. websocket in understanding not meant used proxying solution, plain proxy servers have issues protocol. websocket meant exclusive interrupted communication between client , server.

apigee

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -