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

Update skipKeys for internal API keys #683

Closed weeco closed 4 months ago

weeco commented 7 months ago

There used to be a typo (API Key 58 / Envelope instead of API Key 57 / UpdateFeatures). I'm not entirely sure what the "Envelope" API does, but I think it was meant to be UpdateFeatures instead.

Ref: https://kafka.apache.org/protocol.html

twmb commented 4 months ago

I've done this more comprehensively in #739, closing this.