tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Limit kafka storage #133

Closed slifty closed 3 years ago

slifty commented 3 years ago

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