Kafka storage write and read path #10671
Unanswered
deniszh
asked this question in
Help and support
Replies: 1 comment
-
When using Kafka the write path is:
The read path is
In the Kafka architecture (internally called "ingest storage") you can think about the ingesters are read path components. Currently, ingesters are still responsible for building TSDB blocks uploaded to S3, but we're working on a new component called block-builder which is responsible to read from Kafka and build TSDB blocks. In the final architecture, ingesters will just be read caches for the most recent data, not available for being queried from TSDB blocks yet. |
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
-
Hi All,
Could someone who know how Mimir with Kafka works help to realize what are write and read path for such use case?
I heard that if ingester-storgae enabled it helps with decoupling read path from write path.
So, if for usual Mimir we have:
Write
and Read
then what we have for Kafka use case?
I thought it was
Write
and Read
Am I right?
Beta Was this translation helpful? Give feedback.
All reactions