I am not sure if I can find a solution for this, but if is there anybody doing development with AWS QLDB please ping me.
Anyway, my problem is: I have a running solution doing some operation on AWS QLDB. All workloads are developed with .NET. So far no problem...
Now I am just trying to stream QLDB data. The data in QLDB is streamed with AWS Kinesis as a built-in feature of QLDB.
I am trying to read the data from Kinesis Stream with .NET SDKs.
While I read data stream,
IonLoader.Default.Load(record.Data)
I get the following error
Amazon.IonDotnet.Internals.Text.InvalidTokenException: Token � : 65533 is not expected
I got this error randomly...Not sure about the root cause.
When I check the stream data in Kinesis, I noticed this strange pattern. And I am pretty sure that errors are for those data.
Any suggestion would be great?