How to list and create Kafka topics using the REST Proxy API
A technical guide on using the Kafka REST Proxy API to list and create topics in a Kafka cluster, with practical curl command examples.
A technical guide on using the Kafka REST Proxy API to list and create topics in a Kafka cluster, with practical curl command examples.
A tutorial on building a Telegram bot using Apache Kafka and ksqlDB to process, query, and respond to real-time data streams.
A guide to replicating data from Confluent Cloud to a local Kafka cluster for offline development using Docker and Confluent Replicator.
A technical guide on capturing Wi-Fi trace data with a Raspberry Pi and streaming it to Apache Kafka using Confluent Cloud.
Explains a Kafka Connect ClassCastException error related to schemas and provides solutions for fixing JSON converter configuration.
Explains common configuration errors when setting up multiple Kafka Connect workers in a distributed cluster, focusing on network and REST API settings.
A talk on building a real-time telemetry data pipeline using StreamSets, Apache Kafka, and OmniSciDB for analytics.
A guide to using Kafka Connect to stream data from Kafka topics to Elasticsearch 7, covering configuration, common errors, and schema options.
How to configure a Kafka Connect sink connector to start reading from the end of a topic instead of the beginning.
Explains the role of Kafka Connect converters, demonstrating that JSON source data doesn't automatically become structured messages.
A technical guide on how to read Kafka Connect offset data using the Confluent REST Proxy over HTTP, including example commands.
Using KSQL to flatten nested CDC data from Kafka for use with the JDBC Sink connector.
A tutorial on using jmxterm to connect to and inspect JMX MBeans, specifically for monitoring Apache Kafka and KSQL metrics.
Guide on configuring JMX metrics access for Apache Kafka and related services running in Docker containers from the host machine.
Explains Kafka listeners and advertised.listeners configuration for client connectivity in Docker and AWS environments.
A technical tutorial on using Apache Kafka, KSQL, and Elasticsearch to analyze network event data, detect anomalies, and set up automated alerts.
A technical guide on configuring MongoDB replication and using Debezium to stream database changes into Apache Kafka.
Explains the shift from traditional batch ETL to real-time streaming ETL using Apache Kafka for lower latency data integration and analytics.
A technical guide on using Kafka Connect to consume events from Azure Event Hubs and forward them to a Kafka topic.
Step-by-step guide to integrate Oracle GoldenGate with Apache Kafka and Schema Registry for real-time data streaming from an Oracle database.