 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec struct {
	// An optional framing to apply to snappy compression.
	//
	// Default to Framed.
	Framing Framing
	// Compression level.
	Compression Compression
}
    Codec is the implementation of a compress.Codec which supports creating readers and writers for kafka messages compressed with snappy.
type Compression ¶
type Compression int
Compression level.
const ( DefaultCompression Compression = iota FasterCompression BetterCompression BestCompression )
 Click to show internal directories. 
   Click to hide internal directories.