Adding Key/Value Schema metadata attributes for KafkaEvent by karthikpswamy · Pull Request #548 · aws/aws-lambda-java-libs
Navigation Menu
{{ message }}
aws / aws-lambda-java-libs Public
- Notifications You must be signed in to change notification settings
- Fork 240
Merged
Adding Key/Value Schema metadata attributes for KafkaEvent#548
Adding Key/Value Schema metadata attributes for KafkaEvent#548
Conversation
Copy link Copy Markdown
Contributor
karthikpswamy
commented
Jun 7, 2025
karthikpswamy
commented
As part of Schema Registry integration with Kafka Event Source Mapping (ESM), we are adding schema metadata attributes (schemaId and dataFormat) to the KafkaEvent object. These attributes will only be populated when Kafka ESM is integrated with Schema Registry. This enhancement maintains backward compatibility for existing users.
Copy link Copy Markdown
Member
maxday
commented
Jun 9, 2025
maxday commented
Jun 9, 2025Thanks, this looks good to me!
If we want to release a new version now, could you create a follow-up PR to
- minor-bump the version in pom (here: https://github.com/aws/aws-lambda-java-libs/blob/main/aws-lambda-java-events/pom.xml#L8)
- update this file as well https://github.com/aws/aws-lambda-java-libs/blob/main/aws-lambda-java-events/RELEASE.CHANGELOG.md
- bump the version where the event lib is referenced (here is an example from latest release: befa67d)
maxday
assigned
maxday and unassigned
maxday
maxday
self-requested a review
maxday approved these changes Jun 9, 2025
karthikpswamy
closed this
karthikpswamy
reopened this
trivenay approved these changes Jun 17, 2025
emdash-ie
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment