Skip to content

Commit

Permalink
Extension clarification for Kafka Serializer/deserializer autodetection
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Sep 24, 2021
1 parent abbb767 commit e3df63b
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 e3df63b

Please sign in to comment.