I am trying to read data over a websocket from a source(For example wss:// brisbane.unipulse.com.au:443/OutboundInterfaces/outbound/statements). But at the moment the implementation of env.socketTextStream only supports plain TCP and has no support for TLS or higher level protocols. Is there any other wrapper/third party API implementation which I can use on top of flink to act as a streaming service before transmitting it to flink ?
-- Thank s.