Need some flink kafka consumer log and kafka server log!
> On Jul 20, 2020, at 5:45 PM, Mu Kong <kong.mu....@gmail.com> wrote: > > Hi, community > > I have a flink application consuming from a kafka topic with 60 partitions. > The parallelism of the source is set to 60, same with the topic partition > number. > The cluster.evenly-spread-out-slots config is set to true in flink cluster. > However, several hours later, the consuming rate of some subtasks of the > source suddenly dropped and caused delay. > There is no back pressure in the application as shown in the flink UI. > The consuming rate is like follows: > <image.png> > > Is anyone also encountering the same problem? > Is there any way to further pinpoint the issue? > > > Thanks in advance! > Mu