Where I'll be on the road for the remainder of 2019
A developer's travel itinerary for tech conferences and meetups focused on Apache Kafka and software architecture for late 2019.
A developer's travel itinerary for tech conferences and meetups focused on Apache Kafka and software architecture for late 2019.
A guide on troubleshooting and resetting Kafka consumer group offsets when using Replicator to copy data between clusters.
A workaround technique for exploding arrays in ksqlDB using manual indexing, simulating EXPLODE/UNNEST functionality.
A technical guide exploring stream-stream joins in KSQL using orders and shipments data, covering setup, aggregations, and join implementation.
A technical guide demonstrating how to use the HTTPie command-line tool to produce and consume messages via the Confluent Kafka REST Proxy.
A technical guide sharing practical Docker and Docker Compose tips for working with Apache Kafka, Kafka Connect, and ksqlDB environments.
Overview of methods and tools for streaming data changes from Oracle databases into Apache Kafka, including CDC options.
A technical guide on using kafkacat to send multiline messages to Apache Kafka topics with custom delimiters.
A developer shares their upcoming speaking schedule for tech conferences and meetups in late 2018, focusing on Kafka, Java, and JVM topics.
Explains the timestamp requirement for stream-table joins in KSQL, where table messages must exist before stream events for a successful join.
A tutorial on using Mockaroo and kafkacat to generate and load realistic test data into Apache Kafka topics for development and testing.
Explains how to resolve KSQL's topic conformity error when creating streams/tables, detailing partition and replica mismatch solutions.
A technical guide troubleshooting installation errors for the Confluent Kafka Python library, including dependency issues and compilation failures.
A step-by-step tutorial on implementing a Kafka Pub/Sub system using Docker and .NET Core, including code examples.
A technical guide on using Spark Streaming with Python and Kafka to filter and enrich real-time Twitter data for copyright infringement detection.
A technical guide to building a streaming data pipeline using Apache Spark Streaming, Python, and Apache Kafka for real-time processing.
A technical guide on building a real-time Twitter sentiment and hashtag analysis system using Kafka, Storm, and Cassandra.