As discussed in T328563#8638389 and elsewhere, using Zookeeper to store Flink HA metadata would avoid manual steps from Service Ops during kubernetes maintenance, like T331126: Update wikikube eqiad to k8s 1.23.
Properly start rdf-streaming-updater flink job (@ dcausse)
To do this, we'll first need T331282: Upgrade flink-kubernetes-operator to 1.4.0, as well as enabling HA for mediawiki-page-content-change-enrichment. We will also need to update zookeeper to a version > 3.7. This might also require either updating the operating system or backporting the Debian package. Right now only Debian Bookworm ships a version of Zookeeper >= 3.7
- mediawiki-page-content-change-enrichment configured and deployed to store HA metadata in Zookeeper.
Needs discussion
We need to decide whether to pause this task till the target version of zookeeper can be installed on the hosts that support Kafka. Alternatively we could deploy a dedicated zookeeper cluster on Ganeti VMs with either Bookworm or a backported zookeeper package.