Open
Description
Description
- consumer group can not stop refresh meta data after context canceled.
- function
func (c *consumerGroup) Consume(ctx context.Context, topics []string, handler ConsumerGroupHandler) error
in consumer_group.go file, after ctx's cancel function exec, the functionc.client.RefreshMetadata(topics...)
in consumer_group.go file line 201, still working, can not stop.
Versions
Sarama | Kafka | Go |
---|---|---|
1.38.1 | kafka_2.11-1.1.1 | 1.19 |
Configuration
Logs
logs: CLICK ME
Activity