-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Feature] [Connector-Redis] Redis connector support delete data #7994
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
Conversation
…_column") .stringType() .noDefaultValue() .withDescription("key, list, set, zset use value of a specific column"); public static final Option<String> HASH_KEY_COLUMN = Options.key("hash_key_column") .stringType() .noDefaultValue() .withDescription("The column of hash key you want to write to redis"); public static final Option<String> HASH_VALUE_COLUMN = Options.key("hash_value_column") .stringType() .noDefaultValue() .withDescription("The column of hash value you want to write to redis");
|
Please add test case. |
|
|
@Hisoka-X 你好,我遇到了一个问题请教下,我发现MySQL CDC实时读取时获取json类型的数据时,读取到的结构与数据库中原始数据不一致,想请问下这里是如何处理的? 但是删除数据时读取到的数据是:{"key":"value"}没有空格,导致redis写入list时删除不了这一条数据,读取到的数据我打印了日志如下: |
Please create an issue for this. Looks like it is a bug. |
|
Also, you can use fake source to produce delete data. Please refer |
ok |
done |
Hisoka-X
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…he#7994) Co-authored-by: limin <[email protected]>
Purpose of this pull request
close #7977
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note.