How to get GroupID in Golang Kafka 10? – Shopify
I am using Kafka 10.0 and https://github.com/Shopify/sarama. I am trying to get the offset of the latest message that a consumer processed. To do so I've found the method NewOffsetManagerFromClient(group string, client Client) which require the group name. How do…