Re: Data Transfer between TM should be encrypted

2016-10-13 Thread vinay patil
gt; This is regarding this issue >>>>>> https://issues.apache.org/jira /browse/FLINK-4404 >>>>>> <https://issues.apache.org/jira/browse/FLINK-4404> >>>>>> >>>>>> How can we achieve this, I am able to decrypt the data from Kafka >>>&g

Re: Data Transfer between TM should be encrypted

2016-10-13 Thread Stephan Ewen
he data is encrypted when flowing >>>>> between TM's. >>>>> >>>>> One approach I can think of is to decrypt the data at the start of >>>>> each operator and encrypt it at the end of each operator, but I feel this >>>>> is

Re: Data Transfer between TM should be encrypted

2016-10-13 Thread Robert Metzger
Patil >>>> >>>> -------------- >>>> View this message in context: Data Transfer between TM should be >>>> encrypted >>>> <http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Data-Transfer-between-TM-should-

Re: Data Transfer between TM should be encrypted

2016-10-12 Thread vinay patil
rchive >>> <http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/> >>> at Nabble.com. >>> >>> >>> >>> >>> -- >>> If you reply to this email, your message will be added to the discussion

Re: Data Transfer between TM should be encrypted

2016-10-12 Thread Robert Metzger
ded to the discussion >> below: >> http://apache-flink-user-maili ng-list-archive.2336050.n4. >> nabble.com/Data-Transfer-betwe en-TM-should-be-encrypted- tp8781p8782.html >> <http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Data-Transfer-between-TM-s

Re: Data Transfer between TM should be encrypted

2016-10-07 Thread vinay patil
archive., click here. > NAML > <http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.B

Re: Data Transfer between TM should be encrypted

2016-09-15 Thread Vijay Srinivasaraghavan
r Apache Flink User Mailing List archive., email [hidden email] To unsubscribe from Apache Flink User Mailing List archive., click here. NAML View this message in context: Re: Data Transfer between TM should be encrypted Sent from the Apache Flink User Mailing List archive. mailing list ar

Re: Data Transfer between TM should be encrypted

2016-09-14 Thread vinay patil
between-TM-should-be-encrypted-tp8781p8782.html> >> To start a new topic under Apache Flink User Mailing List archive., email >> [hidden >> email] >> To unsubscribe from Apache Flink User Mailing List archive., click here. >> NAML >> <http://apache-flink-user-mailing

Re: Data Transfer between TM should be encrypted

2016-08-30 Thread vinay patil
m/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadc

Re: Data Transfer between TM should be encrypted

2016-08-30 Thread Vijay Srinivasaraghavan
ribe from Apache Flink User Mailing List archive., click here. NAML View this message in context: Re: Data Transfer between TM should be encrypted Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Data Transfer between TM should be encrypted

2016-08-30 Thread Stephan Ewen
i=1> >> To unsubscribe from Apache Flink User Mailing List archive., click here. >> NAML >> <http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.name

Re: Data Transfer between TM should be encrypted

2016-08-29 Thread vinay patil
Hi Stephan, Thank you for your reply. Till when can I expect this feature to be integrated in master or release version ? We are going to get production data (financial data) in October end , so want to have this feature before that. Regards, Vinay Patil On Mon, Aug 29, 2016 at 11:15 AM, Steph

Re: Data Transfer between TM should be encrypted

2016-08-29 Thread Stephan Ewen
Hi! The way that the JIRA issue you linked will achieve this is by hooking into the network stream pipeline directly, and encrypt the raw network byte stream. We built the network stack on Netty, and will use Netty's SSL/TLS handlers for that. That should be much more efficient than manual encryp