The easiest way to write broker-agnostic streaming microservice
faststream.airt.ai
The easiest way to write broker-agnostic streaming microservice
1–2 of 2 posts
Re: The easiest way to write broker-agnostic streaming microservice
#2FastStream allows for declarative way of defining consumers and producer based on Pydantic classes representing message types. Currently, it supports Apache Kafka, RabiitMQ and NATS, while other protocols are planned in the near future. It automatically generates documentation from the code, generates Docker image with the service and has support for in-memory execution of unit and integration tests without the actual broker.
Please check it out at: https://faststream.airt.ai/