Re: Flink TCP custom source - secured server socket

2023-07-02 Thread Martin
> Hello, >> >> Thanks for your suggestion but please confirm below. >> >> Is it the case that TCP socket source job can’t be restored from last >> checkpoint? >> >> Rgds, >> >> Kamal >> >> *From:*Jan Lukavský >> *Sent:* 29 Jun

Re: Flink TCP custom source - secured server socket

2023-07-02 Thread Jan Lukavský
@flink.apache.org *Subject:* Re: Flink TCP custom source - secured server socket > ... a state backward in (processing) time ... (of course not processing, I meant to say event time) On 6/29/23 14:45, Jan Lukavský wrote: Hi Kamal, you probably have several options:  a) bundle your private

RE: Flink TCP custom source - secured server socket

2023-06-30 Thread Kamal Mittal via user
Hello, Thanks for your suggestion but please confirm below. Is it the case that TCP socket source job can’t be restored from last checkpoint? Rgds, Kamal From: Jan Lukavský Sent: 29 June 2023 06:18 PM To: user@flink.apache.org Subject: Re: Flink TCP custom source - secured server socket

Re: Flink TCP custom source - secured server socket

2023-06-29 Thread Jan Lukavský
> ... a state backward in (processing) time ... (of course not processing, I meant to say event time) On 6/29/23 14:45, Jan Lukavský wrote: Hi Kamal, you probably have several options:  a) bundle your private key and certificate into your Flink application's jar (not recommended, your

Re: Flink TCP custom source - secured server socket

2023-06-29 Thread Jan Lukavský
Hi Kamal, you probably have several options:  a) bundle your private key and certificate into your Flink application's jar (not recommended, your service's private key will have to be not exactly "private")  b) create a service which will provide certificate for your service during runtime