Ingest storage kafka topic compression #13682
Unanswered
z0rc
asked this question in
Help and support
Replies: 1 comment
-
|
According to the code |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Documentation mentions that ingest storage uses compression https://github.com/grafana/mimir/blob/mimir-3.0.0/docs/sources/mimir/configure/configure-zone-aware-replication.md?plain=1#L122. But it doesn't specify what compression algorightm it uses.
I'm interested in this, because when inspecting individual messages in kafka topic, they look uncompressed.

Also I wasn't able to find place in code that supposedly configures compression for ingest storage.
Does it make sense to enable compression on kafka topic in this case? To reduce storage allocated for topics.
Beta Was this translation helpful? Give feedback.
All reactions