ldaniels528 / trifecta

Trifecta is a web-based and CLI tool that simplifies inspecting Kafka messages and Zookeeper data. Additionally, the CLI tool provides the capability to import/export data to/from ElasticSearch and MongoDB.
http://ldaniels528.github.io/trifecta/
Apache License 2.0
215 stars 50 forks source link

Native consumer groups support in v0.22 RC's #36

Open plachor opened 7 years ago

plachor commented 7 years ago

Hi I could not force native consumer groups support in RC8 and RC6 (version 0.22):

After some investigation of source code it seems you drop support of Kafka native groups and check only for Zookeeper groups.

In version RC6 there was API exposing /api/consumers and /api/consumers/lite the lite version was working only with zookeeper groups and this one was used by UI. Although /api/consumers was not used was working if called manually.

As for version RC8 there seems to be only support for Zookeeper groups.

Will you release new version with native Kafka groups support ?

Some links for investigation:

Seems like you left the support of Kafka native groupst in your console client:

Any chance for an estimate when if at all it can be expected :) ?

ldaniels528 commented 7 years ago

I've been planning to revisit consumer groups and overhaul it to support many different configurations, but I just haven't had any time lately to do so. The short answer is I plan to work on this soon, but there's currently no ETA.

plachor commented 7 years ago

Thnx for quick response :)

gamefundas commented 7 years ago

+1 this breaks in our case too. Hoping for a fix soon.

ebclark2 commented 6 years ago

Any update on this?