Skip to content

Commit cf01e91

Browse files
authored
fix(ci): Add maven project description to Kafka utility. (#1903)
1 parent f563d23 commit cf01e91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

powertools-kafka/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
<packaging>jar</packaging>
2929

3030
<name>Powertools for AWS Lambda (Java) - Kafka Consumer</name>
31-
<description></description>
31+
<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>
3235

3336
<properties>
3437
<kafka-clients.version>4.0.0</kafka-clients.version>

0 commit comments

Comments
 (0)