Crate eventure

Source
Expand description

§Eventure

Eventure is a library that supports event-driven messaging design pattern in Rust.

Different message broker integrations are/will be implemented (In-Memory, Kafka, RabbitMQ, etc…), supporting variety of different scenarios, both for monolith and microservice-based applications.

Modules§

iggy
Iggy’s integration. Work in progress, at the moment.
in_memory
In-Memory message broken implementation.
kafka
Apache Kafka integration.
model
Core abstractions shared amongst different implementations/integrations.