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

Redis sink - Retry in case of connection error/OOM

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 1.9.0.Alpha2
    • None
    • debezium-server
    • None
    • False
    • False

      Right now, the best option is probably to rely on the Redis maxmemory settings:

      • Set maxmemory to the amount of memory you’re willing to allocate.
      • Set maxmemory-policy to noeviction.

      You should be getting -OOM errors as soon as the memory limit has been reached, and it should resolve as soon as you’re removing entries from the stream.

            Unassigned Unassigned
            yossish Yossi Shirizli
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: