>>
>> 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ý
>>
*To:* user@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 you
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
> ... 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 servic
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 (e
Hello Community,
I have created TCP stream custom source and reading data from TCP stream source.
But this TCP connection needs to be secured i.e. SSL based, query is how to
configure/provide certificates via Flink for Client-Server secured TCP
connection?
Rgds,
Kamal