0

my flink job now has 60+ output streams, each stream's implementation is simple。But, why back pressure happens in kafka source operator.

enter image description here my job graph

enter image description here kafka source back pressure

David Anderson
  • 39,434
  • 4
  • 33
  • 60

1 Answers1

0

Basically, it's physically impossible for your job to run faster than the throughput of the slowest sink.

David Anderson
  • 39,434
  • 4
  • 33
  • 60