I want to extract specific fields from my CDC JSON data. I am using Debezium MySQL connector. Can I use SMT for the same ? If Yes, how should approach for this?
Can we use SMTs for all of the connectors or for specific connectors?
@rick Can I use it in standalone mode too? And where do I have to mention those properties in connector configuration or worker’s? Thanks for Quick reply
@shubhamshirur they are configured on a connector by connector basis, so you provide them in the connector config. Check the blog post, I believe it has some more details on getting started. Yes, they work in standalone mode.