Lz4

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

Produce kafka records with Lz4 compression.

Value parameters

level

a value between 1 and 17 (defaults to 9)

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