We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Change data capture from IRIS to kafka using SQL commands
Today it is common to push data from the database to datalake or to notify other systems about data CRUD using kafka. So I suggest create new SQL commands to register a sql table for publish data in json format to a kafka topic and SQL commands to consume from a kafka topic and persist into an IRIS table
ADMIN RESPONSE
Jan 18, 2024
Thank you for submitting the idea. The status has been changed to "Community Opportunity".
Kafka Connect is an excellent ecosystem for CDC with Kafka. The JDBC source and sink are a good place to start