Merge remote-tracking branch 'fork/v4_fix' into v4_fix
# Conflicts: # subscriber.go
This commit is contained in:
@@ -121,7 +121,7 @@ func (s *Subscriber) poll(ctx context.Context) {
|
|||||||
tps := tp{t, p}
|
tps := tp{t, p}
|
||||||
s.mu.Lock()
|
s.mu.Lock()
|
||||||
c := s.consumers[tps]
|
c := s.consumers[tps]
|
||||||
s.mu.Unlock()
|
s.mu.RUnlock()
|
||||||
if c != nil {
|
if c != nil {
|
||||||
c.recs <- newErrorFetchTopicPartition(err, t, p)
|
c.recs <- newErrorFetchTopicPartition(err, t, p)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user