Hi, on parsing the a v2 ProduceResponse from Kafka I am seeing a discrepancy from the documentation. Specifically the base_offset and log_append_time fields appear to be in the opposite positions to those documented in the protocol guide: https://kafka.apache.org/protocol#The_Messages_Produce <https://kafka.apache.org/protocol#The_Messages_Produce>
It's possible I’ve messed something up in the tcpdump and trimming of the Kafka responses, but I don’t think so. Is anyone familiar enough with the protocol to confirm/deny? Kind regards, Graeme