Stream Processing Fundamentals
ksqlDB Meets Java: An IoT-Inspired Demo of the ksqlDB Java Client

ksqlDB Meets Java: An IoT-Inspired Demo of the ksqlDB Java Client

10/2/2020 · Victoria Xia

What this post added

This post introduces the ksqlDB Java client, enabling programmatic interaction with ksqlDB servers. It demonstrates its use in an IoT application for dynamically managing sensor types, creating streams and materialized views using LATEST_BY_OFFSET, and performing administrative operations. The post also showcases asynchronous programming with CompletableFutures for non-blocking operations.

Read the original post ↗