Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-4729

Redis Optional Capped Streams Feature

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • 1.9-backlog
    • None
    • None
    • None

      Support Capped Streams in debezium

      https://redis.io/commands/xadd#capped-streams

      https://github.com/debezium/debezium/pull/3221

       

      Supporting capped streams will allow the user to control how many messages (events) a stream can have. This is important for clients that have a lot of streams/events coming through and they you want to control the amount of memory you used in Redis. Redis tries to store all data in memory but if your events are causing Redis to hit the `maxmemory` limit, this can cause Redis to start deleting keys or disable writes (depending on your maxmemory-policy). 

            Unassigned Unassigned
            bubbbajoe Joe Williams (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: