mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-05 10:41:36 +00:00
13 lines
270 B
Go
13 lines
270 B
Go
package kafka
|
|
|
|
import (
|
|
"github.com/segmentio/kafka-go/compress"
|
|
)
|
|
|
|
type Compression = compress.Compression
|
|
|
|
type CompressionCodec = compress.Codec
|
|
|
|
// TODO: this file should probably go away once the internals of the package
|
|
// have moved to use the protocol package.
|