-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
Feature request or enhancement
Improve Redis sink back-pressure mechanism when Redis memory has reached a certain percentage threshold.
Which use case/requirement will be addressed by the proposed feature?
When Redis memory is almost full, the Redis sink should stop sending data to avoid OOM.
Implementation ideas (optional)
Use Redis Data Command to find out once every batch how much percentage of Redis RAM is used and stop after 85% (configurable in application.properties)