Can't make Kafka storage work #10633
-
Subj. Maybe someone can advise me what's wrong.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @deniszh, I can help you on this. First of all, if you try the local development environment, by running
That's correct. To get it working you should just configure the
The error The next step is to check the status of the partitions hash ring (and ingesters hash ring). What's the state of ingesters in web page |
Beta Was this translation helpful? Give feedback.
Hi @deniszh, I can help you on this.
First of all, if you try the local development environment, by running
./development/mimir-ingest-storage/compose-up.sh
(without any modification), does it work to you? It's not very clear to me whether it worked or not, from your message, but I think we should start from a working setup first, so you have a config reference.That's correct. To get it working you should just configure the
ingest_storage
block for all components (not all components technically need it, but it's just easi…