You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have noticed that in v0.9.0 (currently we are using redis/redis-enterprise-kafka:6.7.4 and don't have this issue) keys are not deleted from redis if message value is null when redis.command is SET, instead of deletion value is set to empty string.
Here https://redis-field-engineering.github.io/redis-kafka-connect/#_sink_string it says: String or bytes. If value is null the key is deleted. So we assume that redis item deletion is expected behaviour.
Providing example reproduced using jupyter notebooks: