debezium CDC to Redis #33
Unanswered
dgreco3917
asked this question in
Q&A
Replies: 1 comment
-
Your best option is probably to build a Kafka Streams application as a middleman. This would allow you to perform more complex transformations than what can be accomplished with Kafka Connect Single Message Transforms (SMTs). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for advice on how to enable CDC events from Debezium to sink to Redis. These events are being sourced from MySQL. How should I be converting from CDC events to Redis commands?
By comparison, I am currently sinking these events to Elastic using the following config:
Beta Was this translation helpful? Give feedback.
All reactions