Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec struct {
// The compression level to configure on writers created by this codec.
// Acceptable values are defined in the standard gzip package.
//
// Default to gzip.DefaultCompressionLevel.
Level int
// contains filtered or unexported fields
}
Codec is the implementation of a compress.Codec which supports creating readers and writers for kafka messages compressed with gzip.
Click to show internal directories.
Click to hide internal directories.