
Configure TLS encryption between Kafka brokers and clients, where the client verifies the server certificate, with Java and Python examples.

Configure TLS encryption between Kafka brokers and clients, where the client verifies the server certificate, with Java and Python examples.

Schema registry support added to kafka-python producer and consumer apps, which serialise and deserialise through AWS Glue Schema Registry.

Schema registry support added to a Kafka Connect ingestion pipeline, so the source and sink connectors serialise through AWS Glue Schema Registry.

Build the Glue Schema Registry client library and use it to manage and enforce schemas in Kafka producer and consumer applications.

Develop the Camel DynamoDB sink connector on Docker, consuming fake order records from a Kafka topic and writing them into a DynamoDB table.

Kafka producer and consumer applications written in Python with kafka-python, one of several open source alternatives to the Java clients.

A Kafka Connect ingestion pipeline on Docker. The MSK Data Generator creates fake customer and order records, and the Confluent S3 sink saves them.

Kafka management apps compared for local development, covering IAM access control and integration with MSK Connect and Glue Schema Registry.

How a non-Java developer prepared for and passed the Confluent Certified Developer for Apache Kafka exam, which assumes the Java APIs throughout.

Set up a Kafka cluster with Docker Compose, the base for a series on developing and testing Kafka applications for AWS in containers.