Skip to content

feat(kafka): New Kafka utility #1898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
Jun 18, 2025
Merged

feat(kafka): New Kafka utility #1898

merged 42 commits into from
Jun 18, 2025

Conversation

phipag
Copy link
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
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.

Copy link

@phipag
Copy link
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
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