Concurrency/fault-tolerance for aggregated data #22524
Unanswered
danielhoshi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @danielhoshi, on fault tolerance, the following resources are relevant here:
Yes. Although I lack the full context on how you intend to shard your data, I don't see any blockers. As always, I would start with the simplest setup possible, stress test it, and only if it breaks I would consider a more distributed solution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
We would like to use Vector to collect logs from Kafka topics and generate aggregations with some different time windows (e.g. counts/sums for 10 min, 1 hour, 1 day, etc). We were planning to store the results on an external storage like Redis. Some questions that we have:
Beta Was this translation helpful? Give feedback.
All reactions