Nick Miller

Results 2 comments of Nick Miller

I'm running into the same issue. Consumer groups are excluded when any partition offset is null. In my case, consumer groups consume multiple topics, so a null partition offset for...

Does that happen when the `partition.Complete < 1.0` check is removed as well as the `consumerStatus.Complete < 1.0` check? Looking in this file https://github.com/linkedin/Burrow/blob/master/core/internal/evaluator/caching.go#L270 where I think partition.End is set,...