Jason Gustafson created KAFKA-10386: ---------------------------------------
Summary: Fix record serialization with flexible versions Key: KAFKA-10386 URL: https://issues.apache.org/jira/browse/KAFKA-10386 Project: Kafka Issue Type: Bug Reporter: Jason Gustafson Assignee: Jason Gustafson The generated serde code for the "records" type uses a mix of compact and non-compact length representations which leads to serialization errors. We should update the generator logic to use the compact representation consistently. -- This message was sent by Atlassian Jira (v8.3.4#803005)