yozefu-app 0.0.21

The Kafka consumer of Yozefu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# yozefu-app

[![Build](https://github.com/MAIF/yozefu/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/MAIF/yozefu/actions/workflows/build.yml)
[![](https://img.shields.io/crates/v/yozefu-app.svg)](https://crates.io/crates/yozefu-app)


This library contains the code for the kafka consumer and all the logic to filter kafka records based on the user-provided search query for [Yozefu](https://github.com/MAIF/yozefu).

## Usage

```bash
cargo add yozefu-app
```