-
Notifications
You must be signed in to change notification settings - Fork 648
feat(sink): support redis sink with pubsub format #20991
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
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.
Implementation LGTM.
From the doc of publish, the semantic of key
is the channel
. So should we change the option name pubsub_name
to channel
, and pubsub_column
to channel_column
.
c8a41f4
to
35f0eb3
Compare
Hi, there. 📝 Telemetry Reminder:
|
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Checklist
Documentation
Release note
We can use pubsub like
or
value_format
Required: Format of the message passed to pubsubpubsub_name
pubsub_column
both must set at least one.pubsub_name
The name of the message queue to send topubsub_column
Use the values in this column as the name of the message queue to send to (type must be varchar)