...

Directory /src/github.com/twmb/franz-go

Name Synopsis
..
examples
requesting
generate
pkg
kadm Package kadm provides a helper Kafka admin client around a *kgo.Client.
kbin Package kbin contains Kafka primitive reading and writing functions.
kerr Package kerr contains Kafka errors.
kgo Package kgo provides a pure Go efficient Kafka client for Kafka 0.8+ with support for transactions, regex topic consuming, the latest partition strategies, and more.
kmsg Package kmsg contains Kafka request and response types and autogenerated serialization and deserialization functions.
kversion Package kversion specifies versions for Kafka request keys.
sasl Package sasl specifies interfaces that any SASL authentication must provide to interop with Kafka SASL.
aws Package aws provides AWS_MSK_IAM sasl authentication as specified in the Java source.
oauth Package oauth provides OAUTHBEARER sasl authentication as specified in RFC7628.
plain Package plain provides PLAIN sasl authentication as specified in RFC4616.
scram Package scram provides SCRAM-SHA-256 and SCRAM-SHA-512 sasl authentication as specified in RFC5802.