mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 07:14:15 +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.
|