You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed PostgreSQL source install guidance to point to agora-etl-plugins[postgres]
Hardened Redis DLQ iteration so bounded reads stop early and avoid loading the full DLQ index at once
Improved Redis state TTL precision with millisecond-expiry writes and safer handling of already-expired keys
Reduced Redis semantic dedup scan pressure by switching embedding lookups from full-set reads to incremental SSCAN batches
Fixed PostgreSQL schema-adapter introspection for schema-qualified tables such as analytics.users
Hardened Kafka source and sink startup/shutdown recovery so serializer or deserializer lifecycle is rolled back on startup failure and best-effort cleanup still runs during teardown errors