twmb / franz-go

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

kversions: skip many more broker-to-broker keys #739

Closed twmb closed 1 month ago

twmb commented 1 month ago

These keys are by Kafka, for Kafka and there are enough differentiating factors in other keys such that skipping these is fine.

Closes #683.