Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe5d474f36 |
@@ -123,7 +123,7 @@ func (s *Subscriber) poll(ctx context.Context) {
|
||||
c := s.consumers[tps]
|
||||
s.mu.Unlock()
|
||||
if c != nil {
|
||||
c.recs <- newErrorFetchTopicPartition(kgo.ErrClientClosed, t, p)
|
||||
c.recs <- newErrorFetchTopicPartition(err, t, p)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user