We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f563d23 commit cf01e91Copy full SHA for cf01e91
powertools-kafka/pom.xml
@@ -28,7 +28,10 @@
28
<packaging>jar</packaging>
29
30
<name>Powertools for AWS Lambda (Java) - Kafka Consumer</name>
31
- <description></description>
+ <description>
32
+ The Kafka utility transparently handles message deserialization, provides an intuitive developer experience,
33
+ and integrates seamlessly with the rest of the Powertools for AWS Lambda ecosystem.
34
+ </description>
35
36
<properties>
37
<kafka-clients.version>4.0.0</kafka-clients.version>
0 commit comments