Open Gobonoid opened 6 years ago
Is this a relatively straightforward change as it looks since sarama cluster already takes a slice of strings for topics cluster.NewConsumer(mq.brokers, mq.consumergroup, []string{mq.topic}, config)
?
The questions that come to mind are: 1) Can this be done in a way that doesn't compromise the goals of go-pubsub (making all brokers "look" the same) 2) If so, is the gain worth the effort and potential added complexity?
Currently go-pubsub doesn't allow passing list of topics for single kafka consumer.
It would be nice if this would be