Zstd

zio.kafka.producer.ProducerCompression.Zstd
final case class Zstd(level: Int) extends ProducerCompression

Produce kafka records with Zstd compression.

Value parameters

level

a value between -131072 and 22 (defaults to 3)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def properties: Map[String, AnyRef]

Attributes

Inherited from:
ProducerCompression