Registry / messaging / twmb-franz-go-pkg-kmsg

twmb-franz-go-pkg-kmsg

JSON →
library1.9.0gogounverified

Package kmsg contains Kafka request and response types with autogenerated serialization and deserialization functions.

go get github.com/twmb/franz-go/pkg/kmsg
INSTALL
IMPORT
SIG · TWMB-FRANZ-GO-PKG-
T
twmb-franz-go-pkg-kmsg
messaginggov1.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

kmsg
✓ github.com/twmb/franz-go/pkg/kmsg

Creates a new Metadata request using the kmsg package.

package main import ( "fmt" "github.com/twmb/franz-go/pkg/kmsg" ) func main() { req := kmsg.NewMetadataRequest() fmt.Printf("Request: %+v\n", req) }
Debug
Known issues
breakingMajor version bumps may occur on Kafka protocol changes, potentially breaking field types.
fix
Always use New functions or Default functions after creating structs, or pin the max supported version.
affects: >=1.0.0
Upgrade
Version history
1.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
twmb-franz-go-pkg-kmsg — go get twmb-franz-go-pkg-kmsg · libregistry