yurymuski opened a new issue, #20594: URL: https://github.com/apache/pulsar/issues/20594
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### 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 enable functionsWorkerEnabled in broker.conf add to `debezium-postgres-source-config.yaml` heartbeat configs ```sh heartbeat.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 example ### What 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? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
