Support consumer group management group.id in graylog kafka native plugin
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.
@jozefbarcin You can already configure the group.id in the input configuration:

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
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 brokersupportShould I open another issue & close this one?