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?

posta un anno fa376 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande