PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

Send bytes as base64, remove bits #1866

Closed serprex closed 3 months ago

serprex commented 3 months ago

Code assumed bit was a single bit in places, sent bytes as binary which was then base64 decoded, or converted to ASCII bytes of binary digits