Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7779B200B96 for ; Thu, 6 Oct 2016 10:58:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7612D160AEE; Thu, 6 Oct 2016 08:58:26 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BAEE1160AAD for ; Thu, 6 Oct 2016 10:58:25 +0200 (CEST) Received: (qmail 28824 invoked by uid 500); 6 Oct 2016 08:58:19 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 28808 invoked by uid 99); 6 Oct 2016 08:58:19 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2016 08:58:19 +0000 Received: from mail-ua0-f171.google.com (mail-ua0-f171.google.com [209.85.217.171]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 6F39C1A0046 for ; Thu, 6 Oct 2016 08:58:17 +0000 (UTC) Received: by mail-ua0-f171.google.com with SMTP id u68so11603558uau.2 for ; Thu, 06 Oct 2016 01:58:17 -0700 (PDT) X-Gm-Message-State: AA6/9RngxgoVjMu96P6JxysIVP9IvNbMm3fqHsBtngK1P9W+3QyDGRaOd0YT9UUnJ2GcxTGE4Qm04zw499Vob35w X-Received: by 10.176.84.72 with SMTP id o8mr9927636uaa.128.1475744297064; Thu, 06 Oct 2016 01:58:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.159.48.149 with HTTP; Thu, 6 Oct 2016 01:57:56 -0700 (PDT) In-Reply-To: References: From: Maximilian Michels Date: Thu, 6 Oct 2016 10:57:56 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Processing events through web socket To: "user@flink.apache.org" Content-Type: text/plain; charset=UTF-8 archived-at: Thu, 06 Oct 2016 08:58:26 -0000 Like Fabian said, there is no built-in solution. If you want to use encryption over a socket, you will have to implement your own socket source using an encryption library. On Wed, Oct 5, 2016 at 10:03 AM, Fabian Hueske wrote: > Hi, > > the TextSocketSink is rather meant for demo purposes than to be used in an > actual applications. > I am not aware of any other built-in source that would provide what you are > looking for. > You can implement a custom SourceFunction that does what you need. > > Best, Fabian > > 2016-10-05 9:48 GMT+02:00 Abdul Salam Shaikh : >> >> 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. >> >