Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
20 contributions in the last year
Contribution activity
May - October 2020
April 2020
Created an issue in confluentinc/confluent-kafka-go that received 4 comments
How to suspend Consumer ? and Do not close the connection.
Description
c, err := kafka.NewConsumer(&kafka.ConfigMap{
"bootstrap.servers": strings.Join(broker, ","),
"broker.address.family": "v4",
"group.id"…