Skip to content

Support kafka partition discovery #2083

@Tartarus0zm

Description

@Tartarus0zm

During job execution, users may scale out upstream Kafka partitions. If Flink fails to detect this expansion, data loss may occur. Therefore, it is essential to detect Kafka partition scaling events.

  • Check the number of Kafka partitions every five minutes; the interval is configurable.
  • Each task must perform its own investigation.
  • Newly discovered partitions will begin consuming data starting from the earliest available records.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions