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
Not available even in latest Pulsar implementation.
Would like to have this feature implemented. As I am maxing out my db slots as the table I monitor doesn't have high traffic. Therefore the pg_replication_slot size increases to max.
Search before asking
Version
Ubuntu 20.04
Pulsar 2.10.4
Minimal reproduce step
Setting up Debezium source via example doc
https://pulsar.apache.org/docs/2.10.x/io-cdc-debezium/#example-of-postgresql
add to
debezium-postgres-source-config.yaml
heartbeat configsheartbeat.interval.ms: 1000 heartbeat.topics.prefix: debezium-heartbeat heartbeat.action.query: "SELECT pg_logical_emit_message(false, 'heartbeat', now()::varchar);"
heartbeat.action.query
may be any insert for exampleWhat did you expect to see?
heartbeat crates topic, updates DB, sends events to it
What did you see instead?
no topic, no DB updates
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: