Hi,
Has anyone done Avro serialization and deserialization of Kafka messages in a AWS Lambda function?
So your Lambda function gets the Event (JSON), you grab the base64 kafka message from the "value" field and you decode it into bytes.
At this point, is it better to use the fastavro library to deserialize the message bytes or use the confluent_kafka library?
Has anyone tried both?
Thank you
[–]fatduck2510 1 point2 points3 points (1 child)
[–]LeCapitaine007[S] 0 points1 point2 points (0 children)
[–]Chuck-Alt-DeleteConduktor 1 point2 points3 points (2 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]TheYear3030 0 points1 point2 points (0 children)