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
I searched in the issues and found nothing similar.
Read release policy
I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Version
MAC OS 14.7 - Apache 4.0.0 standalone - pulsar-io-debezium-postgres-4.0.0.nar
UPDATE users SET hash_firstname='maxim' WHERE id=1;
and I can see this in the logs of the connection working:
2024-11-29T10:06:53,848+0100 [debezium-postgresconnector-dbserver1-change-event-source-coordinator] INFO io.debezium.connector.postgresql.connection.AbstractMessageDecoder - Streaming requested from LSN LSN{0/15F8A00}, received LSN LSN{0/15F8A00} identified as already p
rocessed
2024-11-29T10:06:53,848+0100 [debezium-postgresconnector-dbserver1-change-event-source-coordinator] INFO io.debezium.connector.postgresql.connection.WalPositionLocator - Message with LSN 'LSN{0/15F8AA8}' arrived, switching off the filtering
2024-11-29T10:07:37,861+0100 [pulsar-client-io-1-3] INFO org.apache.pulsar.io.kafka.connect.AbstractKafkaConnectSource - Finished flushing offsets to storage
Search before asking
Read release policy
Version
MAC OS 14.7 - Apache 4.0.0 standalone - pulsar-io-debezium-postgres-4.0.0.nar
Minimal reproduce step
As documented here:
Started the container:
Started the standalone
Launched the local run, copied previously the nar in connector directory.
Execute the changes
and I can see this in the logs of the connection working:
But the subscription never receives any message:
What did you expect to see?
A message in the topic
What did you see instead?
Nothing, seems the connector is connecting properly to the database
Anything else?
I'm not sure how to debug it more.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: