Gzip

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

Produce kafka records with GZIP compression.

Value parameters

level

a value between 1 and 9 or -1 (defaults to -1)

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