Skip to Main Content
InterSystems Ideas
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.
Status Community Opportunity
Categories InterSystems IRIS
Created by Yuri Marx
Created on Feb 14, 2023

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".

    Stay tuned!

  • Bob Kuszewski
    Reply
    |
    Feb 21, 2023

    Kafka Connect is an excellent ecosystem for CDC with Kafka. The JDBC source and sink are a good place to start

    4 replies