Skip to content

feat(kafka): New Kafka utility#1898

Merged
phipag merged 42 commits intomainfrom
feature/kafka
Jun 18, 2025
Merged

feat(kafka): New Kafka utility#1898
phipag merged 42 commits intomainfrom
feature/kafka

Conversation

@phipag
Copy link
Copy Markdown
Contributor

@phipag phipag commented Jun 18, 2025

Issue #, if available: #1897

Description of changes:

  • Adds a new Kafka utility to the library which is useful for processing events from Kafka.

E2E tests ✅ https://github.com/aws-powertools/powertools-lambda-java/actions/runs/15732235461

Checklist

phipag added 30 commits May 15, 2025 16:54
…istic. Remove powertools-examples-kafka-minimal.
…ault behavior. We can just return the type itself. Relevant for simple String and InputStream handlers.
Copy link
Copy Markdown
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @phipag great work here! Please replace all System.out.printf with Powertools Logger.

Comment thread docs/utilities/kafka.md Outdated
Comment thread docs/utilities/kafka.md
Comment thread docs/utilities/kafka.md Outdated
Comment thread docs/utilities/kafka.md Outdated
Comment thread docs/utilities/kafka.md Outdated
Comment thread docs/utilities/kafka.md Outdated
@sonarqubecloud
Copy link
Copy Markdown

@phipag
Copy link
Copy Markdown
Contributor Author

phipag commented Jun 18, 2025

Hey, thanks @leandrodamascena. I implemented your requested changes.

@leandrodamascena leandrodamascena self-requested a review June 18, 2025 16:11
Copy link
Copy Markdown
Contributor

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AMAZING WORK @phipag! Ship it!!!

APPROVED!

@phipag phipag merged commit eebc06a into main Jun 18, 2025
14 of 15 checks passed
@phipag phipag deleted the feature/kafka branch June 18, 2025 17:02
@github-project-automation github-project-automation Bot moved this from Pending review to Coming soon in Powertools for AWS Lambda (Java) Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature-request New feature or request size/XXL

Projects

Status: Coming soon

Development

Successfully merging this pull request may close these issues.

Feature request: Add support for deserializing Kafka records

2 participants