Skip to content

Commit 54e65ef

Browse files
committed
chore: title
1 parent c339f05 commit 54e65ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/features/kafka.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ description: Utility
44
status: new
55
---
66

7-
???+ info "Work in progress"
8-
This documentation page is a work in progress for an upcoming feature in Powertools for AWS Lambda. If you're seeing this page, it means the release process is underway, but the feature is not yet available on npm. Please check back soon for the final version.
9-
107
The Kafka Consumer utility transparently handles message deserialization, provides an intuitive developer experience, and integrates seamlessly with the rest of the Powertools for AWS Lambda ecosystem.
118

129
```mermaid
@@ -221,7 +218,7 @@ For debugging purposes, you can also access the original key, value, and headers
221218
| `valueSchemaMetadata` | Metadata about the value schema like `schemaId` and `dataFormat` | Used by `kafkaConsumer` to process Protobuf, data format validation |
222219
| `keySchemaMetadata` | Metadata about the key schema like `schemaId` and `dataFormat` | Used by `kafkaConsumer` to process Protobuf, data format validation |
223220

224-
### Custom output serializers
221+
### Additional Parsing
225222

226223
You can parse deserialized data using your preferred parsing library. This can help you integrate Kafka data with your domain schemas and application architecture, providing type hints, runtime parsing and validation, and advanced data transformations.
227224

0 commit comments

Comments
 (0)