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’s integration. Work in progress, at the moment.
  • In-Memory message broken implementation.
  • Apache Kafka integration.
  • Core abstractions shared amongst different implementations/integrations.