Github user ariskk commented on the issue:
https://github.com/apache/bahir-flink/pull/13
In our use case, both additions and deletions are processed via flink.
Think of a graph for example, that you store nodes as keys and their edges
as sorted sets (eg sorted on date created). Assuming this is dynamic, edges may
be added, but may also be removed.
I agree it wouldn't make much sense to delete keys, but the ability to add
and remove elements from sets is important.
We are using our own Redis Sink up to now, which supports this, but we are
thinking to migrate to the official one.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---