-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit kafka storage #133
Comments
slifty
added a commit
that referenced
this issue
May 13, 2021
TV Kitchen generates a lot of data, and much of it is heavy stuff like video and audio. Kafka, by default, will store data on its queue for 7 days. This means TV Kitchen will quickly run out of space when processing streams of video. This sets a 30 second retention limit for TV Kitchen topics. Data is processed as it is generated so this limit should have no impact on the functionality of the countertop. Issue #133
slifty
added a commit
that referenced
this issue
May 13, 2021
TV Kitchen generates a lot of data, and much of it is heavy stuff like video and audio. Kafka, by default, will store data on its queue for 7 days. This means TV Kitchen will quickly run out of space when processing streams of video. This sets a 30 second retention limit for TV Kitchen topics. Data is processed as it is generated so this limit should have no impact on the functionality of the countertop. Issue #133
slifty
added a commit
that referenced
this issue
May 13, 2021
TV Kitchen generates a lot of data, and much of it is heavy stuff like video and audio. Kafka, by default, will store data on its queue for 7 days. This means TV Kitchen will quickly run out of space when processing streams of video. This sets a 30 second retention limit for TV Kitchen topics. Data is processed as it is generated so this limit should have no impact on the functionality of the countertop. Issue #133
slifty
added a commit
that referenced
this issue
May 13, 2021
TV Kitchen generates a lot of data, and much of it is heavy stuff like video and audio. Kafka, by default, will store data on its queue for 7 days. This means TV Kitchen will quickly run out of space when processing streams of video. This sets a 30 second retention limit for TV Kitchen topics. Data is processed as it is generated so this limit should have no impact on the functionality of the countertop. Issue #133
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Task
Description
Kafka defaults to 7 days of storage for anything added to a queue. This won't work for us because we're using lots of data.
Add a 30 second cache, we shouldn't need more than that.
Related Issues
The text was updated successfully, but these errors were encountered: