pgoutput-client 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/pgoutput/client/version.rb +1 -1
- metadata +15 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 697aed85b1c507b7c0e6707bdff020075f31c35c1be6f74a3dff9a060987d69e
|
|
4
|
+
data.tar.gz: ae49847c1b076c79754149cf3b7db0f32ee14f487a1c1ab03531b4a37fc42ab8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 326686eeecf787c33b5ed9daa8d0491fa441a17ac9936666b7e130fba67a1fdaa6b136a86ed903398fd6d2c48e4037199763e03d8390bd5671184e28311eb5f6
|
|
7
|
+
data.tar.gz: 68290690628bef4393ef04867fdfd63337159e85505943062960173a9e5c0eaffb2b00b18eec03372f8d4cba4f02cb2601166eb2d25d98fd0cf6e0ebac387ff9
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pgoutput-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ken C. Demanawa
|
|
@@ -23,8 +23,18 @@ dependencies:
|
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
25
|
version: '1.6'
|
|
26
|
-
description:
|
|
27
|
-
|
|
26
|
+
description: |
|
|
27
|
+
pgoutput-client provides a PostgreSQL logical replication transport for Ruby.
|
|
28
|
+
|
|
29
|
+
It manages replication connections, lifecycle, monitoring,
|
|
30
|
+
keepalive handling, graceful shutdown, and transport-level
|
|
31
|
+
acknowledgment boundaries while streaming pgoutput messages
|
|
32
|
+
to downstream consumers.
|
|
33
|
+
|
|
34
|
+
pgoutput-client owns transport.
|
|
35
|
+
|
|
36
|
+
Parsers, decoders, source adapters, runtimes, and sinks remain
|
|
37
|
+
separate concerns within the CDC ecosystem.
|
|
28
38
|
email:
|
|
29
39
|
- kenneth.c.demanawa@gmail.com
|
|
30
40
|
executables: []
|
|
@@ -86,5 +96,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
96
|
requirements: []
|
|
87
97
|
rubygems_version: 3.6.9
|
|
88
98
|
specification_version: 4
|
|
89
|
-
summary: PostgreSQL pgoutput logical replication transport
|
|
99
|
+
summary: PostgreSQL pgoutput logical replication transport and lifecycle management
|
|
100
|
+
for Ruby.
|
|
90
101
|
test_files: []
|