Re: Client development - OffsetFetch request always returns UNKNOWN_TOPIC_OR_PARTITION

2019-09-18 Thread Dan Swain
Following up on this. It turned out to be 100% user error on my part. I was still sending the v0 OffsetFetch request after committing v1+. On Tue, Sep 17, 2019 at 9:14 PM Dan Swain wrote: > Hi! > > I'm a maintainer of an open source Kafka client and working on adding > support

Client development - OffsetFetch request always returns UNKNOWN_TOPIC_OR_PARTITION

2019-09-17 Thread Dan Swain
Hi! I'm a maintainer of an open source Kafka client and working on adding support for kafka-stored offsets. The client works fine with v0 of the OffsetCommit/OffsetFetch messages, but with v1+ it always fails to fetch the offset. I've been digging quite a bit and found that the OffsetCommit appe