-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keys are not delete from redis when redis.command is SET #32
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have noticed that in
v0.9.0
(currently we are usingredis/redis-enterprise-kafka:6.7.4
and don't have this issue) keys are not deleted from redis if message value is null whenredis.command
isSET
, 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:
The text was updated successfully, but these errors were encountered: