You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// done with this batch of messages...carry on. note that this
1288
1288
// block relies on the batch repackaging real io.EOF errors as
1289
1289
// io.UnexpectedEOF. otherwise, we would end up swallowing real
1290
1290
// errors here.
1291
1291
errcount=0
1292
+
continue
1292
1293
caseUnknownTopicOrPartition:
1293
1294
r.withErrorLogger(func(logLogger) {
1294
1295
log.Printf("failed to read from current broker for partition %d of %s at offset %d, topic or parition not found on this broker, %v", r.partition, r.topic, offset, r.brokers)
log.Printf("the kafka reader got an error while attempting to determine whether it was reading before the first offset or after the last offset of partition %d of %s: %s", r.partition, r.topic, err)
0 commit comments