twmb / franz-go

franz-go contains a feature complete, pure Go library for interacting with Kafka from 0.8.0 through 3.7+. Producing, consuming, transacting, administrating, etc.
BSD 3-Clause "New" or "Revised" License
1.78k stars 182 forks source link

pkg/sr: move SerdeHeader arg before id, index #743

Closed twmb closed 4 months ago

twmb commented 4 months ago

This better mirrors the wire format -- the args seemed out of order if you knew the wire format.