producer_types

package
v1.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2025 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Acks

type Acks string
const (
	AcksNone Acks = "0"
	AcksOne  Acks = "1"
	AcksAll  Acks = "-1"
)

func (Acks) String

func (a Acks) String() string

type CompressionType

type CompressionType string
const (
	CompressionTypeNone    CompressionType = "none"
	CompressionTypeGzip    CompressionType = "gzip"
	CompressionTypeSnappy  CompressionType = "snappy"
	CompressionTypeLz4     CompressionType = "lz4"
	CompressionTypeZstd    CompressionType = "zstd"
	CompressionTypeDefault CompressionType = "default"
)

func (CompressionType) String

func (c CompressionType) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL