I was looking to test the latest version of the kubernetes operator on my
OpenShiftLocal install and noticed the current version published to
OperatorHub/ArtifactHub is 1.6.0.
Is there a reason it has stopped being updated?
Hi,
I have a standalone Flink cluster which I have started using the jobmanager.sh
and taskmanager.sh scripts.
For security reasons, I wanted to disable the submit and cancel jar features
from the web ui but keep them enabled from the REST API so that my application
can submit jars.
But when I
Hi,
We are exploring options to support canary upgrades for our Flink pipelines
and have considered the following approach.
1.
*Stateless Pipelines*: For stateless pipelines, we define two clusters,
job-v1 and job-v2, using the same consumer group to avoid event
duplication. To contr
Unsubscribe
We deploy flink with standalone mode. We don't use hadoop so there's no
hdfs. Also it is locally deployed and there's no cloud storage such as GFS、
s3、 oss can be accessed. Is there any other easily deployed file system
that flink checkpoint/savepoint can use and share between task managers?
Thank