tzulitai commented on a change in pull request #6078: [FLINK-9438] Add documentation for AvroDeserializationSchema URL: https://github.com/apache/flink/pull/6078#discussion_r206076486 ########## File path: docs/dev/connectors/kafka.md ########## @@ -166,6 +166,39 @@ For convenience, Flink provides the following schemas: The KeyValue objectNode contains a "key" and "value" field which contain all fields, as well as an optional "metadata" field that exposes the offset/partition/topic for this message. +3. `AvroDeserializationSchema` which reads data serialized with Avro format using statically provided schema. It can + infer the schema from avro generated classes (`AvroDeserializationSchema.forSpecific(...)`) or it can work with `GenericRecords` Review comment: Capital A for Avro ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services