noctarius / timescaledb-event-streamer

timescaledb-event-streamer is a command line program to create a stream of CDC (Change Data Capture) TimescaleDB Hypertable events from a PostgreSQL installation running the TimescaleDB extension.
Apache License 2.0
41 stars 3 forks source link

Fixes #132: Race condition due to byte-array being sliced not cloned #133

Closed noctarius closed 10 months ago

noctarius commented 10 months ago

Fixes #132: Race condition due to byte-array being sliced not cloned