-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hey, I've noticed that the incoming messages are base64 encoded, which is still usable 👍 , however, the kinesis adapter defines a parser https://github.com/ex-aws/ex_aws_kinesis/blob/v2.0.1/lib/ex_aws/kinesis.ex#L68 which I assumed should be invoked somewhere?
I'm not 100% familiar with ex_aws conventions, and I could not find where ex_aws uses the parser, but given that it is available at the stage here https://github.com/uberbrodt/kcl_ex/blob/master/lib/kinesis_client/kinesis.ex#L66, in the ExAws.Operation.JSON struct, should the messages be decoded there too?
Metadata
Metadata
Assignees
Labels
No labels