Debezium Blog

Change Data Capture (CDC) is a cornerstone of modern cloud-native architectures, enabling real-time event-driven applications. Debezium, a leading CDC platform, provides powerful Single Message Transformations (SMTs) to filter, route, and modify data streams before they reach their destination.

While Debezium is a Java-based project, many cloud-native applications are built in Go. With this latest enhancement, you can now write SMT filters and routers in Go, allowing Go developers to fine-tune data processing within a Java technology thanks to TinyGo and WebAssembly.

This blog post explores how to use Go plugins in Debezium, demonstrating how this feature enhances flexibility and customization for cloud-native teams.