Graylog2-server: Support consumer group management in kafka plugin

Created on 28 Feb 2020  路  3Comments  路  Source: Graylog2/graylog2-server


Support consumer group management group.id in graylog kafka native plugin

Why?



This feature is necessary if you want to consume data (logs) to more than one consumer (PROD| STAGE|DEV environments), from the same kafka topic.

It is supported by kafka from version 2.0 at least.

Your Environment

  • Graylog Version: 3.0.2, 3.2.2
  • Elasticsearch Version: 6.8.6
  • MongoDB Version: 4.0.13
  • Operating System: Ubuntu 18.04
  • Browser version: Firefox 73.0.1
feature triaged

Most helpful comment

@bernd I see, that is cool. I missed that, sorry

Is there possibility to connect input directly to kafka brokers, not via zookeepers
Our case is: only Kafka brokers has IPs, which are available for consumers (graylog). Zookepers are in private IP, they are not accessible for consumers.

Also we are missing Allow ssl communication with kafka broker support

Should I open another issue & close this one?

All 3 comments

@jozefbarcin You can already configure the group.id in the input configuration:

image

Or do you mean something else?

@bernd I see, that is cool. I missed that, sorry

Is there possibility to connect input directly to kafka brokers, not via zookeepers
Our case is: only Kafka brokers has IPs, which are available for consumers (graylog). Zookepers are in private IP, they are not accessible for consumers.

Also we are missing Allow ssl communication with kafka broker support

Should I open another issue & close this one?

I'm closing this issue, created new one for new features: https://github.com/Graylog2/graylog2-server/issues/7617

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mhaasEFD picture mhaasEFD  路  4Comments

ajpen picture ajpen  路  3Comments

albix picture albix  路  3Comments

cflinspach picture cflinspach  路  3Comments

bitfactory-henno-schooljan picture bitfactory-henno-schooljan  路  4Comments