Skip to content

Commit

Permalink
docs: Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Mar 23, 2019
1 parent cc40cf8 commit b34bbf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ For our demostration in the `Users` application we are using the following schem
```

In order to use `avro schemas` with `Faust` we need to define a custom codec, a custom serializer and be able to talk with the `schema-registry`.
You can find the custom codec called `avro_users` registered using the [codec registation]
(https://faust.readthedocs.io/en/latest/userguide/models.html#codec-registry) approach described by faust.
The [AvroSerializer]() is in charge to `encode` and `decode` messages using the [schema registry client]().
You can find the custom codec called `avro_users` registered using the [codec registation](https://faust.readthedocs.io/en/latest/userguide/models.html#codec-registry) approach described by faust.
The [AvroSerializer](https://github.com/marcosschroh/faust-docker-compose-example/blob/master/faust-project/example/helpers/avro/serializer/faust_avro_serializer.py#L8) is in charge to `encode` and `decode` messages using the [schema registry client](https://github.com/marcosschroh/faust-docker-compose-example/blob/master/faust-project/example/helpers/avro/schema_registry/client.py#L43).

Now the final step is to integrate the faust model with the `AvroSerializer`.

Expand Down

0 comments on commit b34bbf0

Please sign in to comment.