Amazon QLDB Streams - Unknown record format with unreadable characters

0

I created a QLDB stream with console

But the record data contains unreadable characters

And it doesn't look like it is in JSON format

Unreadable records

I tried to stream a dynamoDB table to the same data stream and it works perfectly

What happened to QLDB Streams?

feita há um ano375 visualizações
1 Resposta
0
Resposta aceita

I have written some blog posts with associated GitHub repositories for streaming data from QLDB out to different back end data stores. An example post is linked below, but there are several more if you look on that site

The data on the stream is in ION format, and as it is on a Kinesis Data Stream it is also base64 encoded, hence the output you are seeing.

profile picture
ESPECIALISTA
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas