Robin Moffatt 2/7/2020

Primitive Keys in ksqlDB

Read Original

The article details the upcoming ksqlDB 0.7 feature enabling primitive data types (like integers) as Kafka message keys, moving beyond just STRING keys. It demonstrates using Debezium with Kafka Connect to ingest MySQL data, using Single Message Transforms and the IntegerConverter to set a table's primary key as the message key, simplifying stream-table joins without manual re-keying.

Primitive Keys in ksqlDB

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week