Re: Kafka Monitoring

2016-11-08 Thread vinay patil
>> Kafka cli command also does not show this consumer >>>>> >>>>> Regards, >>>>> Vinay Patil >>>>> >>>>> On Tue, Nov 8, 2016 at 8:56 AM, limbo [via Apache Flink User Mailing >>>>> List archive.] <>&g

Re: Kafka Monitoring

2016-11-08 Thread Daniel Santos
the required parameters for the kafka consumer while running the application. Has anyone faced this issue ? I am using Kafka 0.9.0.1 Regards, Vinay Patil

Re: Kafka Monitoring

2016-11-08 Thread vinay patil
quot;>[hidden email]> wrote: >>>> >>>>> Hi, >>>>> >>>>> I have the same problem, I think the reason is that the consumer of >>>>> flink use the low level API, >>>>> and when I type the group name in manager url I can get t

Re: Kafka Monitoring

2016-11-08 Thread Daniel Santos
Has anyone faced this issue ? I am using Kafka 0.9.0.1 Regards, Vinay Patil ---- If you reply to this email, your messa

Re: Kafka Monitoring

2016-11-08 Thread vinay patil
ail.jtp?type=node&node=9962&i=0>> 写道: >>>> >>>> Hello, >>>> >>>> I have been using that setup. >>>> From my understanding, if one desires to see the offset being consumed >>>> by Flink on KafkaManger, one has to se

Re: Kafka Monitoring

2016-11-08 Thread Daniel Santos
the required parameters for the kafka consumer while running the application. Has anyone faced this issue ? I am using Kafka 0.9.0.1 Regards, Vinay Patil -------- If you reply to this e

Re: Kafka Monitoring

2016-11-08 Thread vinay patil
tos >>> >>> On November 7, 2016 7:13:54 PM GMT+00:00, Vinay Patil <[hidden email] >>> <http://user/SendEmail.jtp?type=node&node=9962&i=1>> wrote: >>>> >>>> Hi, >>>> >>>> I am monitoring Kafka using KafkaManager

Re: Kafka Monitoring

2016-11-08 Thread Daniel Santos
Regards, Vinay Patil If you reply to this email, your message will be added to the discussion below: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble

Re: Kafka Monitoring

2016-11-08 Thread vinay patil
;>> >>> I am monitoring Kafka using KafkaManager for checking offset lag and >>> other Kafka metrics, however I am not able to see the consumers when I use >>> FlinkKafkaConsumer , for console-consumer it shows them in the Consumers >>> list. >>> >>> I have set the requi

Re: Kafka Monitoring

2016-11-07 Thread vinay patil
is issue ? >> I am using Kafka 0.9.0.1 >> >> Regards, >> Vinay Patil >> > > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-flink-user-mailing-list-archive.23

Re: Kafka Monitoring

2016-11-07 Thread vinay patil
;> >> Has anyone faced this issue ? >> I am using Kafka 0.9.0.1 >> >> Regards, >> Vinay Patil >> > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://apache-flink-use

Re: Kafka Monitoring

2016-11-07 Thread limbo
Hi, I have the same problem, I think the reason is that the consumer of flink use the low level API, and when I type the group name in manager url I can get the lag of the flink consumer, like this: http://your_manager_url/clusters//consumers//topic//type/ZK

Re: Kafka Monitoring

2016-11-07 Thread Daniel Santos
Hello, I have been using that setup. >From my understanding, if one desires to see the offset being consumed by >Flink on KafkaManger, one has to set it up with zookeeper. On 0.9 it will only >serve as a view of progress. Basically what's mandatory on 0.8 is optional on 0.9, and for viewing

Kafka Monitoring

2016-11-07 Thread Vinay Patil
Hi, I am monitoring Kafka using KafkaManager for checking offset lag and other Kafka metrics, however I am not able to see the consumers when I use FlinkKafkaConsumer , for console-consumer it shows them in the Consumers list. I have set the required parameters for the kafka consumer while runni