Jroland / kafka-net

Native C# client for Kafka queue servers.
Apache License 2.0
483 stars 232 forks source link

Consumer.GetOffsetPosition does not take PartitionWhitelist into account #62

Open lund opened 9 years ago

lund commented 9 years ago

I'm not sure if this is a mistake or not, so please close the issue if it's not.

Given a consumer that's supplied a partition whiteliste to consume from, when I call GetOffsetPosition I get the offset of all partitions including those not in the whitelist. Is this as expected?