SDStephane Derosiauxinconduktor.hashnode.dev·3d ago · 7 min readThe best way to self-serve Kafka: Policies and TemplatesAs platform team, if you've built a Kafka self-service for your application teams, it's because you want developers to create their own resources (topics and connectors) without filing a ticket to you00
SDStephane Derosiauxinconduktor.hashnode.dev·Jun 19 · 7 min readField-Level Kafka Encryption With Zero Client CodeWant to know if your "encrypted" Kafka topic is actually encrypted? Point kafka-console-consumer straight at the broker and read the data. If a card number shows up, the data was never protected. It m00
SDStephane Derosiauxinconduktor.hashnode.dev·Jun 12 · 8 min readKafka Failover in Under a Minute: A Hands-On Guide with a Kafka ProxyThe problem: DR plan & coordination During a Kafka disaster recovery: the replication usually works. MirrorMaker 2, Cluster Linking, Confluent Replicator, they copy your topics and offsets to a second00
SDStephane Derosiauxinconduktor.hashnode.dev·May 29 · 7 min readKafka: Java clients VS librdkafka If you've ever moved a Kafka producer or consumer from Java to Python (or Go, C#, Node.js, Rust), you've probably had to adapt the configs. The property names "look" the same. The docs says it's the s00