rmoff
06/23/2025, 1:37 PMArun Lakshman Ravichandran
06/23/2025, 6:39 PMThomas Cooper
06/24/2025, 1:43 PMVikas Patil
06/24/2025, 3:19 PMRyan van Huuksloot
06/25/2025, 4:29 AMFerenc Csaky
06/25/2025, 5:35 AMChris Harm
07/01/2025, 1:59 PMThomas Cooper
07/07/2025, 4:04 PMThomas Cooper
07/08/2025, 3:22 PMThomas Cooper
07/10/2025, 10:16 AMBoice Lu
07/11/2025, 1:19 AMMahesh Sambharam
07/11/2025, 12:08 PMMaarten Winkels
07/14/2025, 9:27 AMflink-connector-gcp-pubsub
repository? Who can review/approve/merge any MRs?
• we migrated the code base to Flink v2 and have adopted the streaming pull approach from this branch, implementing FLIP-27. Should we create multiple tickets and branches to get this accepted?
Thanks for any help on this!Malthe
07/16/2025, 6:18 AMAlex Kennedy
07/17/2025, 12:17 AMownerReference
on Pods are being set to an unrelated Deployment
(as opposed to the FlinkDeployment
who is the real owner controlling the pods' creation). This ends up creating unexpected results in downstream metrics (investigation here). I think ArgoCD does a good job of illistrating the ownerReference
relationships for visual learners.
apiVersion: v1
kind: Pod
metadata:
labels:
app: apache-feed-job-notifications
<http://app.kubernetes.io/instance|app.kubernetes.io/instance>: nis-apache-feed-app
<http://app.kubernetes.io/name|app.kubernetes.io/name>: apache-flink-feed-job
component: taskmanager
<http://helm.sh/chart|helm.sh/chart>: apache-flink-feed-job-0.0.3
type: flink-native-kubernetes
name: apache-feed-job-notifications-taskmanager-5-39
namespace: nis
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
controller: true
kind: Deployment
name: apache-feed-job-notifications
spec:
{...}
I am waiting on a JIRA account to file an issue but thought I would at least start a discussion here to get the community's appetite for aligning these pods' ownerRefernce
to be more consistent with k8s best practices(?). I am a bit new to all the intrecicies of ownerReference
so maybe there is some part I am missing here but at minimum the current behavior seems strange that a 3rd party controller is setting an ownerReference
to a different k8s kind outside of it's domain, no?Daren Wong
07/18/2025, 8:43 AMVikas Patil
07/19/2025, 7:58 PMjava21
docker image for flink 1.19.X or 1.20.X
?RocMarshal
07/24/2025, 2:14 AMVictor Babenko
07/28/2025, 8:10 PMPoorvank Bhatia
07/29/2025, 8:14 AMRosa Seohwa Kang
07/29/2025, 7:28 PMRocMarshal
07/31/2025, 9:10 AMVinod Sherikar
08/05/2025, 6:03 AMRocMarshal
08/06/2025, 11:08 AMJakub Stejskal
08/07/2025, 9:14 AMRocMarshal
08/11/2025, 9:20 AMPeter Huang
08/20/2025, 11:53 PMMarco Scalerandi
08/23/2025, 5:35 PMJakub Stejskal
08/28/2025, 4:35 PM