IBM / sarama

Sarama is a Go library for Apache Kafka.
MIT License
11.21k stars 1.73k forks source link

unsubscribe w/o passing whole list #2920

Open ORESoftware opened 1 month ago

ORESoftware commented 1 month ago

the confluent library has this limitation:

https://github.com/confluentinc/confluent-kafka-go/issues/1193

can sarama mitigate this?

puellanivis commented 1 month ago

I don’t think we have any way to unsubscribe from a topic in general…

ORESoftware commented 4 weeks ago

darn, how is that possible? I don't understand what's happening