Skip to content

Commit e9654a9

Browse files
committed
Add sentence stating that Avro / Protobuf classes can be autogenerated.
1 parent 335279e commit e9654a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utilities/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Powertools for AWS supports both Schema Registry integration modes in your Event
124124

125125
### Processing Kafka events
126126

127-
The Kafka utility transforms raw Lambda Kafka events into an intuitive format for processing. To handle messages effectively, you'll need to configure the `@Deserialization` annotation that matches your data format.
127+
The Kafka utility transforms raw Lambda Kafka events into an intuitive format for processing. To handle messages effectively, you'll need to configure the `@Deserialization` annotation that matches your data format. Based on the deserializer you choose, incoming records are directly transformed into your business objects which can be auto-generated classes from Avro / Protobuf or simple POJOs.
128128

129129
<!-- prettier-ignore -->
130130
???+ tip "Using Avro is recommended"

0 commit comments

Comments
 (0)