Morningstar / kafka-offset-monitor

A small web app to monitor the progress of kafka consumers and their lag wrt the log.
Apache License 2.0
281 stars 109 forks source link

I'm not in America, I can't get your js, 404.Can you show the grouping of custom consumption in the interface?Java programs define group consumption by themselves. #17

Closed WoheWaHaHa closed 6 years ago

WoheWaHaHa commented 6 years ago

Grouping does not show grouping by program consumption, only the console-consumer. I use a Java program to consume kraft card, my custom a group to consume these messages, can display the custom on kafkamanager group, in a production environment, we are all custom grouping to spend this console consumption for us it's no use, just a manual test.Please help me.thank youIf the new version has this feature, please help me. Can you show the grouping of custom consumption in the interface?Java programs define group consumption by themselves.

rcasey212 commented 6 years ago

I apologize, but I don't understand what you are asking for.

WoheWaHaHa commented 6 years ago

The current kafakaoffsetmonitor can display topic, console-consumer, but it does not show that we have a grouping of consumption.We are through the flink program to consume the data in the kafka, a group is a custom to consume these data, only display console in kafakaoffsetmonitor console - consumer consumption, also is the command to consumption, we are a custom consumption by the program, which now seem also show not to come out, you know?

WoheWaHaHa commented 6 years ago

What social software do you play? Can I add you?

WoheWaHaHa commented 6 years ago

do you use WeChat?

rcasey212 commented 6 years ago

What group a consumer joins is defined by the consumer. This program tracks current log offset and the consumer group's current committed offset. If your consumer if not committing offsets, then I cannot display that information as Kafka does not have it.

I apologize. I am struggling to understand your point. Is this what you are talking about? Have you found a bug?

rcasey212 commented 6 years ago

Closing due to inactivity.