Home / Companies / Confluent / Blog / Post Details
Content Deep Dive

Getting Started with Rust and Apache Kafka

Blog post from Confluent

Post Details
Company
Date Published
Author
Gerard Klijs
Word Count
3,256
Language
English
Hacker News Points
-
Summary

The text discusses an open-source bank simulation application built using Clojure, which has been modified to use Rust as a replacement. The application uses Apache Kafka for event sourcing and Confluent Schema Registry for schema management. The author compares the performance of the Clojure and Rust versions, measuring end-to-end latency and CPU/memory usage. The results show that Rust outperforms Clojure in terms of memory usage but has similar or slightly worse latency. The author concludes that Rust can be a viable alternative to Java applications using Kafka and Confluent Schema Registry.