Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 676 Bytes

File metadata and controls

15 lines (10 loc) · 676 Bytes

faust-bootstrap

This repository is a wrapper implementation of the Faust library. It aims at easy development of Faust applications. It uses the same interface as our common-kafka-streams project and can be deployed using the same Helm chart and configuration options. Thereby, you can develop your Kafka applications in Java or Python as you wish without having to deal with different deployment configurations.

Getting Started

You can install faust-bootstrap from pypi.

pip install faust-bootstrap

Example

Here can you get an use case example of both libraries.