Thank you for this tutorial, it's more valuable than any course
@jj_pog_champ3 ай бұрын
Thank you so much Krish, learnt a lot from you regarding architectures. Kafka is too challenging, steep learning curve . Just the thing needed CDC that too enterprise level, this is gem💎.
@isurucumaranathunga3 ай бұрын
Was waiting for this, thanks a lot Krish ❤
@Osandawedamulla3 ай бұрын
Quiet the explanation Thank you for your effort !!
@adomicarts3 ай бұрын
This is great ❤
@kasunjalitha23003 ай бұрын
Thanks a lot Krish. Please do more like this. waiting for more.... ❤🤞
@malindunimalsiri95613 ай бұрын
Great content. Thanks a lot ❤
@razmyasdf3 ай бұрын
@Krish Dinesh,Thank you so much for providing such a valuable and detailed insight into the CDC setup. Your explanation was incredibly helpful, and it has given me a much clearer understanding of the process. It would be even more beneficial if you could create a simple tutorial or step-by-step guide on how to use this CDC setup specifically for implementing audit logs. A practical walkthrough would greatly help those of us looking to apply this setup in our own projects.
@krish3 ай бұрын
Will do :)
@Chazool3 ай бұрын
Thank you 💪❤️
@isurusrimal19783 ай бұрын
Hi Krish great video again. I have a request. Can you please do a SEO related video ?
@Krishreddy-u2kАй бұрын
Thanks for sharing this! Have you tried setting up the same with MSK Connect and Debezium? If so, could you please share the configuration? I'm currently encountering a LEADER_NOT_AVAILABLE error, and any guidance would be appreciated!"
@ishanbhawantha3 ай бұрын
Interesting.
@RifkyRafeethu18 күн бұрын
Hi Krish, a valuable tutorial, have couple of quick questions I'm primarily looking to sync from mysql rds to a OLAP database for reporting purpose 1. do we need to setup separate connectors for each table or can we use one connector for all tables? 2. Incase we need to change the schema for eg, add another column to employee table after some time will that scheme change will be synced automatically?
@krish16 күн бұрын
1. source yes. destination (sync) no 2. yes
@essakinatarajan3 ай бұрын
Your explanation is very helpful. However, I need assistance on how to set up filtering of messages based on a specific value. Config params sample. "transforms": "filter", "transforms.filter.type": "io.debezium.transforms.Filter", "transforms.filter.language": "jsr223.groovy", "transforms.filter.condition": "value!=null&&value.after!=null&&(value.op=='c'||value.op=='u')&&value.after.column=='record'"