| commit | 003e594c9a52ac67fb64ef67588291fcbc85c99e | [log] [tgz] |
|---|---|---|
| author | Maximilian Michels <mxm@apache.org> | Fri Sep 19 13:27:15 2025 +0200 |
| committer | GitHub <noreply@github.com> | Fri Sep 19 13:27:15 2025 +0200 |
| tree | 66ba435b647cd93175f6353f2b8440a1bdbd1c2f | |
| parent | b820577c670411674fc969d805456fb28d38ea2c [diff] |
[FLINK-38381] Enumerate Kafka partitions across Kafka clusters (#1030) When using the DynamicKafkaSink, topics can be spread across multiple clusters. This used to work fine, but a regression has been added which considers partitions across different clusters to be identical. This limits the scale out of the source operator. Here is an example: ``` "1.Source__Kafka_Source_(testTopic).kafkaCluster.my-cluster-1.KafkaSourceReader.topic.testTopic.partition.0.currentOffset", "1.Source__Kafka_Source_(testTopic).kafkaCluster.my-cluster-2.KafkaSourceReader.topic.testTopic.partition.0.currentOffset" ``` Those would result be treated as one partition, but there are two partitions from separate kafka clusters.
A Kubernetes operator for Apache Flink, implemented in Java. It allows users to manage Flink applications and their lifecycle through native k8s tooling like kubectl.
Please check out the full documentation, hosted by the ASF, for detailed information and user guides.
Check our quick-start guide for simple setup instructions to get you started with the operator.
For the complete feature-set please refer to our documentation.
v1beta1To download the latest stable version please visit the Flink Downloads Page. The official operator images are also available on Dockerhub.
Please check out our docs to read about the upgrade process and our backward compatibility guarantees.
Don’t hesitate to ask!
Contact the developers and community on the mailing lists if you need any help.
Open an issue if you found a bug in Flink.
You can learn more about how to contribute in the Apache Flink website. For code contributions, please read carefully the Contributing Code section for an overview of ongoing community work.
The code in this repository is licensed under the Apache Software License 2.