Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.

Status

Current state: Draft

Discussion thread: here [Change the link from the KIP proposal email archive to your own email thread]

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

...

Reduce the gap between the semantics of  relational databases and data streams.

It is a common use case to capture changes as they are made to data entities in a RDBMS into Kafka topics using Change Data Capture platform. These data entities typically have multiple one-to-many relationships between parent and child database tables which allows for the easy data management of these entities using SQL statements with foreign key table join.

Gliffy Diagram
macroId93230620-dd07-435c-b0fb-e1502ffba955
nameDB Entities
pagePin1

Streams falls short here and the workaround (group by - join - lateral view) is not well supported as well and is not in line with the idea of record based processing.

This KIP makes relational data liberated by connection mechanisms far easier for teams to use, smoothing a transition to natively-built event-driven services.

Public Interfaces

Briefly list any new interfaces that will be introduced as part of this proposal or any existing interfaces that will be removed or changed. The purpose of this section is to concisely call out the public contract that will come along with this feature.

...