Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Oct 5, 2024
1 parent 513ec73 commit 9d3b1f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/consuming-messages/custom-deserializers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ To set the deserializer you want to use, use the `usingDeserializer` method:
$consumer = \Junges\Kafka\Facades\Kafka::consumer()->usingDeserializer(new MyCustomDeserializer());
```

> NOTE: The deserializer class must use the same algorithm as the serializer used to produce this message.
```+parse
<x-docs.tip title="Hot tip!">
The deserializer class must use the same algorithm as the serializer used to produce this message.
</x-docs.tip>
```


### Using AVRO deserializer
Expand Down

0 comments on commit 9d3b1f7

Please sign in to comment.