Ingest storage kafka topic compression #13682
Replies: 3 comments 5 replies
-
|
According to the code |
Beta Was this translation helpful? Give feedback.
-
|
You can check if compression is used with the DumpLogSegments tool in Kafka: https://stackoverflow.com/a/36625558 In my case compresscodec is set to snappy |
Beta Was this translation helpful? Give feedback.
-
|
Hi @simioa , |
Beta Was this translation helpful? Give feedback.
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