Thursday
Room 5
10:20 - 11:20
(UTC+02)
Talk (60 min)
Patterns for Event Driven Systems in Rust
This talk dives into different event driven systems options out there in the wild like Google's PubSub / Redis PubSub / RabbitMQ / Kafka with some explanation of where each one of them excels and where they fall.
Rust
After the introduction of event driven systems I present about different approaches on how to deal with these systems, from simple approaches like sequential processing in an infinite loop to asynchronous and multi-threads approaches.
