redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.48k stars 580 forks source link

Offset commit responses have incorrect ordering or are incomplete #3403

Open twmb opened 2 years ago

twmb commented 2 years ago

This was seen while attempting to solve an issue last month: we seeked group offsets, but the seek "errored" because the kadm library was expecting all topics and all partitions in the response to be in the same order as the request. Either the order was different, or the response was missing some data.

IIRC, essentially all Kafka responses always are in the order requested and are always complete. Redpanda should do the same

JIRA Link: CORE-812

dotnwat commented 2 years ago

nice catch