Skip to content

Commit

Permalink
Merge pull request #20361 from rsvoboda/kafka.autoserializer.extensio…
Browse files Browse the repository at this point in the history
…n.clarification

Extension clarification for Kafka Serializer/deserializer autodetection
  • Loading branch information
Ladicek authored Sep 27, 2021
2 parents cf2a44c + e3df63b commit 16da213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ This is described in a dedicated guide: link:kafka-schema-registry-avro[Using Ap
[[serialization-autodetection]]
== Serializer/deserializer autodetection

When using SmallRye Reactive Messaging with Kafka, Quarkus can often automatically detect the correct serializer and deserializer class.
When using SmallRye Reactive Messaging with Kafka (`io.quarkus:quarkus-smallrye-reactive-messaging-kafka`), Quarkus can often automatically detect the correct serializer and deserializer class.
This autodetection is based on declarations of `@Incoming` and `@Outgoing` methods, as well as injected ``@Channel``s.

For example, if you declare
Expand Down

0 comments on commit 16da213

Please sign in to comment.