A complete guide to Apache Kafka in Rust with rdkafka — producers with delivery guarantees, consumer groups and offset commits, multi-partition consumers, JSON serialization, Kafka transactions, the admin API for topic management, and event-driven architecture patterns.
A complete guide to RabbitMQ in Rust with lapin — connections and channels, exchange types, queue declarations, publishing and consuming with ack/nack, prefetch and QoS, Dead Letter Exchanges, the RPC pattern, and a RabbitMQ vs Kafka comparison.
A complete guide to Amazon SQS in Rust with the AWS SDK — Standard and FIFO queues, sending and receiving messages, visibility timeouts, long polling, Dead Letter Queues, message attributes, batch operations, SQS with Lambda triggers, and SNS fan-out integration.
A complete guide to Google Cloud Pub/Sub in Rust with google-cloud-pubsub — authentication, topic and subscription management, publishing messages, pull and streaming pull, ack and nack, message attributes, ordering keys, dead letter topics, and comparisons with SQS and Kafka.