-
Notifications
You must be signed in to change notification settings - Fork 429
Feature request: Kafka Event Data Class #1484
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
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Thank you so much for the feature request @lyoung-confluent! It makes a lot of sense to cover Kafka events too. We're looking forward to review your PR tomorrow! |
@rubenfonseca i think we should also create a similar parser event for this one. what do you think? |
see also #1499 |
This is now released under 1.29.0 version! |
This is now released under 1.29.1 version! |
Use case
When using a Kafka event source either from self-managed Apache Kafka or Amazon MSK there should be a relevant data class for easy iteration/decoding.
Such functionality is implemented already in aws-lambda-go and in aws-lambda-java-libs.
Solution/User Experience
Similar to other streaming data sources a
records
property should be iterable returning aKafkaEventRecord
that transparently decodes the values from JSON:Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: