You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Jim Chen <ch...@gmail.com> on 2020/03/25 09:49:20 UTC

Flink1.10 Cluster's Received is zero in the web when consume from Kafka0.11

Hi, all
  When I use flink-connector-kafka-0.11 consume Kafka0.11, the Cluster
web's Received Record is always 0. However, the log is not empty. Any one
can help me?

[image: image.png]

Re: Flink1.10 Cluster's Received is zero in the web when consume from Kafka0.11

Posted by Jim Chen <ch...@gmail.com>.
Thanks for the tip!

May be call env.disableOperatorChaining() can show the received on the
dashborad

Chesnay Schepler <ch...@apache.org> 于2020年3月25日周三 下午5:56写道:

> This is a known limitation, see
> https://issues.apache.org/jira/browse/FLINK-7286 .
>
> As a crude workaround you may either break the chain after the source /
> before the sink, or query the numRecordsOut metric for the source /
> numRecordsIn metric for the sink via the WebUI metrics tab or REST API.
>
> On 25/03/2020 10:49, Jim Chen wrote:
>
> Hi, all
>   When I use flink-connector-kafka-0.11 consume Kafka0.11, the Cluster
> web's Received Record is always 0. However, the log is not empty. Any one
> can help me?
>
> [image: image.png]
>
>
>

Re: Flink1.10 Cluster's Received is zero in the web when consume from Kafka0.11

Posted by Chesnay Schepler <ch...@apache.org>.
This is a known limitation, see 
https://issues.apache.org/jira/browse/FLINK-7286 .

As a crude workaround you may either break the chain after the source / 
before the sink, or query the numRecordsOut metric for the source / 
numRecordsIn metric for the sink via the WebUI metrics tab or REST API.

On 25/03/2020 10:49, Jim Chen wrote:
> Hi, all
>   When I use flink-connector-kafka-0.11 consume Kafka0.11, the Cluster 
> web's Received Record is always 0. However, the log is not empty. Any 
> one can help me?
>
> image.png