uptoyou
uptoyou

Reputation: 1797

Kafka compression on Broker side

There are settings to enable compression per Producer and per Topic.
But i also heard about global setting - Broker side compression (for all topics), is it real ?
If so how to configure ? Any link ?

Upvotes: 0

Views: 64

Answers (1)

Adam Kotwasinski
Adam Kotwasinski

Reputation: 4554

Brokers can customize compression configuration (see compression.type), as well as topic-level config can be used.

Upvotes: 0

Related Questions