2024-04-19 14:22:49 WARN DebeziumEngine$Builder:346 - More than one Debezium engine builder implementation was found, using class io.debezium.embedded.ConvertingEngineBuilderFactory (in Debezium 2.6 you can ignore this warning) 2024-04-19 14:22:50 INFO JsonConverterConfig:370 - JsonConverterConfig values: converter.type = key decimal.format = BASE64 replace.null.with.default = true schemas.cache.size = 1000 schemas.enable = false 2024-04-19 14:22:50 INFO JsonConverterConfig:370 - JsonConverterConfig values: converter.type = value decimal.format = BASE64 replace.null.with.default = true schemas.cache.size = 1000 schemas.enable = false 2024-04-19 14:22:50 INFO EmbeddedWorkerConfig:370 - EmbeddedWorkerConfig values: access.control.allow.methods = access.control.allow.origin = admin.listeners = null auto.include.jmx.reporter = true bootstrap.servers = [localhost:9092] client.dns.lookup = use_all_dns_ips config.providers = [] connector.client.config.override.policy = All header.converter = class org.apache.kafka.connect.storage.SimpleHeaderConverter key.converter = class org.apache.kafka.connect.json.JsonConverter listeners = [http://:8083] metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 offset.flush.interval.ms = 2000 offset.flush.timeout.ms = 5000 offset.storage.file.filename = C:\Users\User\Desktop\debezium_test\postgres\test\offset.dat offset.storage.partitions = null offset.storage.replication.factor = null offset.storage.topic = plugin.discovery = hybrid_warn plugin.path = null response.http.headers.config = rest.advertised.host.name = null rest.advertised.listener = null rest.advertised.port = null rest.extension.classes = [] ssl.cipher.suites = null ssl.client.auth = none ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS task.shutdown.graceful.timeout.ms = 5000 topic.creation.enable = true topic.tracking.allow.reset = true topic.tracking.enable = true value.converter = class org.apache.kafka.connect.json.JsonConverter 2024-04-19 14:22:50 INFO JsonConverterConfig:370 - JsonConverterConfig values: converter.type = key decimal.format = BASE64 replace.null.with.default = true schemas.cache.size = 1000 schemas.enable = true 2024-04-19 14:22:50 INFO JsonConverterConfig:370 - JsonConverterConfig values: converter.type = value decimal.format = BASE64 replace.null.with.default = true schemas.cache.size = 1000 schemas.enable = true 2024-04-19 14:22:50 INFO EmbeddedEngine:957 - Stopping the embedded engine 2024-04-19 14:22:50 INFO CommonConnectorConfig:1649 - Loading the custom source info struct maker plugin: io.debezium.connector.postgresql.PostgresSourceInfoStructMaker 2024-04-19 14:22:50 TRACE JdbcConnection:224 - Config: {ApplicationName=Debezium Validate Connection, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:50 TRACE JdbcConnection:235 - Props: {password=***, ApplicationName=Debezium Validate Connection, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:50 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:22:51 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {password=***, ApplicationName=Debezium Validate Connection, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:418 - executing 'SELECT version()' 2024-04-19 14:22:51 INFO PostgresConnector:147 - Successfully tested connection for jdbc:postgresql://localhost:5433/test_db with user 'postgres' 2024-04-19 14:22:51 TRACE JdbcConnection:629 - running 'SELECT r.rolcanlogin AS rolcanlogin, r.rolreplication AS rolreplication, CAST(array_position(ARRAY(SELECT b.rolname FROM pg_catalog.pg_auth_members m JOIN pg_catalog.pg_roles b ON (m.roleid = b.oid) WHERE m.member = r.oid), 'rds_superuser') AS BOOL) IS TRUE AS aws_superuser, CAST(array_position(ARRAY(SELECT b.rolname FROM pg_catalog.pg_auth_members m JOIN pg_catalog.pg_roles b ON (m.roleid = b.oid) WHERE m.member = r.oid), 'rdsadmin') AS BOOL) IS TRUE AS aws_admin, CAST(array_position(ARRAY(SELECT b.rolname FROM pg_catalog.pg_auth_members m JOIN pg_catalog.pg_roles b ON (m.roleid = b.oid) WHERE m.member = r.oid), 'rdsrepladmin') AS BOOL) IS TRUE AS aws_repladmin, CAST(array_position(ARRAY(SELECT b.rolname FROM pg_catalog.pg_auth_members m JOIN pg_catalog.pg_roles b ON (m.roleid = b.oid) WHERE m.member = r.oid), 'rds_replication') AS BOOL) IS TRUE AS aws_replication FROM pg_roles r WHERE r.rolname = current_user' 2024-04-19 14:22:51 TRACE JdbcConnection:938 - Closing database connection 2024-04-19 14:22:51 INFO JdbcConnection:952 - Connection gracefully closed 2024-04-19 14:22:51 INFO JsonConverterConfig:370 - JsonConverterConfig values: converter.type = key decimal.format = BASE64 replace.null.with.default = true schemas.cache.size = 1000 schemas.enable = false 2024-04-19 14:22:51 INFO FileOffsetBackingStore:63 - Starting FileOffsetBackingStore with file C:\Users\User\Desktop\debezium_test\postgres\test\offset.dat 2024-04-19 14:22:51 DEBUG BaseSourceTask:507 - Setting task state to 'INITIAL', previous state was 'INITIAL' 2024-04-19 14:22:51 INFO BaseSourceTask:234 - Starting PostgresConnectorTask with configuration: 2024-04-19 14:22:51 INFO BaseSourceTask:236 - connector.class = io.debezium.connector.postgresql.PostgresConnector 2024-04-19 14:22:51 INFO BaseSourceTask:236 - max.queue.size = 40 2024-04-19 14:22:51 INFO BaseSourceTask:236 - converter.schemas.enable = true 2024-04-19 14:22:51 INFO BaseSourceTask:236 - slot.name = slot_psg 2024-04-19 14:22:51 INFO BaseSourceTask:236 - publication.name = publication_psg 2024-04-19 14:22:51 INFO BaseSourceTask:236 - signal.enabled.channels = file 2024-04-19 14:22:51 INFO BaseSourceTask:236 - tombstones.on.delete = false 2024-04-19 14:22:51 INFO BaseSourceTask:236 - topic.prefix = topic_psg 2024-04-19 14:22:51 INFO BaseSourceTask:236 - offset.storage.file.filename = C:\Users\User\Desktop\debezium_test\postgres\test\offset.dat 2024-04-19 14:22:51 INFO BaseSourceTask:236 - poll.interval.ms = 4000 2024-04-19 14:22:51 INFO BaseSourceTask:236 - errors.retry.delay.initial.ms = 300 2024-04-19 14:22:51 INFO BaseSourceTask:236 - value.converter = org.apache.kafka.connect.json.JsonConverter 2024-04-19 14:22:51 INFO BaseSourceTask:236 - key.converter = org.apache.kafka.connect.json.JsonConverter 2024-04-19 14:22:51 INFO BaseSourceTask:236 - datatype.propagate.source.type = .* 2024-04-19 14:22:51 INFO BaseSourceTask:236 - database.user = postgres 2024-04-19 14:22:51 INFO BaseSourceTask:236 - database.dbname = test_db 2024-04-19 14:22:51 INFO BaseSourceTask:236 - offset.storage = org.apache.kafka.connect.storage.FileOffsetBackingStore 2024-04-19 14:22:51 INFO BaseSourceTask:236 - signal.file = C:\Users\User\Desktop\debezium_test\postgres\test\signal.txt 2024-04-19 14:22:51 INFO BaseSourceTask:236 - offset.flush.timeout.ms = 5000 2024-04-19 14:22:51 INFO BaseSourceTask:236 - errors.retry.delay.max.ms = 10000 2024-04-19 14:22:51 INFO BaseSourceTask:236 - plugin.name = pgoutput 2024-04-19 14:22:51 INFO BaseSourceTask:236 - database.port = 5433 2024-04-19 14:22:51 INFO BaseSourceTask:236 - column.propagate.source.type = .* 2024-04-19 14:22:51 INFO BaseSourceTask:236 - offset.flush.interval.ms = 2000 2024-04-19 14:22:51 INFO BaseSourceTask:236 - errors.max.retries = -1 2024-04-19 14:22:51 INFO BaseSourceTask:236 - database.hostname = localhost 2024-04-19 14:22:51 INFO BaseSourceTask:236 - database.password = ******** 2024-04-19 14:22:51 INFO BaseSourceTask:236 - name = name_test_postgresql 2024-04-19 14:22:51 INFO BaseSourceTask:236 - skipped.operations = t 2024-04-19 14:22:51 INFO BaseSourceTask:236 - max.batch.size = 10 2024-04-19 14:22:51 INFO BaseSourceTask:236 - table.include.list = public.products,public.items 2024-04-19 14:22:51 INFO BaseSourceTask:236 - snapshot.mode = initial 2024-04-19 14:22:51 INFO CommonConnectorConfig:1649 - Loading the custom source info struct maker plugin: io.debezium.connector.postgresql.PostgresSourceInfoStructMaker 2024-04-19 14:22:51 INFO CommonConnectorConfig:1357 - Loading the custom topic naming strategy plugin: io.debezium.schema.SchemaTopicNamingStrategy 2024-04-19 14:22:51 TRACE JdbcConnection:224 - Config: {ApplicationName=Debezium General, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:235 - Props: {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:22:51 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:938 - Closing database connection 2024-04-19 14:22:51 INFO JdbcConnection:952 - Connection gracefully closed 2024-04-19 14:22:51 TRACE JdbcConnection:224 - Config: {ApplicationName=Debezium General, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:235 - Props: {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:22:51 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13226' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13229' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13231' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13237' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13239' not cached, attempting to lookup from database. 2024-04-19 14:22:51 INFO BaseSourceTask:494 - No previous offsets found 2024-04-19 14:22:51 TRACE JdbcConnection:224 - Config: {ApplicationName=Debezium General, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:235 - Props: {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:22:51 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13226' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13229' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13231' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13237' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE TypeRegistry:396 - Type OID '13239' not cached, attempting to lookup from database. 2024-04-19 14:22:51 TRACE JdbcConnection:629 - running 'SHOW wal_level' 2024-04-19 14:22:51 INFO BaseSourceTask:86 - Connector started for the first time. 2024-04-19 14:22:51 TRACE JdbcConnection:541 - running 'SELECT version(), current_user, current_database()' 2024-04-19 14:22:51 TRACE JdbcConnection:541 - running 'SELECT oid, rolname, rolsuper, rolinherit, rolcreaterole, rolcreatedb, rolcanlogin, rolreplication FROM pg_roles WHERE pg_has_role('postgres', oid, 'member')' 2024-04-19 14:22:51 INFO PostgresConnectorTask:146 - user 'postgres' connected to database 'test_db' on PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit with roles: role 'pg_read_all_settings' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_database_owner' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_stat_scan_tables' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_checkpoint' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_write_server_files' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_use_reserved_connections' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_read_all_data' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_write_all_data' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_monitor' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_read_server_files' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_create_subscription' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_execute_server_program' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_read_all_stats' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'pg_signal_backend' [superuser: false, replication: false, inherit: true, create role: false, create db: false, can log in: false] role 'postgres' [superuser: true, replication: true, inherit: true, create role: true, create db: true, can log in: true] 2024-04-19 14:22:51 TRACE JdbcConnection:1428 - Inserting prepared statement 'select * from pg_replication_slots where slot_name = ? and database = ? and plugin = ?' removed from the cache 2024-04-19 14:22:51 DEBUG PostgresConnection:309 - No replication slot 'slot_psg' is present for plugin 'pgoutput' and database 'test_db' 2024-04-19 14:22:51 INFO PostgresConnection:337 - Obtained valid replication slot ReplicationSlot [active=false, latestFlushedLsn=null, catalogXmin=null] 2024-04-19 14:22:51 INFO PostgresConnectorTask:155 - No previous offset found 2024-04-19 14:22:51 DEBUG PostgresReplicationConnection:507 - Creating new replication slot 'slot_psg' for plugin 'PGOUTPUT' 2024-04-19 14:22:51 TRACE JdbcConnection:224 - Config: {replication=database, ApplicationName=Debezium Streaming, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres, preferQueryMode=simple} 2024-04-19 14:22:51 TRACE JdbcConnection:235 - Props: {replication=database, ApplicationName=Debezium Streaming, password=***, assumeMinServerVersion=9.4, user=postgres, preferQueryMode=simple} 2024-04-19 14:22:51 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:22:51 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {replication=database, ApplicationName=Debezium Streaming, password=***, assumeMinServerVersion=9.4, user=postgres, preferQueryMode=simple} 2024-04-19 14:22:51 INFO PostgresReplicationConnection:150 - Initializing PgOutput logical decoder publication 2024-04-19 14:22:51 INFO PostgresReplicationConnection:160 - Creating new publication 'publication_psg' for plugin 'PGOUTPUT' 2024-04-19 14:22:51 INFO PostgresReplicationConnection:166 - Creating Publication with statement 'CREATE PUBLICATION publication_psg FOR ALL TABLES;' 2024-04-19 14:22:51 INFO PostgresReplicationConnection:529 - Creating replication slot with command CREATE_REPLICATION_SLOT "slot_psg" LOGICAL pgoutput 2024-04-19 14:22:51 INFO Threads:271 - Requested thread factory for connector PostgresConnector, id = topic_psg named = SignalProcessor 2024-04-19 14:22:51 INFO FileSignalChannel:75 - Reading 'C:\Users\User\Desktop\debezium_test\postgres\test\signal.txt' file for signals 2024-04-19 14:22:51 INFO Threads:271 - Requested thread factory for connector PostgresConnector, id = topic_psg named = change-event-source-coordinator 2024-04-19 14:22:51 INFO Threads:271 - Requested thread factory for connector PostgresConnector, id = topic_psg named = blocking-snapshot 2024-04-19 14:22:51 INFO Threads:288 - Creating thread debezium-postgresconnector-topic_psg-change-event-source-coordinator 2024-04-19 14:22:51 DEBUG BaseSourceTask:507 - Setting task state to 'RUNNING', previous state was 'INITIAL' 2024-04-19 14:22:51 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:51 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:51 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:51 INFO ChangeEventSourceCoordinator:134 - Metrics registered 2024-04-19 14:22:51 INFO ChangeEventSourceCoordinator:137 - Context created 2024-04-19 14:22:51 INFO PostgresSnapshotChangeEventSource:82 - According to the connector configuration data will be snapshotted 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:126 - Snapshot step 1 - Preparing 2024-04-19 14:22:51 INFO PostgresSnapshotChangeEventSource:271 - Setting isolation level 2024-04-19 14:22:51 INFO PostgresSnapshotChangeEventSource:273 - Opening transaction with statement SET TRANSACTION ISOLATION LEVEL REPEATABLE READ; SET TRANSACTION SNAPSHOT '00000007-00000003-1'; 2024-04-19 14:22:51 TRACE JdbcConnection:1452 - Executing statement SET TRANSACTION ISOLATION LEVEL REPEATABLE READ; SET TRANSACTION SNAPSHOT '00000007-00000003-1'; 2024-04-19 14:22:51 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:22:51 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:22:51 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:22:51 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@785405a 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@45d6ef2c 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:51 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@189ed1b8 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4551c9c2 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:135 - Snapshot step 2 - Determining captured tables 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:328 - Adding table public.items to the list of capture schema tables 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:328 - Adding table public.products to the list of capture schema tables 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:328 - Adding table public.test to the list of capture schema tables 2024-04-19 14:22:51 TRACE RelationalSnapshotChangeEventSource:335 - Adding table public.items to the list of captured tables for which the data will be snapshotted 2024-04-19 14:22:51 TRACE RelationalSnapshotChangeEventSource:335 - Adding table public.products to the list of captured tables for which the data will be snapshotted 2024-04-19 14:22:51 TRACE RelationalSnapshotChangeEventSource:339 - Ignoring table public.test for data snapshotting as it's not included in the filter configuration 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:227 - Created connection pool with 1 threads 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:144 - Snapshot step 3 - Locking captured tables [public.products, public.items] 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:150 - Snapshot step 4 - Determining snapshot offset 2024-04-19 14:22:51 INFO PostgresOffsetContext:233 - Creating initial offset context 2024-04-19 14:22:51 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then pg_last_wal_receive_lsn() else pg_current_wal_lsn() end) AS pg_current_wal_lsn' 2024-04-19 14:22:51 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then 0 else txid_current() end) AS pg_current_txid' 2024-04-19 14:22:51 INFO PostgresOffsetContext:236 - Read xlogStart at 'LSN{0/1F4D428}' from transaction '865' 2024-04-19 14:22:51 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then 0 else txid_current() end) AS pg_current_txid' 2024-04-19 14:22:51 INFO PostgresSnapshotChangeEventSource:179 - Read xlogStart at 'LSN{0/1F4D3F0}' from transaction '865' 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:153 - Snapshot step 5 - Reading structure of captured tables 2024-04-19 14:22:51 INFO PostgresSnapshotChangeEventSource:225 - Reading structure of schema 'public' of catalog 'test_db' 2024-04-19 14:22:51 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:22:51 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:22:51 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:22:51 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:22:51 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:22:51 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:22:51 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@46103522 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b64e60e 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:51 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@727e649d 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:51 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:51 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3f265680 2024-04-19 14:22:51 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:51 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:157 - Snapshot step 6 - Persisting schema history 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:169 - Snapshot step 7 - Snapshotting data 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:453 - Creating snapshot worker pool with 1 worker thread(s) 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:462 - For table 'public.products' using select statement: 'SELECT "id", "name" FROM "public"."products"' 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:462 - For table 'public.items' using select statement: 'SELECT "id", "name" FROM "public"."items"' 2024-04-19 14:22:51 INFO RelationalSnapshotChangeEventSource:587 - Exporting data from table 'public.products' (1 of 2 tables) 2024-04-19 14:22:51 TRACE JdbcConnection:629 - running 'SELECT CURRENT_TIMESTAMP' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 1 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 1 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [1, insert 1] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1e456b6b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1cfb71fc 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 1 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6a51494 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 1] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372034,ts_us=1713529372034166,ts_ns=1713529372034166600} for READ operation on key Struct{id=1} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=FIRST, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=1} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 2 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 2 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [2, insert 2] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4b672237 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5dfe0461 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@52084d94 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 2] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=2,name=insert 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372068,ts_us=1713529372068169,ts_ns=1713529372068169200} for READ operation on key Struct{id=2} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=2} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372034,ts_us=1713529372034166,ts_ns=1713529372034166600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 3 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 3 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [3, insert 3] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@218058d0 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@19e27ab3 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@15ef219f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 3] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=3,name=insert 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372072,ts_us=1713529372072166,ts_ns=1713529372072166100} for READ operation on key Struct{id=3} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=3} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=2,name=insert 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372068,ts_us=1713529372068169,ts_ns=1713529372068169200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 4 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 4 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [4, insert 4] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@786c7f38 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b89ee3d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 4 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5134201d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 4] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=4,name=insert 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372076,ts_us=1713529372076164,ts_ns=1713529372076164000} for READ operation on key Struct{id=4} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=4} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=3,name=insert 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372072,ts_us=1713529372072166,ts_ns=1713529372072166100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 5 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 5 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [5, insert 5] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3dbb107d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@26353d4d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 5 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3259c7b0 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 5] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372080,ts_us=1713529372080164,ts_ns=1713529372080164500} for READ operation on key Struct{id=5} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=5} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=4,name=insert 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372076,ts_us=1713529372076164,ts_ns=1713529372076164000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 6 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 6 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [6, insert 6] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@429d2d2e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2740e5f8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 6 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@28107b08 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 6] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372085,ts_us=1713529372085171,ts_ns=1713529372085171200} for READ operation on key Struct{id=6} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=6} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372080,ts_us=1713529372080164,ts_ns=1713529372080164500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 7 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 7 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [7, insert 7] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@54085dfd 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7f57fe0f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 7 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5f98ab38 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 7] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372087,ts_us=1713529372087171,ts_ns=1713529372087171300} for READ operation on key Struct{id=7} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=7} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372085,ts_us=1713529372085171,ts_ns=1713529372085171200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 8 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 8 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [8, insert 8] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@74fb53f8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@620a1f2f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 8 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@22ed22e7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 8] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372091,ts_us=1713529372091171,ts_ns=1713529372091171400} for READ operation on key Struct{id=8} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=8} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372087,ts_us=1713529372087171,ts_ns=1713529372087171300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 9 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 9 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [9, insert 9] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@38b69ce9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@16fc6c94 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 9 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@24bdfa03 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 9] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372093,ts_us=1713529372093166,ts_ns=1713529372093166400} for READ operation on key Struct{id=9} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=9} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372091,ts_us=1713529372091171,ts_ns=1713529372091171400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 10 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 10 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [10, insert 10] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6f8c0e69 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@635186a5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 10 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@163cce97 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 10] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372096,ts_us=1713529372096166,ts_ns=1713529372096166100} for READ operation on key Struct{id=10} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=10} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372093,ts_us=1713529372093166,ts_ns=1713529372093166400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 11 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 11 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [11, insert 11] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5d1a43b1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@52eaf13d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 11 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3de1316b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 11] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372108,ts_us=1713529372108170,ts_ns=1713529372108170300} for READ operation on key Struct{id=11} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=11} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372096,ts_us=1713529372096166,ts_ns=1713529372096166100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 12 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 12 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [12, insert 12] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4d590836 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@42d1dde7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 12 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@47b7af99 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 12] 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372112,ts_us=1713529372112174,ts_ns=1713529372112174100} for READ operation on key Struct{id=12} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=12} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372108,ts_us=1713529372108170,ts_ns=1713529372108170300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 13 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 13 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [13, insert 13] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@73e9a46d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@76f40a9e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 13 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3a06df42 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 13] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372114,ts_us=1713529372114162,ts_ns=1713529372114162600} for READ operation on key Struct{id=13} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=13} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372112,ts_us=1713529372112174,ts_ns=1713529372112174100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 14 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 14 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [14, insert 14] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@403764fc 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7ec36a5b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 14 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@28b53fe7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 14] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=14,name=insert 14},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372116,ts_us=1713529372116170,ts_ns=1713529372116170100} for READ operation on key Struct{id=14} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=14} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372114,ts_us=1713529372114162,ts_ns=1713529372114162600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 15 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 15 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [15, insert 15] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@24c5197c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5f2e899c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 15 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3adab190 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 15] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=15,name=insert 15},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372118,ts_us=1713529372118167,ts_ns=1713529372118167500} for READ operation on key Struct{id=15} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=15} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert 14},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372116,ts_us=1713529372116170,ts_ns=1713529372116170100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 16 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 16 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [16, insert 16] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 16 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3b91eb2b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 16] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 16 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@37930bdc 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 16] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 16 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1c5a16db 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 16] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=16,name=insert 16},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372120,ts_us=1713529372120163,ts_ns=1713529372120163800} for READ operation on key Struct{id=16} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=16} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert 15},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372118,ts_us=1713529372118167,ts_ns=1713529372118167500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 17 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 17 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [17, insert 17] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 17 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@736372f1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 17] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 17 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@479f0705 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 17] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 17 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@687d29c1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 17] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=17,name=insert 17},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372122,ts_us=1713529372122167,ts_ns=1713529372122167100} for READ operation on key Struct{id=17} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=17} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=16}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=16,name=insert 16},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372120,ts_us=1713529372120163,ts_ns=1713529372120163800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 18 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 18 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [18, insert 18] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 18 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@245d06db 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 18] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 18 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4cc11c5b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 18] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 18 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@73d98de9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 18] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=18,name=insert 18},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372124,ts_us=1713529372124164,ts_ns=1713529372124164700} for READ operation on key Struct{id=18} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=18} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=17}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=17,name=insert 17},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372122,ts_us=1713529372122167,ts_ns=1713529372122167100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 19 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 19 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [19, insert 19] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 19 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@726b9172 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 19] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 19 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3e4c3a3a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 19] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 19 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7aabca6c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 19] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=19,name=insert 19},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372127,ts_us=1713529372127165,ts_ns=1713529372127165100} for READ operation on key Struct{id=19} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=19} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=18}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=18,name=insert 18},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372124,ts_us=1713529372124164,ts_ns=1713529372124164700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 20 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 20 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [20, insert 20] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 20 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@45a2b615 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 20] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 20 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6bec4fd2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 20] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 20 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@34ae357f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 20] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=20,name=insert 20},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372130,ts_us=1713529372130172,ts_ns=1713529372130172800} for READ operation on key Struct{id=20} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=20} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=19}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=19,name=insert 19},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372127,ts_us=1713529372127165,ts_ns=1713529372127165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 21 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 21 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [21, insert 21] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 21 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1072712c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 21] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 21 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@40b06f29 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 21] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 21 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@492b2a32 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 21] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=21,name=insert 21},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372133,ts_us=1713529372133170,ts_ns=1713529372133170300} for READ operation on key Struct{id=21} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=21} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372034,ts_us=1713529372034166,ts_ns=1713529372034166600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=20}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=20,name=insert 20},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372130,ts_us=1713529372130172,ts_ns=1713529372130172800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=2,name=insert 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372068,ts_us=1713529372068169,ts_ns=1713529372068169200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=3,name=insert 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372072,ts_us=1713529372072166,ts_ns=1713529372072166100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=4,name=insert 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372076,ts_us=1713529372076164,ts_ns=1713529372076164000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 22 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372080,ts_us=1713529372080164,ts_ns=1713529372080164500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 22 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [22, insert 22] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372085,ts_us=1713529372085171,ts_ns=1713529372085171200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 22 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372087,ts_us=1713529372087171,ts_ns=1713529372087171300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@cebeba5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 22] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372091,ts_us=1713529372091171,ts_ns=1713529372091171400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372093,ts_us=1713529372093166,ts_ns=1713529372093166400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 22 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372096,ts_us=1713529372096166,ts_ns=1713529372096166100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@f131005 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 22] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 22 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4c19efe9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 22] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=22,name=insert 22},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372137,ts_us=1713529372137168,ts_ns=1713529372137168200} for READ operation on key Struct{id=22} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=22} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=21}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=21,name=insert 21},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372133,ts_us=1713529372133170,ts_ns=1713529372133170300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 23 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [23, insert 23] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 23 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5c7326e2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 23] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 23 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@f16580a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 23] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 23 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1892e2d5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 23] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=23,name=insert 23},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372140,ts_us=1713529372140167,ts_ns=1713529372140167500} for READ operation on key Struct{id=23} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=23} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=22}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=22,name=insert 22},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372137,ts_us=1713529372137168,ts_ns=1713529372137168200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 24 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 24 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [24, insert 24] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 24 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1b773089 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 24] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 24 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5ef64133 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 24] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 24 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@631d84ef 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 24] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=24,name=insert 24},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372142,ts_us=1713529372142174,ts_ns=1713529372142174600} for READ operation on key Struct{id=24} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=24} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=23}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=23,name=insert 23},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372140,ts_us=1713529372140167,ts_ns=1713529372140167500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372108,ts_us=1713529372108170,ts_ns=1713529372108170300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 25 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372112,ts_us=1713529372112174,ts_ns=1713529372112174100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372114,ts_us=1713529372114162,ts_ns=1713529372114162600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 25 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert 14},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372116,ts_us=1713529372116170,ts_ns=1713529372116170100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [25, insert 25] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 25 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert 15},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372118,ts_us=1713529372118167,ts_ns=1713529372118167500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6c965613 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 25] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 25 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4ec7c070 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 25] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=16}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=16,name=insert 16},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372120,ts_us=1713529372120163,ts_ns=1713529372120163800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 25 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2254ef42 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 25] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=17}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=17,name=insert 17},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372122,ts_us=1713529372122167,ts_ns=1713529372122167100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=25,name=insert 25},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372148,ts_us=1713529372148164,ts_ns=1713529372148164200} for READ operation on key Struct{id=25} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=18}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=18,name=insert 18},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372124,ts_us=1713529372124164,ts_ns=1713529372124164700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=25} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=19}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=19,name=insert 19},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372127,ts_us=1713529372127165,ts_ns=1713529372127165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=24}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=24,name=insert 24},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372142,ts_us=1713529372142174,ts_ns=1713529372142174600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=20}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=20,name=insert 20},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372130,ts_us=1713529372130172,ts_ns=1713529372130172800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 26 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 26 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [26, insert 26] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 26 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2d612d1b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 26] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 26 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7319c06a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 26] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 26 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3ad4a39 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 26] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=26,name=insert 26},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372151,ts_us=1713529372151167,ts_ns=1713529372151167500} for READ operation on key Struct{id=26} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=26} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=25}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=25,name=insert 25},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372148,ts_us=1713529372148164,ts_ns=1713529372148164200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 27 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 27 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [27, insert 27] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 27 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6069bf1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 27] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 27 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@222b77df 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 27] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 27 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1f8ce960 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 27] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=27,name=insert 27},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372154,ts_us=1713529372154171,ts_ns=1713529372154171100} for READ operation on key Struct{id=27} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=27} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=26}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=26,name=insert 26},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372151,ts_us=1713529372151167,ts_ns=1713529372151167500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 28 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 28 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [28, insert 28] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 28 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7619942a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 28] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 28 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4472500b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 28] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 28 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3d1e52d5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 28] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=28,name=insert 28},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372157,ts_us=1713529372157165,ts_ns=1713529372157165600} for READ operation on key Struct{id=28} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=28} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=27}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=27,name=insert 27},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372154,ts_us=1713529372154171,ts_ns=1713529372154171100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 29 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 29 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [29, insert 29] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 29 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@45a17bff 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 29] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 29 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7fa30fa5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 29] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 29 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2907ea52 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 29] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=29,name=insert 29},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372159,ts_us=1713529372159165,ts_ns=1713529372159165100} for READ operation on key Struct{id=29} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=29} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=28}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=28,name=insert 28},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372157,ts_us=1713529372157165,ts_ns=1713529372157165600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 30 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 30 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [30, insert 30] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 30 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@66408d5d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 30] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 30 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@28707ce9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 30] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 30 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4f498065 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 30] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=30,name=insert 30},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372160,ts_us=1713529372160163,ts_ns=1713529372160163400} for READ operation on key Struct{id=30} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=30} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=29}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=29,name=insert 29},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372159,ts_us=1713529372159165,ts_ns=1713529372159165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 31 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 31 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [31, insert 31] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 31 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@598ab6a4 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 31] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 31 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3bc2f2ad 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 31] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 31 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@10fe5608 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 31] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=31,name=insert 31},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372162,ts_us=1713529372162162,ts_ns=1713529372162162800} for READ operation on key Struct{id=31} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=31} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=30}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=30,name=insert 30},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372160,ts_us=1713529372160163,ts_ns=1713529372160163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 32 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 32 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [32, insert 32] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 32 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1337a6da 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 32] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 32 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1f040d8e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 32] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 32 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@337fc359 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 32] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=32,name=insert 32},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372165,ts_us=1713529372165163,ts_ns=1713529372165163700} for READ operation on key Struct{id=32} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=32} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=31}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=31,name=insert 31},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372162,ts_us=1713529372162162,ts_ns=1713529372162162800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 33 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 33 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [33, insert 33] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 33 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@51539d28 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 33] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 33 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7ffce0ae 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 33] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 33 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@40abeaa2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 33] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=33,name=insert 33},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372169,ts_us=1713529372169163,ts_ns=1713529372169163400} for READ operation on key Struct{id=33} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=33} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=32}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=32,name=insert 32},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372165,ts_us=1713529372165163,ts_ns=1713529372165163700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 34 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 34 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [34, insert 34] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 34 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@d039ce5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 34] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 34 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4074fab0 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 34] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 34 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@58958b80 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 34] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=34,name=insert 34},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372174,ts_us=1713529372174185,ts_ns=1713529372174185700} for READ operation on key Struct{id=34} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=34} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=33}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=33,name=insert 33},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372169,ts_us=1713529372169163,ts_ns=1713529372169163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 35 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 35 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [35, insert 35] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 35 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@47f494ca 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 35] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 35 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5601cc65 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 35] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 35 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@31c71d6f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 35] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=35,name=insert 35},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372176,ts_us=1713529372176165,ts_ns=1713529372176165300} for READ operation on key Struct{id=35} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=35} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=34}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=34,name=insert 34},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372174,ts_us=1713529372174185,ts_ns=1713529372174185700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 36 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 36 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [36, insert 36] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 36 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@457a595c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 36] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 36 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@26cbc7fd 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 36] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 36 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7ef155a5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 36] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=36,name=insert 36},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372177,ts_us=1713529372177166,ts_ns=1713529372177166700} for READ operation on key Struct{id=36} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=36} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=35}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=35,name=insert 35},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372176,ts_us=1713529372176165,ts_ns=1713529372176165300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 37 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 37 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [37, insert 37] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 37 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@77d40371 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 37] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 37 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@60f3146e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 37] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 37 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@18ffc3a2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 37] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=37,name=insert 37},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372179,ts_us=1713529372179170,ts_ns=1713529372179170600} for READ operation on key Struct{id=37} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=37} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=36}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=36,name=insert 36},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372177,ts_us=1713529372177166,ts_ns=1713529372177166700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=21}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=21,name=insert 21},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372133,ts_us=1713529372133170,ts_ns=1713529372133170300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 38 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=22}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=22,name=insert 22},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372137,ts_us=1713529372137168,ts_ns=1713529372137168200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=23}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=23,name=insert 23},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372140,ts_us=1713529372140167,ts_ns=1713529372140167500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=24}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=24,name=insert 24},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372142,ts_us=1713529372142174,ts_ns=1713529372142174600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 38 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=25}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=25,name=insert 25},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372148,ts_us=1713529372148164,ts_ns=1713529372148164200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [38, insert 38] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 38 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6cd7f165 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 38] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=26}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=26,name=insert 26},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372151,ts_us=1713529372151167,ts_ns=1713529372151167500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=27}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=27,name=insert 27},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372154,ts_us=1713529372154171,ts_ns=1713529372154171100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 38 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3b4fa805 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 38] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=28}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=28,name=insert 28},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372157,ts_us=1713529372157165,ts_ns=1713529372157165600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=29}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=29,name=insert 29},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372159,ts_us=1713529372159165,ts_ns=1713529372159165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 38 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=30}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=30,name=insert 30},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372160,ts_us=1713529372160163,ts_ns=1713529372160163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@43e78b66 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 38] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=38,name=insert 38},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372185,ts_us=1713529372185169,ts_ns=1713529372185169000} for READ operation on key Struct{id=38} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=38} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=37}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=37,name=insert 37},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372179,ts_us=1713529372179170,ts_ns=1713529372179170600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 39 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 39 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [39, insert 39] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 39 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2563b26b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 39] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 39 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@766c337b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 39] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 39 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@30a5b233 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 39] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=39,name=insert 39},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372187,ts_us=1713529372187172,ts_ns=1713529372187172300} for READ operation on key Struct{id=39} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=39} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=38}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=38,name=insert 38},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372185,ts_us=1713529372185169,ts_ns=1713529372185169000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 40 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 40 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [40, insert 40] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 40 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4f66a3fa 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 40] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 40 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@77aea097 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 40] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 40 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@604ea2f2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 40] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=40,name=insert 40},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372189,ts_us=1713529372189163,ts_ns=1713529372189163000} for READ operation on key Struct{id=40} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=40} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=39}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=39,name=insert 39},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372187,ts_us=1713529372187172,ts_ns=1713529372187172300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 41 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 41 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [41, insert 41] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 41 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7de7a0e2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 41] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 41 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@764a5d7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 41] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 41 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@54c07b4 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 41] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=41,name=insert 41},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372191,ts_us=1713529372191165,ts_ns=1713529372191165100} for READ operation on key Struct{id=41} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=41} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=40}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=40,name=insert 40},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372189,ts_us=1713529372189163,ts_ns=1713529372189163000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 42 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 42 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [42, insert 42] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 42 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@10806cdd 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 42] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 42 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@50202e9f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 42] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 42 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@72c86351 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 42] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=42,name=insert 42},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372192,ts_us=1713529372192169,ts_ns=1713529372192169700} for READ operation on key Struct{id=42} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=42} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=41}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=41,name=insert 41},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372191,ts_us=1713529372191165,ts_ns=1713529372191165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 43 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 43 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [43, insert 43] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 43 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@17dcbb1b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 43] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 43 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4a9dbb9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 43] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 43 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@552c4965 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 43] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=43,name=insert 43},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372194,ts_us=1713529372194170,ts_ns=1713529372194170700} for READ operation on key Struct{id=43} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=43} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=42}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=42,name=insert 42},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372192,ts_us=1713529372192169,ts_ns=1713529372192169700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 44 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 44 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [44, insert 44] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 44 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@64cf7a7a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 44] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 44 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1639119b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 44] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 44 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5c8764f6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 44] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=44,name=insert 44},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372196,ts_us=1713529372196169,ts_ns=1713529372196169700} for READ operation on key Struct{id=44} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=44} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=43}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=43,name=insert 43},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372194,ts_us=1713529372194170,ts_ns=1713529372194170700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 45 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 45 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [45, insert 45] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 45 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6bd76962 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 45] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 45 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@74d4d2c8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 45] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 45 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2a3fa000 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 45] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=45,name=insert 45},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372198,ts_us=1713529372198162,ts_ns=1713529372198162800} for READ operation on key Struct{id=45} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=45} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=44}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=44,name=insert 44},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372196,ts_us=1713529372196169,ts_ns=1713529372196169700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 46 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 46 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [46, insert 46] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 46 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4df8d165 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 46] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 46 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1db43dc1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 46] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 46 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4f24fe2d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 46] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=46,name=insert 46},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372199,ts_us=1713529372199163,ts_ns=1713529372199163700} for READ operation on key Struct{id=46} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=46} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=45}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=45,name=insert 45},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372198,ts_us=1713529372198162,ts_ns=1713529372198162800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 47 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 47 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [47, insert 47] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 47 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@18cc6869 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 47] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 47 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1334f1ec 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 47] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 47 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2f529c7e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 47] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=47,name=insert 47},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372202,ts_us=1713529372202166,ts_ns=1713529372202166300} for READ operation on key Struct{id=47} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=47} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=46}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=46,name=insert 46},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372199,ts_us=1713529372199163,ts_ns=1713529372199163700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 48 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 48 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [48, insert 48] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 48 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@47efda2f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 48] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 48 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3c9b7d9b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 48] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 48 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@8944075 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 48] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=48,name=insert 48},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372204,ts_us=1713529372204164,ts_ns=1713529372204164400} for READ operation on key Struct{id=48} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=48} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=47}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=47,name=insert 47},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372202,ts_us=1713529372202166,ts_ns=1713529372202166300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 49 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 49 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [49, insert 49] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 49 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=31}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=31,name=insert 31},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372162,ts_us=1713529372162162,ts_ns=1713529372162162800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@339e9c75 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=32}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=32,name=insert 32},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372165,ts_us=1713529372165163,ts_ns=1713529372165163700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 49] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=33}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=33,name=insert 33},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372169,ts_us=1713529372169163,ts_ns=1713529372169163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=34}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=34,name=insert 34},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372174,ts_us=1713529372174185,ts_ns=1713529372174185700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 49 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=35}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=35,name=insert 35},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372176,ts_us=1713529372176165,ts_ns=1713529372176165300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@a99168b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 49] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 49 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6d89d5e6 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=36}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=36,name=insert 36},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372177,ts_us=1713529372177166,ts_ns=1713529372177166700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 49] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=37}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=37,name=insert 37},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372179,ts_us=1713529372179170,ts_ns=1713529372179170600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=38}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=38,name=insert 38},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372185,ts_us=1713529372185169,ts_ns=1713529372185169000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=49,name=insert 49},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372208,ts_us=1713529372208164,ts_ns=1713529372208164900} for READ operation on key Struct{id=49} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=39}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=39,name=insert 39},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372187,ts_us=1713529372187172,ts_ns=1713529372187172300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=49} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=40}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=40,name=insert 40},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372189,ts_us=1713529372189163,ts_ns=1713529372189163000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=48}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=48,name=insert 48},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372204,ts_us=1713529372204164,ts_ns=1713529372204164400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 50 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 50 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [50, insert 50] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 50 *** 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@47b4b7ca 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 50] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 50 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@8ef67d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 50] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 50 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@42e195a9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 50] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=50,name=insert 50},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372210,ts_us=1713529372210166,ts_ns=1713529372210166500} for READ operation on key Struct{id=50} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=50} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=49}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=49,name=insert 49},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372208,ts_us=1713529372208164,ts_ns=1713529372208164900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 51 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 51 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [51, insert 51] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 51 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@61645ef6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 51] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 51 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@38caff7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 51] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 51 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@74c68ce5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 51] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=51,name=insert 51},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372211,ts_us=1713529372211164,ts_ns=1713529372211164200} for READ operation on key Struct{id=51} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=51} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=50}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=50,name=insert 50},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372210,ts_us=1713529372210166,ts_ns=1713529372210166500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 52 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 52 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [52, insert 52] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 52 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3ac41309 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 52] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 52 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@79946949 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 52] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 52 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1f01929b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 52] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=52,name=insert 52},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372213,ts_us=1713529372213170,ts_ns=1713529372213170900} for READ operation on key Struct{id=52} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=52} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=51}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=51,name=insert 51},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372211,ts_us=1713529372211164,ts_ns=1713529372211164200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 53 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 53 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [53, insert 53] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 53 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5fe0843a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 53] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 53 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@45a69894 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 53] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 53 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1f227f48 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 53] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=53,name=insert 53},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372215,ts_us=1713529372215169,ts_ns=1713529372215169200} for READ operation on key Struct{id=53} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=53} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=52}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=52,name=insert 52},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372213,ts_us=1713529372213170,ts_ns=1713529372213170900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 54 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 54 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [54, insert 54] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 54 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@c24b37d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 54] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 54 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@573e2797 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 54] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 54 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@26ad67dc 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 54] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=54,name=insert 54},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372216,ts_us=1713529372216165,ts_ns=1713529372216165400} for READ operation on key Struct{id=54} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=54} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=53}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=53,name=insert 53},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372215,ts_us=1713529372215169,ts_ns=1713529372215169200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 55 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 55 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [55, insert 55] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 55 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2af9847e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 55] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 55 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@36f7507 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 55] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 55 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@254bf862 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 55] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=55,name=insert 55},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372218,ts_us=1713529372218168,ts_ns=1713529372218168000} for READ operation on key Struct{id=55} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=55} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=54}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=54,name=insert 54},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372216,ts_us=1713529372216165,ts_ns=1713529372216165400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 56 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 56 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [56, insert 56] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 56 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6895f890 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 56] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 56 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@e294b88 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 56] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 56 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7616d007 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 56] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=56,name=insert 56},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372219,ts_us=1713529372219168,ts_ns=1713529372219168300} for READ operation on key Struct{id=56} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=56} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=55}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=55,name=insert 55},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372218,ts_us=1713529372218168,ts_ns=1713529372218168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 57 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 57 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [57, insert 57] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 57 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@c64be4f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 57] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 57 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4b72862b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 57] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 57 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@fc3e1c6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 57] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=57,name=insert 57},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372222,ts_us=1713529372222163,ts_ns=1713529372222163100} for READ operation on key Struct{id=57} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=57} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=56}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=56,name=insert 56},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372219,ts_us=1713529372219168,ts_ns=1713529372219168300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 58 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 58 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [58, insert 58] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 58 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4f959ed1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 58] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 58 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@66aad7aa 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 58] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 58 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@39b6468a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 58] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=58,name=insert 58},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372224,ts_us=1713529372224167,ts_ns=1713529372224167300} for READ operation on key Struct{id=58} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=58} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=57}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=57,name=insert 57},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372222,ts_us=1713529372222163,ts_ns=1713529372222163100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 59 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 59 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [59, insert 59] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 59 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@296b5dab 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 59] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 59 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4a6b2d41 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 59] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 59 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7a4cb421 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 59] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=59,name=insert 59},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372225,ts_us=1713529372225168,ts_ns=1713529372225168000} for READ operation on key Struct{id=59} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=59} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=58}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=58,name=insert 58},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372224,ts_us=1713529372224167,ts_ns=1713529372224167300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 60 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 60 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [60, insert 60] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@71452ff4 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 60] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b0b272 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 60] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@11a28640 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 60] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=60,name=insert 60},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372227,ts_us=1713529372227168,ts_ns=1713529372227168100} for READ operation on key Struct{id=60} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=60} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=59}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=59,name=insert 59},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372225,ts_us=1713529372225168,ts_ns=1713529372225168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 61 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=41}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=41,name=insert 41},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372191,ts_us=1713529372191165,ts_ns=1713529372191165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=42}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=42,name=insert 42},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372192,ts_us=1713529372192169,ts_ns=1713529372192169700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 61 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=43}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=43,name=insert 43},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372194,ts_us=1713529372194170,ts_ns=1713529372194170700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [61, insert 61] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=44}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=44,name=insert 44},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372196,ts_us=1713529372196169,ts_ns=1713529372196169700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 61 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=45}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=45,name=insert 45},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372198,ts_us=1713529372198162,ts_ns=1713529372198162800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@e50c5e9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 61] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 61 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@56b26158 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 61] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=46}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=46,name=insert 46},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372199,ts_us=1713529372199163,ts_ns=1713529372199163700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 61 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=47}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=47,name=insert 47},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372202,ts_us=1713529372202166,ts_ns=1713529372202166300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@51966ade 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 61] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=48}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=48,name=insert 48},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372204,ts_us=1713529372204164,ts_ns=1713529372204164400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=49}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=49,name=insert 49},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372208,ts_us=1713529372208164,ts_ns=1713529372208164900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=61,name=insert 61},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372230,ts_us=1713529372230169,ts_ns=1713529372230169600} for READ operation on key Struct{id=61} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=50}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=50,name=insert 50},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372210,ts_us=1713529372210166,ts_ns=1713529372210166500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=61} 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=60}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=60,name=insert 60},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372227,ts_us=1713529372227168,ts_ns=1713529372227168100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 62 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 62 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [62, insert 62] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 62 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@19899cb9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 62] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 62 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7babc5cc 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 62] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 62 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3456ceb5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 62] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=62,name=insert 62},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372234,ts_us=1713529372234163,ts_ns=1713529372234163400} for READ operation on key Struct{id=62} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=62} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=61}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=61,name=insert 61},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372230,ts_us=1713529372230169,ts_ns=1713529372230169600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 63 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 63 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [63, insert 63] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 63 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4c2ca48f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 63] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 63 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@191595e7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 63] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 63 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3c35b6ac 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 63] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=63,name=insert 63},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372235,ts_us=1713529372235168,ts_ns=1713529372235168000} for READ operation on key Struct{id=63} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=63} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=62}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=62,name=insert 62},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372234,ts_us=1713529372234163,ts_ns=1713529372234163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 64 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 64 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [64, insert 64] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 64 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3e94e4f9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 64] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 64 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@17b53778 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 64] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 64 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@22ba22c4 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 64] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=64,name=insert 64},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372237,ts_us=1713529372237166,ts_ns=1713529372237166900} for READ operation on key Struct{id=64} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=64} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=63}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=63,name=insert 63},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372235,ts_us=1713529372235168,ts_ns=1713529372235168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 65 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 65 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [65, insert 65] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 65 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@332b60e9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 65] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 65 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2a01e959 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 65] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 65 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@14b11596 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 65] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=65,name=insert 65},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372239,ts_us=1713529372239169,ts_ns=1713529372239169700} for READ operation on key Struct{id=65} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=65} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=64}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=64,name=insert 64},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372237,ts_us=1713529372237166,ts_ns=1713529372237166900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 66 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 66 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [66, insert 66] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 66 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@676ea9c6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 66] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 66 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@faab1ea 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 66] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 66 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2ac4da67 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 66] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=66,name=insert 66},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372240,ts_us=1713529372240168,ts_ns=1713529372240168400} for READ operation on key Struct{id=66} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=66} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=65}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=65,name=insert 65},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372239,ts_us=1713529372239169,ts_ns=1713529372239169700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 67 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 67 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [67, insert 67] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 67 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@36c5670c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 67] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 67 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2477d88b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 67] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 67 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7e08080e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 67] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=67,name=insert 67},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372241,ts_us=1713529372241162,ts_ns=1713529372241162600} for READ operation on key Struct{id=67} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=67} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=66}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=66,name=insert 66},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372240,ts_us=1713529372240168,ts_ns=1713529372240168400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 68 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 68 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [68, insert 68] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 68 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7213e24a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 68] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 68 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6ff30603 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 68] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 68 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@755a28f6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 68] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=68,name=insert 68},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372243,ts_us=1713529372243163,ts_ns=1713529372243163900} for READ operation on key Struct{id=68} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=68} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=67}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=67,name=insert 67},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372241,ts_us=1713529372241162,ts_ns=1713529372241162600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 69 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 69 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [69, insert 69] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 69 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4bac062b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 69] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 69 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@26c0bca6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 69] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 69 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@51746563 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 69] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=69,name=insert 69},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372245,ts_us=1713529372245163,ts_ns=1713529372245163600} for READ operation on key Struct{id=69} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=69} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=68}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=68,name=insert 68},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372243,ts_us=1713529372243163,ts_ns=1713529372243163900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 70 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 70 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [70, insert 70] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 70 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@754dea23 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 70] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 70 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5efb27ff 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 70] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 70 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7dfd850a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 70] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=70,name=insert 70},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372246,ts_us=1713529372246163,ts_ns=1713529372246163400} for READ operation on key Struct{id=70} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=70} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=69}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=69,name=insert 69},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372245,ts_us=1713529372245163,ts_ns=1713529372245163600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 71 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 71 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [71, insert 71] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 71 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@f50a8ab 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 71] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 71 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@15565790 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 71] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 71 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@12155e1a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 71] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=51}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=51,name=insert 51},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372211,ts_us=1713529372211164,ts_ns=1713529372211164200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=71,name=insert 71},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372250,ts_us=1713529372250166,ts_ns=1713529372250166000} for READ operation on key Struct{id=71} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=52}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=52,name=insert 52},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372213,ts_us=1713529372213170,ts_ns=1713529372213170900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=71} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=53}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=53,name=insert 53},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372215,ts_us=1713529372215169,ts_ns=1713529372215169200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=70}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=70,name=insert 70},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372246,ts_us=1713529372246163,ts_ns=1713529372246163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=54}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=54,name=insert 54},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372216,ts_us=1713529372216165,ts_ns=1713529372216165400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=55}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=55,name=insert 55},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372218,ts_us=1713529372218168,ts_ns=1713529372218168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 72 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 72 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=56}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=56,name=insert 56},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372219,ts_us=1713529372219168,ts_ns=1713529372219168300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [72, insert 72] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 72 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=57}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=57,name=insert 57},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372222,ts_us=1713529372222163,ts_ns=1713529372222163100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3515c87 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 72] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 72 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=58}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=58,name=insert 58},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372224,ts_us=1713529372224167,ts_ns=1713529372224167300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@94ea9b6 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=59}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=59,name=insert 59},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372225,ts_us=1713529372225168,ts_ns=1713529372225168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 72] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=60}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=60,name=insert 60},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372227,ts_us=1713529372227168,ts_ns=1713529372227168100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 72 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2e8385d8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 72] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=72,name=insert 72},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372253,ts_us=1713529372253165,ts_ns=1713529372253165100} for READ operation on key Struct{id=72} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=72} 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=71}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=71,name=insert 71},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372250,ts_us=1713529372250166,ts_ns=1713529372250166000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 73 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 73 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [73, insert 73] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 73 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@16defb9c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 73] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 73 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1f6228a4 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 73] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 73 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@639d31e7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 73] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=61}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=61,name=insert 61},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372230,ts_us=1713529372230169,ts_ns=1713529372230169600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=62}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=62,name=insert 62},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372234,ts_us=1713529372234163,ts_ns=1713529372234163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=73,name=insert 73},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372258,ts_us=1713529372258169,ts_ns=1713529372258169600} for READ operation on key Struct{id=73} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=63}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=63,name=insert 63},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372235,ts_us=1713529372235168,ts_ns=1713529372235168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=73} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=64}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=64,name=insert 64},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372237,ts_us=1713529372237166,ts_ns=1713529372237166900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=72}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=72,name=insert 72},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372253,ts_us=1713529372253165,ts_ns=1713529372253165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=65}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=65,name=insert 65},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372239,ts_us=1713529372239169,ts_ns=1713529372239169700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 74 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=66}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=66,name=insert 66},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372240,ts_us=1713529372240168,ts_ns=1713529372240168400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=67}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=67,name=insert 67},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372241,ts_us=1713529372241162,ts_ns=1713529372241162600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 74 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [74, insert 74] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=68}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=68,name=insert 68},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372243,ts_us=1713529372243163,ts_ns=1713529372243163900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 74 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=69}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=69,name=insert 69},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372245,ts_us=1713529372245163,ts_ns=1713529372245163600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5182c509 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=70}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=70,name=insert 70},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372246,ts_us=1713529372246163,ts_ns=1713529372246163400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 74] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 74 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3061d6be 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 74] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 74 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3e48ef1e 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 74] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=74,name=insert 74},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372261,ts_us=1713529372261170,ts_ns=1713529372261170400} for READ operation on key Struct{id=74} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=74} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=73}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=73,name=insert 73},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372258,ts_us=1713529372258169,ts_ns=1713529372258169600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 75 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 75 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [75, insert 75] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 75 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3450e339 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 75] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 75 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@73bdd237 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 75] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 75 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4dd73ed8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 75] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=75,name=insert 75},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372263,ts_us=1713529372263168,ts_ns=1713529372263168000} for READ operation on key Struct{id=75} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=75} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=74}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=74,name=insert 74},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372261,ts_us=1713529372261170,ts_ns=1713529372261170400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 76 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 76 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [76, insert 76] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 76 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@341e1863 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 76] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 76 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7646cf2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 76] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 76 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1a553a43 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 76] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=76,name=insert 76},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372273,ts_us=1713529372273201,ts_ns=1713529372273201000} for READ operation on key Struct{id=76} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=76} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=75}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=75,name=insert 75},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372263,ts_us=1713529372263168,ts_ns=1713529372263168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 77 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 77 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [77, insert 77] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 77 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6e80f62f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 77] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 77 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2a19269c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 77] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 77 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@ebedcd1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 77] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=77,name=insert 77},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372281,ts_us=1713529372281173,ts_ns=1713529372281173800} for READ operation on key Struct{id=77} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=77} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=76}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=76,name=insert 76},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372273,ts_us=1713529372273201,ts_ns=1713529372273201000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 78 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 78 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [78, insert 78] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 78 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3d0a6867 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 78] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 78 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5452c067 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 78] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 78 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@379c31b7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 78] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=78,name=insert 78},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372282,ts_us=1713529372282168,ts_ns=1713529372282168500} for READ operation on key Struct{id=78} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=78} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=77}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=77,name=insert 77},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372281,ts_us=1713529372281173,ts_ns=1713529372281173800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 79 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 79 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [79, insert 79] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 79 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4fbc3bc1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 79] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 79 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@211b2b01 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 79] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 79 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@630896bd 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 79] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=79,name=insert 79},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372283,ts_us=1713529372283166,ts_ns=1713529372283166200} for READ operation on key Struct{id=79} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=79} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=78}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=78,name=insert 78},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372282,ts_us=1713529372282168,ts_ns=1713529372282168500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 80 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 80 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [80, insert 80] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 80 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@35cf12e2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 80] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 80 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1b0345a9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 80] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 80 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@633836eb 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 80] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=80,name=insert 80},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372285,ts_us=1713529372285175,ts_ns=1713529372285175900} for READ operation on key Struct{id=80} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=80} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=79}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=79,name=insert 79},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372283,ts_us=1713529372283166,ts_ns=1713529372283166200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 81 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 81 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [81, insert 81] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 81 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4422e94f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 81] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 81 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@937bb2b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 81] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 81 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@89899a9 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 81] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=81,name=insert 81},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372286,ts_us=1713529372286165,ts_ns=1713529372286165700} for READ operation on key Struct{id=81} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=81} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=80}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=80,name=insert 80},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372285,ts_us=1713529372285175,ts_ns=1713529372285175900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 82 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 82 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [82, insert 82] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 82 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2a35693f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 82] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 82 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@790e85a7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 82] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 82 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4d54974e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 82] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=82,name=insert 82},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372287,ts_us=1713529372287162,ts_ns=1713529372287162100} for READ operation on key Struct{id=82} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=82} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=81}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=81,name=insert 81},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372286,ts_us=1713529372286165,ts_ns=1713529372286165700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 83 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 83 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [83, insert 83] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 83 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@14d1a9c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 83] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 83 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@30f71b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 83] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 83 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@d9e6907 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 83] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=83,name=insert 83},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372288,ts_us=1713529372288165,ts_ns=1713529372288165900} for READ operation on key Struct{id=83} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=83} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=82}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=82,name=insert 82},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372287,ts_us=1713529372287162,ts_ns=1713529372287162100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 84 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 84 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [84, insert 84] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 84 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6499711d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 84] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 84 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@d691ee8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 84] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 84 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@a66b871 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 84] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=84,name=insert 84},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372291,ts_us=1713529372291169,ts_ns=1713529372291169800} for READ operation on key Struct{id=84} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=84} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=83}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=83,name=insert 83},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372288,ts_us=1713529372288165,ts_ns=1713529372288165900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 85 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 85 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [85, insert 85] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 85 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=71}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=71,name=insert 71},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372250,ts_us=1713529372250166,ts_ns=1713529372250166000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@74ce2e6b 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=72}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=72,name=insert 72},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372253,ts_us=1713529372253165,ts_ns=1713529372253165100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 85] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=73}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=73,name=insert 73},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372258,ts_us=1713529372258169,ts_ns=1713529372258169600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=74}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=74,name=insert 74},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372261,ts_us=1713529372261170,ts_ns=1713529372261170400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 85 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b70b876 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=75}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=75,name=insert 75},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372263,ts_us=1713529372263168,ts_ns=1713529372263168000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 85] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 85 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1eab73ae 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 85] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=76}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=76,name=insert 76},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372273,ts_us=1713529372273201,ts_ns=1713529372273201000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=77}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=77,name=insert 77},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372281,ts_us=1713529372281173,ts_ns=1713529372281173800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=78}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=78,name=insert 78},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372282,ts_us=1713529372282168,ts_ns=1713529372282168500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=85,name=insert 85},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372293,ts_us=1713529372293162,ts_ns=1713529372293162900} for READ operation on key Struct{id=85} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=79}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=79,name=insert 79},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372283,ts_us=1713529372283166,ts_ns=1713529372283166200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=85} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=80}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=80,name=insert 80},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372285,ts_us=1713529372285175,ts_ns=1713529372285175900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=84}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=84,name=insert 84},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372291,ts_us=1713529372291169,ts_ns=1713529372291169800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 86 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 86 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [86, insert 86] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 86 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@21b1e53a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 86] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 86 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@24893a11 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 86] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 86 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7ae485fe 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 86] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=86,name=insert 86},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372295,ts_us=1713529372295164,ts_ns=1713529372295164700} for READ operation on key Struct{id=86} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=86} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=85}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=85,name=insert 85},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372293,ts_us=1713529372293162,ts_ns=1713529372293162900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 87 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 87 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [87, insert 87] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 87 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3f97af0f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 87] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 87 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@112115f2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 87] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 87 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7c15ec75 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 87] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=87,name=insert 87},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372297,ts_us=1713529372297164,ts_ns=1713529372297164500} for READ operation on key Struct{id=87} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=87} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=86}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=86,name=insert 86},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372295,ts_us=1713529372295164,ts_ns=1713529372295164700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 88 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 88 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [88, insert 88] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 88 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@22004d7c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 88] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 88 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@20ed71e4 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 88] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 88 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@39fa7e8e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 88] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=88,name=insert 88},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372298,ts_us=1713529372298166,ts_ns=1713529372298166900} for READ operation on key Struct{id=88} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=88} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=87}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=87,name=insert 87},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372297,ts_us=1713529372297164,ts_ns=1713529372297164500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 89 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 89 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [89, insert 89] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 89 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6adf5b80 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 89] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 89 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4a94800a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 89] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 89 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1bdaaed 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 89] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=89,name=insert 89},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372299,ts_us=1713529372299163,ts_ns=1713529372299163000} for READ operation on key Struct{id=89} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=89} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=88}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=88,name=insert 88},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372298,ts_us=1713529372298166,ts_ns=1713529372298166900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 90 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 90 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [90, insert 90] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 90 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6bd9ba5a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 90] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 90 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7bcafffa 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 90] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 90 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1530a459 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 90] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=90,name=insert 90},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372300,ts_us=1713529372300164,ts_ns=1713529372300164700} for READ operation on key Struct{id=90} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=90} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=89}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=89,name=insert 89},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372299,ts_us=1713529372299163,ts_ns=1713529372299163000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 91 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 91 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [91, insert 91] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 91 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@79b69ed0 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 91] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 91 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5f9be0d6 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 91] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 91 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7302e1f0 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 91] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=91,name=insert 91},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372301,ts_us=1713529372301164,ts_ns=1713529372301164000} for READ operation on key Struct{id=91} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=91} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=90}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=90,name=insert 90},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372300,ts_us=1713529372300164,ts_ns=1713529372300164700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 92 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 92 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [92, insert 92] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 92 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@630091a5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 92] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 92 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2e0dc30b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 92] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 92 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2e900b4c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 92] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=92,name=insert 92},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372303,ts_us=1713529372303163,ts_ns=1713529372303163700} for READ operation on key Struct{id=92} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=92} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=91}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=91,name=insert 91},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372301,ts_us=1713529372301164,ts_ns=1713529372301164000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 93 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 93 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [93, insert 93] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 93 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4af9620f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 93] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 93 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2d135f4c 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 93] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 93 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6d46d47e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 93] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=93,name=insert 93},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372304,ts_us=1713529372304162,ts_ns=1713529372304162500} for READ operation on key Struct{id=93} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=93} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=92}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=92,name=insert 92},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372303,ts_us=1713529372303163,ts_ns=1713529372303163700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 94 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 94 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [94, insert 94] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 94 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@432278f1 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 94] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 94 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@424a9380 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 94] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 94 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@75144dba 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 94] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=94,name=insert 94},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372305,ts_us=1713529372305169,ts_ns=1713529372305169200} for READ operation on key Struct{id=94} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=94} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=93}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=93,name=insert 93},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372304,ts_us=1713529372304162,ts_ns=1713529372304162500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 95 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 95 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [95, insert 95] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 95 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2eaa9242 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 95] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 95 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7e9f9296 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 95] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 95 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@685fd856 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 95] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=95,name=insert 95},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372307,ts_us=1713529372307165,ts_ns=1713529372307165200} for READ operation on key Struct{id=95} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=95} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=94}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=94,name=insert 94},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372305,ts_us=1713529372305169,ts_ns=1713529372305169200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 96 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 96 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [96, insert 96] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 96 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3f71317a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 96] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 96 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@45b38c54 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 96] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 96 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@473abd56 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 96] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=96,name=insert 96},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372310,ts_us=1713529372310172,ts_ns=1713529372310172700} for READ operation on key Struct{id=96} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=96} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=95}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=95,name=insert 95},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372307,ts_us=1713529372307165,ts_ns=1713529372307165200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=81}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=81,name=insert 81},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372286,ts_us=1713529372286165,ts_ns=1713529372286165700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=82}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=82,name=insert 82},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372287,ts_us=1713529372287162,ts_ns=1713529372287162100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 97 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=83}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=83,name=insert 83},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372288,ts_us=1713529372288165,ts_ns=1713529372288165900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=84}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=84,name=insert 84},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372291,ts_us=1713529372291169,ts_ns=1713529372291169800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=85}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=85,name=insert 85},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372293,ts_us=1713529372293162,ts_ns=1713529372293162900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 97 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [97, insert 97] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 97 *** 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=86}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=86,name=insert 86},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372295,ts_us=1713529372295164,ts_ns=1713529372295164700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=87}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=87,name=insert 87},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372297,ts_us=1713529372297164,ts_ns=1713529372297164500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=88}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=88,name=insert 88},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372298,ts_us=1713529372298166,ts_ns=1713529372298166900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=89}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=89,name=insert 89},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372299,ts_us=1713529372299163,ts_ns=1713529372299163000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5131408f 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=90}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=90,name=insert 90},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372300,ts_us=1713529372300164,ts_ns=1713529372300164700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 97] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 97 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@677d4132 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 97] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 97 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3ef5b0a5 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 97] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=97,name=insert 97},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372315,ts_us=1713529372315178,ts_ns=1713529372315178700} for READ operation on key Struct{id=97} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=97} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=96}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=96,name=insert 96},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372310,ts_us=1713529372310172,ts_ns=1713529372310172700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 98 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 98 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [98, insert 98] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 98 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2cb76a20 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 98] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 98 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@77d97201 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 98] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 98 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7a20c919 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 98] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=98,name=insert 98},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372319,ts_us=1713529372319171,ts_ns=1713529372319171700} for READ operation on key Struct{id=98} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=98} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=97}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=97,name=insert 97},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372315,ts_us=1713529372315178,ts_ns=1713529372315178700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 99 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 99 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [99, insert 99] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 99 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@69c32e60 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 99] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 99 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7e32bf12 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 99] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 99 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@424793af 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 99] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=99,name=insert 99},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372321,ts_us=1713529372321174,ts_ns=1713529372321174900} for READ operation on key Struct{id=99} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=99} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=98}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=98,name=insert 98},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372319,ts_us=1713529372319171,ts_ns=1713529372319171700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 100 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 100 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [100, insert 100] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 100 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3e53e2ff 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 100] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@5a65f8f2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 100 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4e136b7b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 100] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4659e5e3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 100 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@25b28784 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 100] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=100,name=insert 100},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=last_in_data_collection,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372325,ts_us=1713529372325166,ts_ns=1713529372325166200} for READ operation on key Struct{id=100} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=LAST_IN_DATA_COLLECTION, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=100} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=99}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=99,name=insert 99},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372321,ts_us=1713529372321174,ts_ns=1713529372321174900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 INFO RelationalSnapshotChangeEventSource:633 - Finished exporting 100 records for table 'public.products' (1 of 2 tables); total duration '00:00:00.336' 2024-04-19 14:22:52 INFO RelationalSnapshotChangeEventSource:587 - Exporting data from table 'public.items' (2 of 2 tables) 2024-04-19 14:22:52 TRACE JdbcConnection:629 - running 'SELECT CURRENT_TIMESTAMP' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 1 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 1 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [1, insert 1] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1513861e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5d028879 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 1 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@756ba82d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 1] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=first_in_data_collection,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372340,ts_us=1713529372340187,ts_ns=1713529372340187500} for READ operation on key Struct{id=1} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=FIRST_IN_DATA_COLLECTION, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=1} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=100}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=100,name=insert 100},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=last_in_data_collection,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372325,ts_us=1713529372325166,ts_ns=1713529372325166200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 5 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 5 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [5, insert 5] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7185962a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@380d8923 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 5 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4ba95365 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 5] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372343,ts_us=1713529372343168,ts_ns=1713529372343168100} for READ operation on key Struct{id=5} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=5} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=first_in_data_collection,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372340,ts_us=1713529372340187,ts_ns=1713529372340187500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 6 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 6 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [6, insert 6] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@632ba0fd 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3ec25e74 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 6 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6ad29c1e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 6] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372345,ts_us=1713529372345185,ts_ns=1713529372345185400} for READ operation on key Struct{id=6} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=6} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372343,ts_us=1713529372343168,ts_ns=1713529372343168100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 7 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 7 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [7, insert 7] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6b61c85a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5573a183 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 7 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@79ee64a7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 7] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372347,ts_us=1713529372347167,ts_ns=1713529372347167800} for READ operation on key Struct{id=7} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=7} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372345,ts_us=1713529372345185,ts_ns=1713529372345185400}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 8 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 8 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [8, insert 8] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7a225e8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@62e40e5e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 8 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2a53d438 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 8] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372351,ts_us=1713529372351172,ts_ns=1713529372351172700} for READ operation on key Struct{id=8} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=8} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372347,ts_us=1713529372347167,ts_ns=1713529372347167800}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 9 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 9 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [9, insert 9] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@20124689 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3609ba06 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 9 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@745dd467 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 9] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372355,ts_us=1713529372355176,ts_ns=1713529372355176100} for READ operation on key Struct{id=9} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=9} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372351,ts_us=1713529372351172,ts_ns=1713529372351172700}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 10 2024-04-19 14:22:52 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 10 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [10, insert 10] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@401b2cc0 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@720f0c44 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 10 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@9ad5189 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 10] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372361,ts_us=1713529372361177,ts_ns=1713529372361177900} for READ operation on key Struct{id=10} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=10} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=91}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=91,name=insert 91},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372301,ts_us=1713529372301164,ts_ns=1713529372301164000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372355,ts_us=1713529372355176,ts_ns=1713529372355176100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=92}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=92,name=insert 92},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372303,ts_us=1713529372303163,ts_ns=1713529372303163700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=93}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=93,name=insert 93},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372304,ts_us=1713529372304162,ts_ns=1713529372304162500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=94}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=94,name=insert 94},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372305,ts_us=1713529372305169,ts_ns=1713529372305169200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 11 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=95}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=95,name=insert 95},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372307,ts_us=1713529372307165,ts_ns=1713529372307165200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 11 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [11, insert 11] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@13494237 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=96}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=96,name=insert 96},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372310,ts_us=1713529372310172,ts_ns=1713529372310172700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=97}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=97,name=insert 97},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372315,ts_us=1713529372315178,ts_ns=1713529372315178700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@aad11b2 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 11 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@ca418f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 11] 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=98}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=98,name=insert 98},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372319,ts_us=1713529372319171,ts_ns=1713529372319171700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=99}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=99,name=insert 99},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372321,ts_us=1713529372321174,ts_ns=1713529372321174900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=100}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=100,name=insert 100},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=last_in_data_collection,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=products,txId=865,lsn=32822256},op=r,ts_ms=1713529372325,ts_us=1713529372325166,ts_ns=1713529372325166200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372366,ts_us=1713529372366171,ts_ns=1713529372366171300} for READ operation on key Struct{id=11} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=11} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372361,ts_us=1713529372361177,ts_ns=1713529372361177900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 12 2024-04-19 14:22:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 12 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [12, insert 12] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@63886906 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3a89d7ba 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 12 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@584b61d8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 12] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372374,ts_us=1713529372374203,ts_ns=1713529372374203900} for READ operation on key Struct{id=12} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=12} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372366,ts_us=1713529372366171,ts_ns=1713529372366171300}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 13 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 13 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [13, insert 13] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@a5f9567 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2a3f1d73 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 13 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5eff2b89 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 13] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372380,ts_us=1713529372380167,ts_ns=1713529372380167400} for READ operation on key Struct{id=13} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=13} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372374,ts_us=1713529372374203,ts_ns=1713529372374203900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 2 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: updated 2 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [2, updated 2] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5db9d42f 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b3b9652 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** updated 2 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@793dd2c3 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = updated 2] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=2,name=updated 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372383,ts_us=1713529372383167,ts_ns=1713529372383167200} for READ operation on key Struct{id=2} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=2} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372380,ts_us=1713529372380167,ts_ns=1713529372380167400}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 3 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: updated 3 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [3, updated 3] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5eb91d0e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4db2a25a 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** updated 3 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3a4c24b8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = updated 3] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=3,name=updated 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372386,ts_us=1713529372386181,ts_ns=1713529372386181500} for READ operation on key Struct{id=3} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=3} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=2,name=updated 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372383,ts_us=1713529372383167,ts_ns=1713529372383167200}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 4 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: updated 4 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [4, updated 4] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2d7042f8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3bb76b35 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** updated 4 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@63cfbe6b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = updated 4] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=4,name=updated 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372393,ts_us=1713529372393188,ts_ns=1713529372393188600} for READ operation on key Struct{id=4} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=4} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=3,name=updated 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372386,ts_us=1713529372386181,ts_ns=1713529372386181500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 14 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert x 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [14, insert x ] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@38fd2f4e 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@17b5dd2b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert x *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@17dbe22b 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert x ] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=14,name=insert x },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372396,ts_us=1713529372396167,ts_ns=1713529372396167700} for READ operation on key Struct{id=14} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=14} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=4,name=updated 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372393,ts_us=1713529372393188,ts_ns=1713529372393188600}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 15 2024-04-19 14:22:52 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:22:52 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:22:52 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:22:52 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert y 2024-04-19 14:22:52 TRACE TableSchema:128 - columnData from current stack: [15, insert y ] 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@9793a5d 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@4ab9ca60 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@58aff363 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:22:52 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@7c41e2cd *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** insert y *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@61ca31d8 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert y ] 2024-04-19 14:22:52 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=15,name=insert y },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372398,ts_us=1713529372398173,ts_ns=1713529372398173300} for READ operation on key Struct{id=15} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=LAST, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:22:52 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=15} 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert x },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372396,ts_us=1713529372396167,ts_ns=1713529372396167700}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 INFO RelationalSnapshotChangeEventSource:633 - Finished exporting 15 records for table 'public.items' (2 of 2 tables); total duration '00:00:00.07' 2024-04-19 14:22:52 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=true, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert y },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372398,ts_us=1713529372398173,ts_ns=1713529372398173300}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:22:52 INFO AbstractSnapshotChangeEventSource:106 - Snapshot - Final stage 2024-04-19 14:22:52 INFO AbstractSnapshotChangeEventSource:110 - Snapshot completed 2024-04-19 14:22:52 INFO ChangeEventSourceCoordinator:254 - Snapshot ended with SnapshotResult [status=COMPLETED, offset=PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=FALSE, schema=public, table=items], lastSnapshotRecord=true, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]]] 2024-04-19 14:22:52 DEBUG ChangeEventSourceCoordinator:193 - Snapshot result SnapshotResult [status=COMPLETED, offset=PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=FALSE, schema=public, table=items], lastSnapshotRecord=true, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]]] 2024-04-19 14:22:52 INFO ChangeEventSourceCoordinator:433 - Connected metrics set to 'true' 2024-04-19 14:22:52 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:22:52 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:22:52 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:22:52 TRACE JdbcConnection:1428 - Inserting prepared statement 'SELECT relreplident FROM pg_catalog.pg_class c LEFT JOIN pg_catalog.pg_namespace n ON c.relnamespace=n.oid WHERE n.nspname=? and c.relname=?' removed from the cache 2024-04-19 14:22:52 INFO PostgresSchema:100 - REPLICA IDENTITY for 'public.items' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns 2024-04-19 14:22:52 INFO PostgresSchema:100 - REPLICA IDENTITY for 'public.products' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns 2024-04-19 14:22:52 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@247e4495 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@62bb5927 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:52 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6dee54e7 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5101e088 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'schema-changes' using class 'io.debezium.pipeline.signal.actions.SchemaChanges' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'snapshot-window-open' using class 'io.debezium.pipeline.signal.actions.snapshotting.OpenIncrementalSnapshotWindow' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'execute-snapshot' using class 'io.debezium.pipeline.signal.actions.snapshotting.ExecuteSnapshot' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'snapshot-window-close' using class 'io.debezium.pipeline.signal.actions.snapshotting.CloseIncrementalSnapshotWindow' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'log' using class 'io.debezium.pipeline.signal.actions.Log' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'stop-snapshot' using class 'io.debezium.pipeline.signal.actions.snapshotting.StopSnapshot' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'resume-snapshot' using class 'io.debezium.pipeline.signal.actions.snapshotting.ResumeIncrementalSnapshot' 2024-04-19 14:22:52 DEBUG SignalProcessor:132 - Registering signal 'pause-snapshot' using class 'io.debezium.pipeline.signal.actions.snapshotting.PauseIncrementalSnapshot' 2024-04-19 14:22:52 INFO SignalProcessor:105 - SignalProcessor started. Scheduling it every 5000ms 2024-04-19 14:22:52 INFO Threads:288 - Creating thread debezium-postgresconnector-topic_psg-SignalProcessor 2024-04-19 14:22:52 INFO ChangeEventSourceCoordinator:279 - Starting streaming 2024-04-19 14:22:52 INFO PostgresStreamingChangeEventSource:137 - Retrieved latest position from stored offset 'LSN{0/1F4D3F0}' 2024-04-19 14:22:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:22:52 INFO WalPositionLocator:48 - Looking for WAL restart position for last commit LSN 'null' and last change LSN 'LSN{0/1F4D3F0}' 2024-04-19 14:22:52 INFO PostgresReplicationConnection:150 - Initializing PgOutput logical decoder publication 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:195 - A logical publication named 'publication_psg' for plugin 'PGOUTPUT' and database 'test_db' is already active on the server and will be used by the plugin 2024-04-19 14:22:52 TRACE JdbcConnection:1428 - Inserting prepared statement 'select * from pg_replication_slots where slot_name = ? and database = ? and plugin = ?' removed from the cache 2024-04-19 14:22:52 TRACE JdbcConnection:224 - Config: {ApplicationName=Debezium Slot Info, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:52 TRACE JdbcConnection:235 - Props: {password=***, ApplicationName=Debezium Slot Info, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:52 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:22:52 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {password=***, ApplicationName=Debezium Slot Info, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:22:52 INFO PostgresConnection:337 - Obtained valid replication slot ReplicationSlot [active=false, latestFlushedLsn=LSN{0/1F4D3F0}, catalogXmin=865] 2024-04-19 14:22:52 TRACE JdbcConnection:1416 - Closing prepared statement 'select * from pg_replication_slots where slot_name = ('slot_psg') and database = ('test_db') and plugin = ('pgoutput')' removed from cache 2024-04-19 14:22:52 TRACE JdbcConnection:938 - Closing database connection 2024-04-19 14:22:52 INFO JdbcConnection:952 - Connection gracefully closed 2024-04-19 14:22:52 DEBUG PostgresReplicationConnection:326 - running 'IDENTIFY_SYSTEM' to validate replication connection 2024-04-19 14:22:52 TRACE JdbcConnection:629 - running 'IDENTIFY_SYSTEM' 2024-04-19 14:22:52 DEBUG PostgresReplicationConnection:332 - received latest xlogpos '0/1F4E000' 2024-04-19 14:22:52 DEBUG PostgresReplicationConnection:399 - starting streaming from LSN 'LSN{0/1F4D3F0}' 2024-04-19 14:22:52 INFO Threads:271 - Requested thread factory for connector PostgresConnector, id = topic_psg named = keep-alive 2024-04-19 14:22:52 INFO Threads:288 - Creating thread debezium-postgresconnector-topic_psg-keep-alive 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:22:52 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:22:52 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:22:52 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:22:52 INFO PostgresSchema:100 - REPLICA IDENTITY for 'public.items' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns 2024-04-19 14:22:52 INFO PostgresSchema:100 - REPLICA IDENTITY for 'public.products' is 'DEFAULT'; UPDATE and DELETE events will contain previous values only for PK columns 2024-04-19 14:22:52 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@649eafd3 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5e81f2ba 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:52 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b7dc898 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:52 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:22:52 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4d059733 2024-04-19 14:22:52 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:22:52 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:22:52 INFO PostgresStreamingChangeEventSource:338 - Searching for WAL resume position 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4D428} 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4D428} 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4D428} 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4D428} 2024-04-19 14:22:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4D428} 2024-04-19 14:22:56 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:22:56 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.items 2024-04-19 14:22:56 INFO BaseSourceTask:315 - 110 records sent during previous 00:00:05.153, last recorded offset of {server=topic_psg} partition is {last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true} 2024-04-19 14:22:56 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:22:56 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:22:56 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=first_in_data_collection,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372340,ts_us=1713529372340187,ts_ns=1713529372340187500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372343,ts_us=1713529372343168,ts_ns=1713529372343168100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372345,ts_us=1713529372345185,ts_ns=1713529372345185400}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372347,ts_us=1713529372347167,ts_ns=1713529372347167800}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372351,ts_us=1713529372351172,ts_ns=1713529372351172700}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372355,ts_us=1713529372355176,ts_ns=1713529372355176100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372361,ts_us=1713529372361177,ts_ns=1713529372361177900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372366,ts_us=1713529372366171,ts_ns=1713529372366171300}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372374,ts_us=1713529372374203,ts_ns=1713529372374203900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372380,ts_us=1713529372380167,ts_ns=1713529372380167400}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:22:56 DEBUG OffsetStorageWriter:196 - Submitting 1 entries to backing store. The offsets are: {{server=topic_psg}={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} 2024-04-19 14:22:56 TRACE EmbeddedEngine:944 - Finished flushing EmbeddedEngine{id=name_test_postgresql} offsets to storage 2024-04-19 14:22:56 DEBUG BaseSourceTask:454 - Committing offset '{server=topic_psg}' for partition '{last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}' 2024-04-19 14:22:56 DEBUG PostgresStreamingChangeEventSource:421 - Received offset commit request on commit LSN 'null' and change LSN 'null' 2024-04-19 14:22:56 DEBUG PostgresStreamingChangeEventSource:435 - Streaming has already stopped, ignoring commit callback... 2024-04-19 14:22:56 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:22:56 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:22:56 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:22:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:22:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:22:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:22:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:22:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:22:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:00 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:00 DEBUG BaseSourceTask:306 - Sending 5 records to topic topic_psg.public.items 2024-04-19 14:23:00 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:00 DEBUG EmbeddedEngine:716 - Received 5 records from the task 2024-04-19 14:23:00 DEBUG EmbeddedEngine:724 - Received 5 transformed records from the task 2024-04-19 14:23:00 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=2,name=updated 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372383,ts_us=1713529372383167,ts_ns=1713529372383167200}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:23:00 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=3,name=updated 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372386,ts_us=1713529372386181,ts_ns=1713529372386181500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:23:00 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=4,name=updated 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372393,ts_us=1713529372393188,ts_ns=1713529372393188600}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:23:00 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert x },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372396,ts_us=1713529372396167,ts_ns=1713529372396167700}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:23:00 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=true, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert y },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529371873,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529371873299,ts_ns=1713529371873299000,schema=public,table=items,txId=865,lsn=32822256},op=r,ts_ms=1713529372398,ts_us=1713529372398173,ts_ns=1713529372398173300}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:23:00 DEBUG OffsetStorageWriter:196 - Submitting 1 entries to backing store. The offsets are: {{server=topic_psg}={last_snapshot_record=true, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}} 2024-04-19 14:23:00 TRACE EmbeddedEngine:944 - Finished flushing EmbeddedEngine{id=name_test_postgresql} offsets to storage 2024-04-19 14:23:00 DEBUG BaseSourceTask:454 - Committing offset '{server=topic_psg}' for partition '{last_snapshot_record=true, lsn=32822256, txId=865, ts_usec=1713529371873299, snapshot=true}' 2024-04-19 14:23:00 DEBUG PostgresStreamingChangeEventSource:421 - Received offset commit request on commit LSN 'null' and change LSN 'null' 2024-04-19 14:23:00 DEBUG PostgresStreamingChangeEventSource:435 - Streaming has already stopped, ignoring commit callback... 2024-04-19 14:23:00 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:00 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:00 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:02 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:23:04 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:04 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:04 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:04 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:04 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:04 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:04 TRACE JdbcConnection:1428 - Inserting prepared statement 'SELECT 1' removed from the cache 2024-04-19 14:23:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:08 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:08 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:08 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:08 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:08 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:08 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:12 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:12 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:12 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:12 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:12 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:23:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E7D8} 2024-04-19 14:23:16 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:16 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:16 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:16 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:16 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:16 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:20 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:20 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:20 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:20 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:20 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:20 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:22 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:22 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:23:24 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:24 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:24 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:24 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:24 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:24 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:24 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:24 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:24 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:24 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:24 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:27 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:28 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:28 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:28 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:28 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:28 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:28 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:28 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:28 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:28 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:32 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:32 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:32 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:32 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:32 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:32 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:23:32 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:32 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:32 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:32 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:32 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:36 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:36 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:36 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:36 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:36 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:36 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:36 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:36 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:36 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:36 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:36 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:37 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:40 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:40 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:40 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:40 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:40 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:40 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:40 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:40 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:40 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:40 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:40 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:42 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:42 TRACE FileSignalChannel:133 - Processing signal line: {"id":"unique-signal-id-1","type":"execute-snapshot","data":{"type":"BLOCKING","data-collections":["public.products"]}} 2024-04-19 14:23:42 INFO FileSignalChannel:116 - Processing signal: unique-signal-id-1, execute-snapshot, {"type":"BLOCKING","data-collections":["public.products"]}, {} 2024-04-19 14:23:42 DEBUG SignalProcessor:180 - Signal Processor offset context {PostgresPartition [sourcePartition={server=topic_psg}]=PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=865, timestamp=2024-04-19T12:22:51.873299Z, snapshot=FALSE, schema=public, table=items], lastSnapshotRecord=true, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]]} 2024-04-19 14:23:42 DEBUG SignalProcessor:181 - Received signal id = 'unique-signal-id-1', type = 'execute-snapshot', data = '{"type":"BLOCKING","data-collections":["public.products"]}' 2024-04-19 14:23:42 INFO ExecuteSnapshot:64 - Requested 'BLOCKING' snapshot of data collections '[public.products]' with additional conditions '[]' and surrogate key 'PK of table will be used' 2024-04-19 14:23:42 INFO Threads:288 - Creating thread debezium-postgresconnector-topic_psg-blocking-snapshot 2024-04-19 14:23:42 TRACE ChangeEventSourceCoordinator:420 - Requested a blocking snapshot. Waiting for streaming to be paused. 2024-04-19 14:23:42 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:23:44 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:44 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:44 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:44 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:44 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:44 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:44 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:44 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:44 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:44 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:44 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:47 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:48 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:48 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:48 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:48 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:48 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:48 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:48 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:48 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:48 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:48 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:48 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:52 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:23:52 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:23:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:52 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:56 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:23:56 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:23:56 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:23:56 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:23:56 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:23:56 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:23:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:56 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:23:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:00 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:00 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:00 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:00 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:00 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:00 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:00 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:02 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:24:04 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:04 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:04 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:04 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:04 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:04 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:08 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:08 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:08 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:08 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:08 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:08 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:12 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:12 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:12 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:12 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:12 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:24:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:16 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:16 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:16 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:16 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:16 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:16 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:20 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:20 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:20 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:20 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:20 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:20 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:22 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:22 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:24:24 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:24 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:24 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:24 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:24 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:24 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:27 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:28 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:28 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:28 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:28 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:32 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:32 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:32 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:32 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:32 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:32 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:24:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:36 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:36 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:36 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:36 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:36 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:36 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:37 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:40 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:40 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:40 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:40 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:40 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:40 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:42 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:42 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:24:44 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:44 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:44 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:44 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:44 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:44 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:45 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:45 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:45 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:45 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:45 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:47 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:48 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:48 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:48 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:48 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:48 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:48 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:49 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:49 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:49 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:49 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:49 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:52 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:24:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:52 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:53 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:53 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:53 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:53 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:53 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:56 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:24:56 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:24:56 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:24:56 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:24:56 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:24:56 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:24:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:24:57 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:57 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:57 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:57 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:24:57 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E810} 2024-04-19 14:25:00 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:00 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:00 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:00 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:00 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:00 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:01 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8C0} 2024-04-19 14:25:01 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8C0} 2024-04-19 14:25:01 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8C0} 2024-04-19 14:25:01 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8C0} 2024-04-19 14:25:01 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8C0} 2024-04-19 14:25:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:02 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:25:04 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:04 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:04 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:04 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:04 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:04 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:05 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:05 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:05 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:05 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:05 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:08 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:08 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:08 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:08 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:08 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:08 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:09 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:09 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:09 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:09 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:09 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:12 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:25:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:12 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:12 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:12 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:12 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:13 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:13 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:13 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:13 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:13 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:16 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:16 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:16 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:16 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:16 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:16 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:17 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:20 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:20 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:20 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:20 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:20 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:20 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:21 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:22 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:22 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:25:24 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:24 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:24 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:24 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:24 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:24 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:25 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:27 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:28 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:28 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:28 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:28 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:28 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:28 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:29 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:32 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:32 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:25:32 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:32 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:32 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:32 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:32 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:32 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:33 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:36 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:36 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:36 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:36 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:36 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:36 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:37 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:37 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:40 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:40 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:40 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:40 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:40 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:40 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:41 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:42 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:42 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:42 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:25:44 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:44 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:44 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:44 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:44 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:44 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:47 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:48 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:48 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:48 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:48 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:48 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:48 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:52 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:25:52 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:52 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:52 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:52 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:52 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:52 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:56 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:25:56 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:25:56 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:25:56 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:25:56 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:25:56 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:25:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:25:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:25:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:00 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:00 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:00 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:00 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:00 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:00 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:02 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:04 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:04 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:04 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:04 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:04 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:04 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:06 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:06 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:06 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:06 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:06 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:08 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:08 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:08 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:08 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:08 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:08 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:10 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:10 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:10 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:10 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:10 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:12 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:12 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:12 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:12 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:12 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:14 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:14 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:14 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:14 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:14 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E8F8} 2024-04-19 14:26:16 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:16 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:16 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:16 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:16 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:16 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E960} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:132 - Message Type: BEGIN 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:164 - BEGIN messages are always reprocessed 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:641 - Received message at LSN LSN{0/1F4E960} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:190 - Message arrived from database 420000000001f4ebb00002b970f670e616000003622020 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:257 - Event: BEGIN 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:258 - Final LSN of transaction: LSN{0/1F4EBB0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:259 - Commit timestamp of transaction: 2024-04-19T12:26:15.491094Z 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:260 - XID of transaction: 866 2024-04-19 14:26:18 TRACE WalPositionLocator:65 - Processing LSN 'LSN{0/1F4E960}', operation 'BEGIN' 2024-04-19 14:26:18 INFO WalPositionLocator:71 - First LSN 'LSN{0/1F4E960}' received 2024-04-19 14:26:18 INFO PostgresStreamingChangeEventSource:360 - WAL resume position 'LSN{0/1F4E960}' discovered 2024-04-19 14:26:18 DEBUG PostgresReplicationConnection:763 - Closing message decoder 2024-04-19 14:26:18 TRACE JdbcConnection:1416 - Closing prepared statement 'select * from pg_replication_slots where slot_name = ('slot_psg') and database = ('test_db') and plugin = ('pgoutput')' removed from cache 2024-04-19 14:26:18 TRACE JdbcConnection:1416 - Closing prepared statement 'SELECT relreplident FROM pg_catalog.pg_class c LEFT JOIN pg_catalog.pg_namespace n ON c.relnamespace=n.oid WHERE n.nspname=('public') and c.relname=('products')' removed from cache 2024-04-19 14:26:18 TRACE JdbcConnection:1416 - Closing prepared statement 'SELECT 1' removed from cache 2024-04-19 14:26:18 TRACE JdbcConnection:938 - Closing database connection 2024-04-19 14:26:18 INFO JdbcConnection:952 - Connection gracefully closed 2024-04-19 14:26:18 DEBUG PostgresReplicationConnection:771 - Closing replication connection 2024-04-19 14:26:18 TRACE JdbcConnection:938 - Closing database connection 2024-04-19 14:26:18 INFO JdbcConnection:952 - Connection gracefully closed 2024-04-19 14:26:18 TRACE JdbcConnection:224 - Config: {replication=database, ApplicationName=Debezium Streaming, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres, preferQueryMode=simple} 2024-04-19 14:26:18 TRACE JdbcConnection:235 - Props: {replication=database, ApplicationName=Debezium Streaming, password=***, assumeMinServerVersion=9.4, user=postgres, preferQueryMode=simple} 2024-04-19 14:26:18 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:26:18 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {replication=database, ApplicationName=Debezium Streaming, password=***, assumeMinServerVersion=9.4, user=postgres, preferQueryMode=simple} 2024-04-19 14:26:18 INFO PostgresReplicationConnection:150 - Initializing PgOutput logical decoder publication 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:195 - A logical publication named 'publication_psg' for plugin 'PGOUTPUT' and database 'test_db' is already active on the server and will be used by the plugin 2024-04-19 14:26:18 DEBUG PostgresReplicationConnection:399 - starting streaming from LSN 'LSN{0/1F4D3F0}' 2024-04-19 14:26:18 INFO Threads:271 - Requested thread factory for connector PostgresConnector, id = topic_psg named = keep-alive 2024-04-19 14:26:18 INFO Threads:288 - Creating thread debezium-postgresconnector-topic_psg-keep-alive 2024-04-19 14:26:18 INFO PostgresStreamingChangeEventSource:212 - Processing messages 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E960} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:132 - Message Type: BEGIN 2024-04-19 14:26:18 INFO WalPositionLocator:152 - Message with LSN 'LSN{0/1F4E960}' arrived, switching off the filtering 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:164 - BEGIN messages are always reprocessed 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:641 - Received message at LSN LSN{0/1F4E960} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:190 - Message arrived from database 420000000001f4ebb00002b970f670e616000003622020 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:257 - Event: BEGIN 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:258 - Final LSN of transaction: LSN{0/1F4EBB0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:259 - Commit timestamp of transaction: 2024-04-19T12:26:15.491094Z 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:260 - XID of transaction: 866 2024-04-19 14:26:18 TRACE PostgresStreamingChangeEventSource:262 - Received transactional message TransactionMessage [transactionId=866, commitTime=2024-04-19T12:26:15.491094Z, operation=BEGIN] 2024-04-19 14:26:18 TRACE JdbcConnection:224 - Config: {ApplicationName=Debezium General, hostname=localhost, password=***, dbname=test_db, port=5433, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:26:18 TRACE JdbcConnection:235 - Props: {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:26:18 TRACE JdbcConnection:237 - URL: jdbc:postgresql://localhost:5433/test_db 2024-04-19 14:26:18 DEBUG JdbcConnection:252 - Connected to jdbc:postgresql://localhost:5433/test_db with {password=***, ApplicationName=Debezium General, assumeMinServerVersion=9.4, user=postgres} 2024-04-19 14:26:18 INFO PostgresStreamingChangeEventSource:242 - Streaming will now pause 2024-04-19 14:26:18 TRACE ChangeEventSourceCoordinator:406 - Streaming paused. Blocking snapshot can now start. 2024-04-19 14:26:18 TRACE ChangeEventSourceCoordinator:392 - Waiting for snapshot to be completed. 2024-04-19 14:26:18 INFO ChangeEventSourceCoordinator:215 - Starting snapshot 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:126 - Snapshot step 1 - Preparing 2024-04-19 14:26:18 INFO PostgresSnapshotChangeEventSource:271 - Setting isolation level 2024-04-19 14:26:18 INFO PostgresSnapshotChangeEventSource:273 - Opening transaction with statement SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, READ ONLY, DEFERRABLE; 2024-04-19 14:26:18 TRACE JdbcConnection:1452 - Executing statement SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, READ ONLY, DEFERRABLE; 2024-04-19 14:26:18 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:26:18 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:26:18 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:26:18 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@23f57d5f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@33ce6e98 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:26:18 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@121c5cd2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4bcd11b3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:135 - Snapshot step 2 - Determining captured tables 2024-04-19 14:26:18 TRACE RelationalSnapshotChangeEventSource:335 - Adding table public.products to the list of captured tables for which the data will be snapshotted 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:227 - Created connection pool with 1 threads 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:144 - Snapshot step 3 - Locking captured tables [public.products] 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:150 - Snapshot step 4 - Determining snapshot offset 2024-04-19 14:26:18 INFO PostgresOffsetContext:233 - Creating initial offset context 2024-04-19 14:26:18 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then pg_last_wal_receive_lsn() else pg_current_wal_lsn() end) AS pg_current_wal_lsn' 2024-04-19 14:26:18 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then 0 else txid_current() end) AS pg_current_txid' 2024-04-19 14:26:18 INFO PostgresOffsetContext:236 - Read xlogStart at 'LSN{0/1F4EC18}' from transaction '867' 2024-04-19 14:26:18 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then 0 else txid_current() end) AS pg_current_txid' 2024-04-19 14:26:18 INFO PostgresSnapshotChangeEventSource:179 - Read xlogStart at 'LSN{0/1F4D3F0}' from transaction '867' 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:153 - Snapshot step 5 - Reading structure of captured tables 2024-04-19 14:26:18 INFO PostgresSnapshotChangeEventSource:225 - Reading structure of schema 'public' of catalog 'test_db' 2024-04-19 14:26:18 DEBUG JdbcConnection:1183 - 1 table(s) will be scanned 2024-04-19 14:26:18 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:26:18 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:26:18 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:26:18 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:26:18 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@404181aa 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@660ce295 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:26:18 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7d256393 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1f383661 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:26:18 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:157 - Snapshot step 6 - Persisting schema history 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:169 - Snapshot step 7 - Snapshotting data 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:453 - Creating snapshot worker pool with 1 worker thread(s) 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:462 - For table 'public.products' using select statement: 'SELECT "id", "name" FROM "public"."products"' 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:587 - Exporting data from table 'public.products' (1 of 1 tables) 2024-04-19 14:26:18 TRACE JdbcConnection:629 - running 'SELECT CURRENT_TIMESTAMP' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 1 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 1 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [1, insert 1] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2a529588 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6b6f9fb3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 1 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5a4ef447 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 1] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578359,ts_us=1713529578359784,ts_ns=1713529578359784600} for READ operation on key Struct{id=1} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=FIRST, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=1} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 2 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 2 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [2, insert 2] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1cc5e6d0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@b4060fc 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 2 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@19c0e804 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 2] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=2,name=insert 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578360,ts_us=1713529578360787,ts_ns=1713529578360787100} for READ operation on key Struct{id=2} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=2} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578359,ts_us=1713529578359784,ts_ns=1713529578359784600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 3 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 3 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [3, insert 3] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3481dbb7 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7c14891 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 3 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@f0e9f15 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 3] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=3,name=insert 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578361,ts_us=1713529578361791,ts_ns=1713529578361791100} for READ operation on key Struct{id=3} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=3} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=2,name=insert 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578360,ts_us=1713529578360787,ts_ns=1713529578360787100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 4 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 4 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [4, insert 4] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1110d638 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b76fbce 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 4 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@267eabf1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 4] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=4,name=insert 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578362,ts_us=1713529578362789,ts_ns=1713529578362789500} for READ operation on key Struct{id=4} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=4} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=3,name=insert 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578361,ts_us=1713529578361791,ts_ns=1713529578361791100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 5 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 5 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [5, insert 5] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5df36e1c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4a45d28c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 5 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@56f1f881 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 5] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578363,ts_us=1713529578363792,ts_ns=1713529578363792700} for READ operation on key Struct{id=5} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=5} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=4,name=insert 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578362,ts_us=1713529578362789,ts_ns=1713529578362789500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 6 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 6 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [6, insert 6] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@503f08d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4346edbf 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 6 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@27f386e9 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 6] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578364,ts_us=1713529578364789,ts_ns=1713529578364789300} for READ operation on key Struct{id=6} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=6} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578363,ts_us=1713529578363792,ts_ns=1713529578363792700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 7 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 7 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [7, insert 7] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7e1f4766 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@640247b0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 7 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@105d759a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 7] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578366,ts_us=1713529578366786,ts_ns=1713529578366786200} for READ operation on key Struct{id=7} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=7} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578364,ts_us=1713529578364789,ts_ns=1713529578364789300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 8 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 8 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [8, insert 8] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b227db6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2f023bc3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 8 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@594bd654 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 8] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578367,ts_us=1713529578367784,ts_ns=1713529578367784700} for READ operation on key Struct{id=8} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=8} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578366,ts_us=1713529578366786,ts_ns=1713529578366786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 9 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 9 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [9, insert 9] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@22419942 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1a369f71 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 9 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@245473d7 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 9] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578368,ts_us=1713529578368790,ts_ns=1713529578368790800} for READ operation on key Struct{id=9} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=9} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578367,ts_us=1713529578367784,ts_ns=1713529578367784700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 10 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 10 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [10, insert 10] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@232af87f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@d8feed1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 10 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@236c2506 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 10] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578369,ts_us=1713529578369794,ts_ns=1713529578369794000} for READ operation on key Struct{id=10} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=10} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578368,ts_us=1713529578368790,ts_ns=1713529578368790800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 11 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 11 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [11, insert 11] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@24213077 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@503cdd8c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 11 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2237583c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 11] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578370,ts_us=1713529578370785,ts_ns=1713529578370785800} for READ operation on key Struct{id=11} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=11} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578369,ts_us=1713529578369794,ts_ns=1713529578369794000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 12 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 INFO BaseSourceTask:315 - 15 records sent during previous 00:03:21.998, last recorded offset of {server=topic_psg} partition is {last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true} 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 12 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [12, insert 12] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@60b10d69 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4d3e3b80 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 12 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7bd84f16 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 12] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578372,ts_us=1713529578372787,ts_ns=1713529578372787400} for READ operation on key Struct{id=12} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=12} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578370,ts_us=1713529578370785,ts_ns=1713529578370785800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 13 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 13 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [13, insert 13] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@63b61ee9 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@b048db3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 13 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578359,ts_us=1713529578359784,ts_ns=1713529578359784600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@37da5568 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 13] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=2,name=insert 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578360,ts_us=1713529578360787,ts_ns=1713529578360787100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=3,name=insert 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578361,ts_us=1713529578361791,ts_ns=1713529578361791100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=4,name=insert 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578362,ts_us=1713529578362789,ts_ns=1713529578362789500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578363,ts_us=1713529578363792,ts_ns=1713529578363792700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578374,ts_us=1713529578374792,ts_ns=1713529578374792000} for READ operation on key Struct{id=13} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=13} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578364,ts_us=1713529578364789,ts_ns=1713529578364789300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578372,ts_us=1713529578372787,ts_ns=1713529578372787400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578366,ts_us=1713529578366786,ts_ns=1713529578366786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578367,ts_us=1713529578367784,ts_ns=1713529578367784700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578368,ts_us=1713529578368790,ts_ns=1713529578368790800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 14 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578369,ts_us=1713529578369794,ts_ns=1713529578369794000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 14 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [14, insert 14] 2024-04-19 14:26:18 DEBUG OffsetStorageWriter:196 - Submitting 1 entries to backing store. The offsets are: {{server=topic_psg}={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@e430c7a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5dd11a0d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 14 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@72977d11 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 14] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=14,name=insert 14},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578376,ts_us=1713529578376786,ts_ns=1713529578376786500} for READ operation on key Struct{id=14} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=14} 2024-04-19 14:26:18 TRACE EmbeddedEngine:944 - Finished flushing EmbeddedEngine{id=name_test_postgresql} offsets to storage 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578374,ts_us=1713529578374792,ts_ns=1713529578374792000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 DEBUG BaseSourceTask:454 - Committing offset '{server=topic_psg}' for partition '{last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG PostgresStreamingChangeEventSource:421 - Received offset commit request on commit LSN 'null' and change LSN 'null' 2024-04-19 14:26:18 DEBUG PostgresStreamingChangeEventSource:435 - Streaming has already stopped, ignoring commit callback... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 15 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 15 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [15, insert 15] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1703073e 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@135f978 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 15 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@54618a21 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 15] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=15,name=insert 15},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578378,ts_us=1713529578378787,ts_ns=1713529578378787100} for READ operation on key Struct{id=15} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=15} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert 14},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578376,ts_us=1713529578376786,ts_ns=1713529578376786500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 16 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 16 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [16, insert 16] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 16 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1d570a49 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 16] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 16 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1262c42a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 16] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 16 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3c320127 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 16] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=16,name=insert 16},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578380,ts_us=1713529578380786,ts_ns=1713529578380786000} for READ operation on key Struct{id=16} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=16} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert 15},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578378,ts_us=1713529578378787,ts_ns=1713529578378787100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 17 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 17 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [17, insert 17] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 17 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@645aa402 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 17] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 17 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@41faff82 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 17] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 17 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@45bd2003 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 17] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=17,name=insert 17},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578381,ts_us=1713529578381792,ts_ns=1713529578381792800} for READ operation on key Struct{id=17} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=17} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=16}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=16,name=insert 16},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578380,ts_us=1713529578380786,ts_ns=1713529578380786000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 18 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 18 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [18, insert 18] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 18 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@69aa2aaa 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 18] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 18 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@58e1e929 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 18] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 18 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4e710b58 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 18] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=18,name=insert 18},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578382,ts_us=1713529578382792,ts_ns=1713529578382792400} for READ operation on key Struct{id=18} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=18} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=17}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=17,name=insert 17},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578381,ts_us=1713529578381792,ts_ns=1713529578381792800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 19 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 19 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [19, insert 19] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 19 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@626097ad 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 19] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 19 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5aa71e31 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 19] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 19 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@d581ced 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 19] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=19,name=insert 19},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578383,ts_us=1713529578383809,ts_ns=1713529578383809700} for READ operation on key Struct{id=19} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=19} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=18}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=18,name=insert 18},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578382,ts_us=1713529578382792,ts_ns=1713529578382792400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 20 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 20 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [20, insert 20] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 20 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4b35fdd5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 20] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 20 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2d8ed6e1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 20] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 20 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4fba13f7 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 20] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=20,name=insert 20},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578384,ts_us=1713529578384788,ts_ns=1713529578384788400} for READ operation on key Struct{id=20} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=20} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=19}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=19,name=insert 19},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578383,ts_us=1713529578383809,ts_ns=1713529578383809700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 21 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 21 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [21, insert 21] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 21 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2c8d199 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 21] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 21 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@66f74f40 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 21] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 21 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3d95a4a1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 21] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=21,name=insert 21},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578385,ts_us=1713529578385795,ts_ns=1713529578385795000} for READ operation on key Struct{id=21} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=21} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=20}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=20,name=insert 20},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578384,ts_us=1713529578384788,ts_ns=1713529578384788400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 22 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 22 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [22, insert 22] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 22 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@222f2d4f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 22] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 22 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@66af648a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 22] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 22 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3afeaa50 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 22] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=22,name=insert 22},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578386,ts_us=1713529578386790,ts_ns=1713529578386790600} for READ operation on key Struct{id=22} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=22} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=21}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=21,name=insert 21},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578385,ts_us=1713529578385795,ts_ns=1713529578385795000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 23 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [23, insert 23] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 23 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2adea102 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 23] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 23 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7140b443 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 23] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 23 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6cd615d5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 23] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=23,name=insert 23},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578387,ts_us=1713529578387788,ts_ns=1713529578387788100} for READ operation on key Struct{id=23} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=23} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=22}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=22,name=insert 22},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578386,ts_us=1713529578386790,ts_ns=1713529578386790600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 24 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 24 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [24, insert 24] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 24 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@23358e35 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 24] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 24 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7c3cfde0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 24] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 24 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@82abc88 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 24] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=24,name=insert 24},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578388,ts_us=1713529578388788,ts_ns=1713529578388788000} for READ operation on key Struct{id=24} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=24} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=23}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=23,name=insert 23},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578387,ts_us=1713529578387788,ts_ns=1713529578387788100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 25 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 25 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [25, insert 25] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 25 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@540e68e5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 25] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 25 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b451077 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 25] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 25 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@400d2502 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 25] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=25,name=insert 25},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578390,ts_us=1713529578390790,ts_ns=1713529578390790700} for READ operation on key Struct{id=25} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=25} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=24}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=24,name=insert 24},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578388,ts_us=1713529578388788,ts_ns=1713529578388788000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 26 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 26 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [26, insert 26] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 26 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1d1e1f77 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 26] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 26 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3af00571 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 26] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 26 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@49c56cf0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 26] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578370,ts_us=1713529578370785,ts_ns=1713529578370785800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578372,ts_us=1713529578372787,ts_ns=1713529578372787400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=26,name=insert 26},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578391,ts_us=1713529578391792,ts_ns=1713529578391792600} for READ operation on key Struct{id=26} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578374,ts_us=1713529578374792,ts_ns=1713529578374792000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=26} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert 14},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578376,ts_us=1713529578376786,ts_ns=1713529578376786500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=25}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=25,name=insert 25},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578390,ts_us=1713529578390790,ts_ns=1713529578390790700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert 15},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578378,ts_us=1713529578378787,ts_ns=1713529578378787100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 27 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=16}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=16,name=insert 16},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578380,ts_us=1713529578380786,ts_ns=1713529578380786000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=17}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=17,name=insert 17},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578381,ts_us=1713529578381792,ts_ns=1713529578381792800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 27 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=18}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=18,name=insert 18},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578382,ts_us=1713529578382792,ts_ns=1713529578382792400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [27, insert 27] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=19}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=19,name=insert 19},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578383,ts_us=1713529578383809,ts_ns=1713529578383809700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 27 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=20}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=20,name=insert 20},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578384,ts_us=1713529578384788,ts_ns=1713529578384788400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@60c965ff 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 27] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 27 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@d413b36 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 27] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 27 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@37207c62 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 27] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=27,name=insert 27},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578393,ts_us=1713529578393790,ts_ns=1713529578393790700} for READ operation on key Struct{id=27} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=27} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=26}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=26,name=insert 26},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578391,ts_us=1713529578391792,ts_ns=1713529578391792600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 28 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 28 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [28, insert 28] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 28 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5560349a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 28] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 28 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7e2d5554 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 28] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 28 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7a31492c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 28] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=28,name=insert 28},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578394,ts_us=1713529578394793,ts_ns=1713529578394793200} for READ operation on key Struct{id=28} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=28} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=27}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=27,name=insert 27},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578393,ts_us=1713529578393790,ts_ns=1713529578393790700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 29 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 29 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [29, insert 29] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 29 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4ec6f964 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 29] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 29 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1ad6c0c2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 29] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 29 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@e45b139 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 29] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=29,name=insert 29},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578395,ts_us=1713529578395788,ts_ns=1713529578395788400} for READ operation on key Struct{id=29} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=29} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=28}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=28,name=insert 28},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578394,ts_us=1713529578394793,ts_ns=1713529578394793200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 30 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 30 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [30, insert 30] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 30 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7e4de1f4 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 30] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 30 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7b93a80 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 30] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 30 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2bc52a65 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 30] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=30,name=insert 30},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578396,ts_us=1713529578396783,ts_ns=1713529578396783600} for READ operation on key Struct{id=30} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=30} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=29}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=29,name=insert 29},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578395,ts_us=1713529578395788,ts_ns=1713529578395788400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 31 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 31 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [31, insert 31] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 31 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@82a9a5d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 31] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 31 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@197998ed 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 31] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 31 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@575acc78 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 31] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=31,name=insert 31},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578398,ts_us=1713529578398781,ts_ns=1713529578398781400} for READ operation on key Struct{id=31} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=31} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=30}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=30,name=insert 30},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578396,ts_us=1713529578396783,ts_ns=1713529578396783600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 32 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 32 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [32, insert 32] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 32 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@55ce52f4 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 32] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 32 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@96ad262 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 32] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 32 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5c019d52 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 32] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=32,name=insert 32},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578399,ts_us=1713529578399782,ts_ns=1713529578399782800} for READ operation on key Struct{id=32} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=32} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=31}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=31,name=insert 31},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578398,ts_us=1713529578398781,ts_ns=1713529578398781400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 33 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 33 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [33, insert 33] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 33 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5db9b3a6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 33] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 33 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7ac71317 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 33] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 33 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@256127ef 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 33] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=33,name=insert 33},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578400,ts_us=1713529578400786,ts_ns=1713529578400786700} for READ operation on key Struct{id=33} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=33} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=32}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=32,name=insert 32},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578399,ts_us=1713529578399782,ts_ns=1713529578399782800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 34 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 34 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [34, insert 34] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 34 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@755ac51c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 34] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 34 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@65ee7c92 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 34] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 34 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@27f38493 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 34] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=34,name=insert 34},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578401,ts_us=1713529578401786,ts_ns=1713529578401786200} for READ operation on key Struct{id=34} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=34} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=33}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=33,name=insert 33},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578400,ts_us=1713529578400786,ts_ns=1713529578400786700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 35 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 35 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [35, insert 35] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 35 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@b8181dd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 35] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 35 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@28d0d794 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 35] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 35 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3ecc34f0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 35] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=35,name=insert 35},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578402,ts_us=1713529578402789,ts_ns=1713529578402789700} for READ operation on key Struct{id=35} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=35} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=34}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=34,name=insert 34},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578401,ts_us=1713529578401786,ts_ns=1713529578401786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 36 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 36 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [36, insert 36] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 36 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5a0f8a6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 36] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 36 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2280ea6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 36] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 36 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2cea0500 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 36] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=36,name=insert 36},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578403,ts_us=1713529578403794,ts_ns=1713529578403794200} for READ operation on key Struct{id=36} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=36} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=35}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=35,name=insert 35},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578402,ts_us=1713529578402789,ts_ns=1713529578402789700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 37 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 37 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [37, insert 37] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 37 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@73dedfd9 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 37] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 37 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@71397ccc 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 37] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 37 *** 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@33a60173 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 37] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=37,name=insert 37},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578405,ts_us=1713529578405795,ts_ns=1713529578405795200} for READ operation on key Struct{id=37} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=37} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=36}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=36,name=insert 36},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578403,ts_us=1713529578403794,ts_ns=1713529578403794200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 38 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 38 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [38, insert 38] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 38 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4f18c002 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 38] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 38 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=21}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=21,name=insert 21},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578385,ts_us=1713529578385795,ts_ns=1713529578385795000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4abdfe2f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 38] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=22}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=22,name=insert 22},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578386,ts_us=1713529578386790,ts_ns=1713529578386790600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=23}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=23,name=insert 23},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578387,ts_us=1713529578387788,ts_ns=1713529578387788100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 38 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=24}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=24,name=insert 24},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578388,ts_us=1713529578388788,ts_ns=1713529578388788000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@705824a8 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=25}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=25,name=insert 25},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578390,ts_us=1713529578390790,ts_ns=1713529578390790700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 38] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=26}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=26,name=insert 26},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578391,ts_us=1713529578391792,ts_ns=1713529578391792600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=27}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=27,name=insert 27},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578393,ts_us=1713529578393790,ts_ns=1713529578393790700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=38,name=insert 38},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578407,ts_us=1713529578407790,ts_ns=1713529578407790300} for READ operation on key Struct{id=38} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=28}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=28,name=insert 28},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578394,ts_us=1713529578394793,ts_ns=1713529578394793200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=38} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=29}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=29,name=insert 29},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578395,ts_us=1713529578395788,ts_ns=1713529578395788400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=37}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=37,name=insert 37},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578405,ts_us=1713529578405795,ts_ns=1713529578405795200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=30}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=30,name=insert 30},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578396,ts_us=1713529578396783,ts_ns=1713529578396783600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 39 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 39 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [39, insert 39] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 39 *** 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@73f60e49 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 39] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 39 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7a67d8e5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 39] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 39 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5f0e1d00 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 39] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=39,name=insert 39},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578408,ts_us=1713529578408791,ts_ns=1713529578408791700} for READ operation on key Struct{id=39} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=39} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=38}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=38,name=insert 38},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578407,ts_us=1713529578407790,ts_ns=1713529578407790300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 40 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 40 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [40, insert 40] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 40 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6e420f2d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 40] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 40 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2d85c0ea 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 40] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 40 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6961954f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 40] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=40,name=insert 40},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578410,ts_us=1713529578410794,ts_ns=1713529578410794500} for READ operation on key Struct{id=40} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=40} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=39}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=39,name=insert 39},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578408,ts_us=1713529578408791,ts_ns=1713529578408791700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 41 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 41 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [41, insert 41] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 41 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@46a8637e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 41] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 41 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@38ed37e1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 41] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 41 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3b6c2286 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 41] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=41,name=insert 41},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578411,ts_us=1713529578411787,ts_ns=1713529578411787500} for READ operation on key Struct{id=41} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=41} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=40}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=40,name=insert 40},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578410,ts_us=1713529578410794,ts_ns=1713529578410794500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 42 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 42 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [42, insert 42] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 42 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5ec20349 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 42] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 42 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b74287c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 42] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 42 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@a774ecc 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 42] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=42,name=insert 42},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578412,ts_us=1713529578412793,ts_ns=1713529578412793000} for READ operation on key Struct{id=42} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=42} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=41}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=41,name=insert 41},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578411,ts_us=1713529578411787,ts_ns=1713529578411787500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 43 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 43 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [43, insert 43] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 43 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@50552516 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 43] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 43 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1ec3bc1e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 43] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 43 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@640e4072 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 43] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=43,name=insert 43},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578413,ts_us=1713529578413793,ts_ns=1713529578413793000} for READ operation on key Struct{id=43} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=43} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=42}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=42,name=insert 42},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578412,ts_us=1713529578412793,ts_ns=1713529578412793000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 44 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 44 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [44, insert 44] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 44 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@54bf7311 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 44] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 44 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2d3b9105 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 44] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 44 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2e1bebf0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 44] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=44,name=insert 44},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578414,ts_us=1713529578414804,ts_ns=1713529578414804700} for READ operation on key Struct{id=44} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=44} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=43}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=43,name=insert 43},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578413,ts_us=1713529578413793,ts_ns=1713529578413793000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 45 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 45 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [45, insert 45] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 45 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@38802391 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 45] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 45 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1708f86b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 45] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 45 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@66cae036 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 45] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=45,name=insert 45},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578415,ts_us=1713529578415792,ts_ns=1713529578415792300} for READ operation on key Struct{id=45} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=45} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=44}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=44,name=insert 44},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578414,ts_us=1713529578414804,ts_ns=1713529578414804700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 46 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 46 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [46, insert 46] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 46 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@17ffd374 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 46] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 46 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2e5af6b1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 46] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 46 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7e4188b1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 46] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=46,name=insert 46},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578417,ts_us=1713529578417782,ts_ns=1713529578417782500} for READ operation on key Struct{id=46} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=46} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=45}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=45,name=insert 45},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578415,ts_us=1713529578415792,ts_ns=1713529578415792300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 47 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 47 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [47, insert 47] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 47 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4f3b1c1f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 47] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 47 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@263612ff 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 47] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 47 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5fa097f6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 47] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=47,name=insert 47},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578418,ts_us=1713529578418782,ts_ns=1713529578418782600} for READ operation on key Struct{id=47} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=47} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=46}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=46,name=insert 46},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578417,ts_us=1713529578417782,ts_ns=1713529578417782500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 48 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 48 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [48, insert 48] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 48 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2dd688b3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 48] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 48 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3a1aa2f2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 48] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 48 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2cadfea4 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 48] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=48,name=insert 48},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578419,ts_us=1713529578419782,ts_ns=1713529578419782900} for READ operation on key Struct{id=48} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=48} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=47}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=47,name=insert 47},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578418,ts_us=1713529578418782,ts_ns=1713529578418782600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 49 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 49 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [49, insert 49] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 49 *** 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7769d3e0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 49] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 49 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6ee35eae 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 49] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 49 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1816cb2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 49] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=49,name=insert 49},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578420,ts_us=1713529578420788,ts_ns=1713529578420788900} for READ operation on key Struct{id=49} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=49} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=48}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=48,name=insert 48},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578419,ts_us=1713529578419782,ts_ns=1713529578419782900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 50 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 50 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [50, insert 50] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 50 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@421aeaf8 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 50] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 50 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7bd5d788 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 50] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 50 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@fb7f072 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 50] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=31}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=31,name=insert 31},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578398,ts_us=1713529578398781,ts_ns=1713529578398781400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=50,name=insert 50},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578422,ts_us=1713529578422788,ts_ns=1713529578422788500} for READ operation on key Struct{id=50} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=32}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=32,name=insert 32},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578399,ts_us=1713529578399782,ts_ns=1713529578399782800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=50} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=33}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=33,name=insert 33},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578400,ts_us=1713529578400786,ts_ns=1713529578400786700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=49}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=49,name=insert 49},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578420,ts_us=1713529578420788,ts_ns=1713529578420788900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=34}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=34,name=insert 34},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578401,ts_us=1713529578401786,ts_ns=1713529578401786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=35}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=35,name=insert 35},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578402,ts_us=1713529578402789,ts_ns=1713529578402789700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 51 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=36}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=36,name=insert 36},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578403,ts_us=1713529578403794,ts_ns=1713529578403794200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 51 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=37}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=37,name=insert 37},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578405,ts_us=1713529578405795,ts_ns=1713529578405795200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [51, insert 51] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 51 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@559f9ca 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 51] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=38}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=38,name=insert 38},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578407,ts_us=1713529578407790,ts_ns=1713529578407790300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 51 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@10018eb3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 51] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 51 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=39}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=39,name=insert 39},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578408,ts_us=1713529578408791,ts_ns=1713529578408791700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@453d62ac 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 51] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=40}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=40,name=insert 40},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578410,ts_us=1713529578410794,ts_ns=1713529578410794500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=51,name=insert 51},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578424,ts_us=1713529578424791,ts_ns=1713529578424791800} for READ operation on key Struct{id=51} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=51} 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=50}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=50,name=insert 50},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578422,ts_us=1713529578422788,ts_ns=1713529578422788500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 52 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 52 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [52, insert 52] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 52 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@75392e19 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 52] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 52 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3fe40edd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 52] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 52 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@230c7b84 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 52] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=52,name=insert 52},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578425,ts_us=1713529578425788,ts_ns=1713529578425788600} for READ operation on key Struct{id=52} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=52} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=51}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=51,name=insert 51},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578424,ts_us=1713529578424791,ts_ns=1713529578424791800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 53 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 53 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [53, insert 53] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 53 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@d0a554b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 53] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 53 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@317ffb15 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 53] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 53 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2e728901 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 53] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=53,name=insert 53},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578426,ts_us=1713529578426793,ts_ns=1713529578426793800} for READ operation on key Struct{id=53} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=53} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=52}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=52,name=insert 52},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578425,ts_us=1713529578425788,ts_ns=1713529578425788600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 54 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 54 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [54, insert 54] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 54 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6ee21710 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 54] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 54 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@311da78a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 54] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 54 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7f7445ef 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 54] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=54,name=insert 54},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578427,ts_us=1713529578427791,ts_ns=1713529578427791900} for READ operation on key Struct{id=54} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=54} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=53}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=53,name=insert 53},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578426,ts_us=1713529578426793,ts_ns=1713529578426793800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 55 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 55 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [55, insert 55] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 55 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4574f181 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 55] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 55 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3bd034a8 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 55] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 55 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@67adf5af 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 55] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=55,name=insert 55},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578429,ts_us=1713529578429783,ts_ns=1713529578429783900} for READ operation on key Struct{id=55} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=55} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=54}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=54,name=insert 54},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578427,ts_us=1713529578427791,ts_ns=1713529578427791900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 56 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 56 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [56, insert 56] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 56 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3a2b8f88 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 56] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 56 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@583189b5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 56] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 56 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@627e936f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 56] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=56,name=insert 56},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578430,ts_us=1713529578430788,ts_ns=1713529578430788200} for READ operation on key Struct{id=56} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=56} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=55}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=55,name=insert 55},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578429,ts_us=1713529578429783,ts_ns=1713529578429783900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 57 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 57 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [57, insert 57] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 57 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6af60202 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 57] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 57 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@cc7971b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 57] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 57 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@58efcb17 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 57] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=57,name=insert 57},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578431,ts_us=1713529578431790,ts_ns=1713529578431790100} for READ operation on key Struct{id=57} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=57} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=56}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=56,name=insert 56},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578430,ts_us=1713529578430788,ts_ns=1713529578430788200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 58 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 58 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [58, insert 58] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 58 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4e1cce8e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 58] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 58 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1420335d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 58] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 58 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@246f118d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 58] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=58,name=insert 58},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578432,ts_us=1713529578432792,ts_ns=1713529578432792200} for READ operation on key Struct{id=58} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=58} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=57}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=57,name=insert 57},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578431,ts_us=1713529578431790,ts_ns=1713529578431790100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 59 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 59 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [59, insert 59] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 59 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2fec164 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 59] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 59 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2a3e070b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 59] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 59 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3f1163ca 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 59] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=59,name=insert 59},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578434,ts_us=1713529578434786,ts_ns=1713529578434786200} for READ operation on key Struct{id=59} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=59} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=58}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=58,name=insert 58},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578432,ts_us=1713529578432792,ts_ns=1713529578432792200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 60 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 60 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [60, insert 60] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 60 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@632eeedc 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 60] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 60 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@17aff63c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 60] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 60 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4d73ad9d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 60] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=60,name=insert 60},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578435,ts_us=1713529578435790,ts_ns=1713529578435790900} for READ operation on key Struct{id=60} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=60} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=59}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=59,name=insert 59},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578434,ts_us=1713529578434786,ts_ns=1713529578434786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 61 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 61 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [61, insert 61] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 61 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@794888ca 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 61] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 61 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6d04c131 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 61] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 61 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@572d4bb 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 61] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=61,name=insert 61},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578437,ts_us=1713529578437783,ts_ns=1713529578437783600} for READ operation on key Struct{id=61} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=61} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=60}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=60,name=insert 60},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578435,ts_us=1713529578435790,ts_ns=1713529578435790900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 62 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 62 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [62, insert 62] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 62 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@553d9ecd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 62] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 62 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@688e5278 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 62] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=41}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=41,name=insert 41},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578411,ts_us=1713529578411787,ts_ns=1713529578411787500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=42}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=42,name=insert 42},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578412,ts_us=1713529578412793,ts_ns=1713529578412793000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 62 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=43}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=43,name=insert 43},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578413,ts_us=1713529578413793,ts_ns=1713529578413793000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@23481b11 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=44}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=44,name=insert 44},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578414,ts_us=1713529578414804,ts_ns=1713529578414804700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 62] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=45}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=45,name=insert 45},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578415,ts_us=1713529578415792,ts_ns=1713529578415792300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=62,name=insert 62},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578439,ts_us=1713529578439786,ts_ns=1713529578439786100} for READ operation on key Struct{id=62} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=46}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=46,name=insert 46},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578417,ts_us=1713529578417782,ts_ns=1713529578417782500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=62} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=47}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=47,name=insert 47},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578418,ts_us=1713529578418782,ts_ns=1713529578418782600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=61}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=61,name=insert 61},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578437,ts_us=1713529578437783,ts_ns=1713529578437783600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=48}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=48,name=insert 48},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578419,ts_us=1713529578419782,ts_ns=1713529578419782900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=49}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=49,name=insert 49},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578420,ts_us=1713529578420788,ts_ns=1713529578420788900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 63 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=50}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=50,name=insert 50},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578422,ts_us=1713529578422788,ts_ns=1713529578422788500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 63 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [63, insert 63] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 63 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@308cd4cf 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 63] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 63 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@97effe5 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 63] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 63 *** 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@13796120 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 63] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=63,name=insert 63},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578441,ts_us=1713529578441786,ts_ns=1713529578441786400} for READ operation on key Struct{id=63} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=63} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=62}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=62,name=insert 62},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578439,ts_us=1713529578439786,ts_ns=1713529578439786100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 64 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 64 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [64, insert 64] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 64 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@700a70cd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 64] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 64 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@26f6f8af 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 64] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 64 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=51}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=51,name=insert 51},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578424,ts_us=1713529578424791,ts_ns=1713529578424791800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5809ba43 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 64] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=52}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=52,name=insert 52},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578425,ts_us=1713529578425788,ts_ns=1713529578425788600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=53}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=53,name=insert 53},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578426,ts_us=1713529578426793,ts_ns=1713529578426793800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=54}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=54,name=insert 54},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578427,ts_us=1713529578427791,ts_ns=1713529578427791900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=64,name=insert 64},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578443,ts_us=1713529578443785,ts_ns=1713529578443785500} for READ operation on key Struct{id=64} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=55}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=55,name=insert 55},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578429,ts_us=1713529578429783,ts_ns=1713529578429783900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=64} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=63}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=63,name=insert 63},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578441,ts_us=1713529578441786,ts_ns=1713529578441786400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=56}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=56,name=insert 56},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578430,ts_us=1713529578430788,ts_ns=1713529578430788200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=57}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=57,name=insert 57},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578431,ts_us=1713529578431790,ts_ns=1713529578431790100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 65 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 65 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [65, insert 65] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 65 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@21b003 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 65] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=58}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=58,name=insert 58},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578432,ts_us=1713529578432792,ts_ns=1713529578432792200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 65 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=59}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=59,name=insert 59},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578434,ts_us=1713529578434786,ts_ns=1713529578434786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@238e34d2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 65] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=60}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=60,name=insert 60},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578435,ts_us=1713529578435790,ts_ns=1713529578435790900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 65 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@32ac938c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 65] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=65,name=insert 65},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578445,ts_us=1713529578445787,ts_ns=1713529578445787300} for READ operation on key Struct{id=65} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=65} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=64}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=64,name=insert 64},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578443,ts_us=1713529578443785,ts_ns=1713529578443785500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 66 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 66 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [66, insert 66] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 66 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@27e2fc38 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 66] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 66 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2acef16f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 66] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 66 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@78346840 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 66] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=66,name=insert 66},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578446,ts_us=1713529578446794,ts_ns=1713529578446794500} for READ operation on key Struct{id=66} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=66} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=65}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=65,name=insert 65},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578445,ts_us=1713529578445787,ts_ns=1713529578445787300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 67 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 67 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [67, insert 67] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 67 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2ed2a439 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 67] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 67 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1ee18ee7 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 67] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 67 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@437951dd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 67] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=67,name=insert 67},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578448,ts_us=1713529578448789,ts_ns=1713529578448789700} for READ operation on key Struct{id=67} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=67} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=66}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=66,name=insert 66},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578446,ts_us=1713529578446794,ts_ns=1713529578446794500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 68 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 68 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [68, insert 68] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 68 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@18d4479a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 68] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 68 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@231ccbd5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 68] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 68 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3118ffe7 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 68] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=68,name=insert 68},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578449,ts_us=1713529578449788,ts_ns=1713529578449788900} for READ operation on key Struct{id=68} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=68} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=67}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=67,name=insert 67},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578448,ts_us=1713529578448789,ts_ns=1713529578448789700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 69 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 69 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [69, insert 69] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 69 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3866b7a0 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 69] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 69 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b4dfa1 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 69] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 69 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@47b3ee41 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 69] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=69,name=insert 69},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578451,ts_us=1713529578451794,ts_ns=1713529578451794800} for READ operation on key Struct{id=69} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=69} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=68}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=68,name=insert 68},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578449,ts_us=1713529578449788,ts_ns=1713529578449788900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 70 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 70 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [70, insert 70] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 70 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@31a2d697 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 70] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 70 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3cf4bcb4 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 70] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 70 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1899355c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 70] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=70,name=insert 70},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578452,ts_us=1713529578452795,ts_ns=1713529578452795800} for READ operation on key Struct{id=70} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=70} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=69}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=69,name=insert 69},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578451,ts_us=1713529578451794,ts_ns=1713529578451794800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 71 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 71 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [71, insert 71] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 71 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@400001e8 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 71] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 71 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@67316111 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 71] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 71 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7e39705f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 71] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=71,name=insert 71},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578453,ts_us=1713529578453803,ts_ns=1713529578453803300} for READ operation on key Struct{id=71} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=71} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=70}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=70,name=insert 70},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578452,ts_us=1713529578452795,ts_ns=1713529578452795800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 72 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 72 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [72, insert 72] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 72 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2f5b8911 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 72] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 72 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6f94d253 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 72] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 72 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3c10f59 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 72] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=72,name=insert 72},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578454,ts_us=1713529578454792,ts_ns=1713529578454792600} for READ operation on key Struct{id=72} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=72} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=71}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=71,name=insert 71},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578453,ts_us=1713529578453803,ts_ns=1713529578453803300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 73 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 73 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [73, insert 73] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 73 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@364f3cf6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 73] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 73 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@452f282f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 73] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 73 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@ce06c93 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 73] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=73,name=insert 73},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578455,ts_us=1713529578455789,ts_ns=1713529578455789800} for READ operation on key Struct{id=73} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=73} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=72}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=72,name=insert 72},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578454,ts_us=1713529578454792,ts_ns=1713529578454792600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 74 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 74 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [74, insert 74] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 74 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7500191 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 74] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 74 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@48b73501 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 74] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 74 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@74e51268 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 74] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=74,name=insert 74},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578457,ts_us=1713529578457791,ts_ns=1713529578457791900} for READ operation on key Struct{id=74} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=74} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=73}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=73,name=insert 73},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578455,ts_us=1713529578455789,ts_ns=1713529578455789800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 75 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 75 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [75, insert 75] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 75 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7bee7c93 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 75] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 75 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7cb5a6f6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 75] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 75 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@ddb8b5c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 75] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=75,name=insert 75},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578458,ts_us=1713529578458788,ts_ns=1713529578458788600} for READ operation on key Struct{id=75} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=75} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=74}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=74,name=insert 74},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578457,ts_us=1713529578457791,ts_ns=1713529578457791900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 76 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 76 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=61}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=61,name=insert 61},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578437,ts_us=1713529578437783,ts_ns=1713529578437783600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [76, insert 76] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=62}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=62,name=insert 62},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578439,ts_us=1713529578439786,ts_ns=1713529578439786100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 76 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5171aedd 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=63}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=63,name=insert 63},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578441,ts_us=1713529578441786,ts_ns=1713529578441786400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 76] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=64}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=64,name=insert 64},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578443,ts_us=1713529578443785,ts_ns=1713529578443785500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 76 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@59735a84 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 76] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=65}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=65,name=insert 65},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578445,ts_us=1713529578445787,ts_ns=1713529578445787300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 76 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@820d54a 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=66}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=66,name=insert 66},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578446,ts_us=1713529578446794,ts_ns=1713529578446794500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 76] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=67}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=67,name=insert 67},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578448,ts_us=1713529578448789,ts_ns=1713529578448789700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=68}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=68,name=insert 68},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578449,ts_us=1713529578449788,ts_ns=1713529578449788900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=76,name=insert 76},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578461,ts_us=1713529578461788,ts_ns=1713529578461788200} for READ operation on key Struct{id=76} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=69}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=69,name=insert 69},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578451,ts_us=1713529578451794,ts_ns=1713529578451794800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=76} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=70}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=70,name=insert 70},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578452,ts_us=1713529578452795,ts_ns=1713529578452795800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=75}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=75,name=insert 75},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578458,ts_us=1713529578458788,ts_ns=1713529578458788600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 77 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 77 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [77, insert 77] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 77 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@59703e79 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 77] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 77 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@52b64cc 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 77] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 77 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@46cfa997 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 77] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=77,name=insert 77},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578463,ts_us=1713529578463783,ts_ns=1713529578463783500} for READ operation on key Struct{id=77} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=77} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=76}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=76,name=insert 76},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578461,ts_us=1713529578461788,ts_ns=1713529578461788200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 78 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 78 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [78, insert 78] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 78 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@484bbe81 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 78] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 78 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1090d207 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 78] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 78 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4e43c9dd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 78] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=78,name=insert 78},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578465,ts_us=1713529578465803,ts_ns=1713529578465803700} for READ operation on key Struct{id=78} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=78} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=77}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=77,name=insert 77},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578463,ts_us=1713529578463783,ts_ns=1713529578463783500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 79 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 79 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [79, insert 79] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 79 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@757b5293 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 79] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 79 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6051450b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 79] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 79 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7647a3ec 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 79] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=79,name=insert 79},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578466,ts_us=1713529578466802,ts_ns=1713529578466802900} for READ operation on key Struct{id=79} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=79} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=78}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=78,name=insert 78},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578465,ts_us=1713529578465803,ts_ns=1713529578465803700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 80 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 80 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [80, insert 80] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 80 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@261a81d8 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 80] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 80 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@9daa042 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 80] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 80 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6349c56f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 80] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=80,name=insert 80},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578469,ts_us=1713529578469793,ts_ns=1713529578469793700} for READ operation on key Struct{id=80} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=80} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=79}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=79,name=insert 79},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578466,ts_us=1713529578466802,ts_ns=1713529578466802900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 81 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 81 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [81, insert 81] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 81 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@285a4229 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 81] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 81 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5abc02bb 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 81] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 81 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6b8611e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 81] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=81,name=insert 81},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578470,ts_us=1713529578470783,ts_ns=1713529578470783600} for READ operation on key Struct{id=81} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=81} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=80}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=80,name=insert 80},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578469,ts_us=1713529578469793,ts_ns=1713529578469793700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 82 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 82 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [82, insert 82] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 82 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b77ae1b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 82] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 82 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5146ea56 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 82] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 82 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6b55931f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 82] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=82,name=insert 82},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578471,ts_us=1713529578471796,ts_ns=1713529578471796400} for READ operation on key Struct{id=82} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=82} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=81}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=81,name=insert 81},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578470,ts_us=1713529578470783,ts_ns=1713529578470783600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 83 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 83 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [83, insert 83] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 83 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2ea0affa 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 83] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 83 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3831cb43 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 83] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 83 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5e438249 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 83] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=83,name=insert 83},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578473,ts_us=1713529578473808,ts_ns=1713529578473808500} for READ operation on key Struct{id=83} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=83} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=82}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=82,name=insert 82},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578471,ts_us=1713529578471796,ts_ns=1713529578471796400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 84 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 84 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [84, insert 84] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 84 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@19c92ff5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 84] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 84 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@32bd8c49 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 84] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 84 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@460228e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 84] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=84,name=insert 84},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578474,ts_us=1713529578474787,ts_ns=1713529578474787500} for READ operation on key Struct{id=84} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=84} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=83}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=83,name=insert 83},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578473,ts_us=1713529578473808,ts_ns=1713529578473808500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 85 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 85 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [85, insert 85] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 85 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4673b981 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 85] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 85 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1695803d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 85] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 85 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@48149962 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 85] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=85,name=insert 85},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578476,ts_us=1713529578476794,ts_ns=1713529578476794600} for READ operation on key Struct{id=85} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=85} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=84}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=84,name=insert 84},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578474,ts_us=1713529578474787,ts_ns=1713529578474787500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 86 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 86 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [86, insert 86] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 86 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4d65b6bc 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 86] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 86 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1601b120 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 86] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 86 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2c2f5fb5 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 86] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=86,name=insert 86},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578477,ts_us=1713529578477786,ts_ns=1713529578477786800} for READ operation on key Struct{id=86} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=86} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=85}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=85,name=insert 85},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578476,ts_us=1713529578476794,ts_ns=1713529578476794600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 87 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 87 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [87, insert 87] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 87 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@401c0cdb 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 87] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 87 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@20ac9232 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 87] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 87 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3bbfbfb6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 87] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=87,name=insert 87},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578479,ts_us=1713529578479784,ts_ns=1713529578479784400} for READ operation on key Struct{id=87} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=87} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=71}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=71,name=insert 71},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578453,ts_us=1713529578453803,ts_ns=1713529578453803300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=86}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=86,name=insert 86},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578477,ts_us=1713529578477786,ts_ns=1713529578477786800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=72}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=72,name=insert 72},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578454,ts_us=1713529578454792,ts_ns=1713529578454792600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=73}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=73,name=insert 73},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578455,ts_us=1713529578455789,ts_ns=1713529578455789800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=74}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=74,name=insert 74},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578457,ts_us=1713529578457791,ts_ns=1713529578457791900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 88 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=75}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=75,name=insert 75},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578458,ts_us=1713529578458788,ts_ns=1713529578458788600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 88 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [88, insert 88] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 88 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=76}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=76,name=insert 76},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578461,ts_us=1713529578461788,ts_ns=1713529578461788200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6d3b9d83 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=77}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=77,name=insert 77},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578463,ts_us=1713529578463783,ts_ns=1713529578463783500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 88] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=78}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=78,name=insert 78},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578465,ts_us=1713529578465803,ts_ns=1713529578465803700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 88 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4d613e2b 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=79}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=79,name=insert 79},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578466,ts_us=1713529578466802,ts_ns=1713529578466802900}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 88] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=80}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=80,name=insert 80},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578469,ts_us=1713529578469793,ts_ns=1713529578469793700}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 88 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@99808b7 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 88] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=88,name=insert 88},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578482,ts_us=1713529578482786,ts_ns=1713529578482786800} for READ operation on key Struct{id=88} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=88} 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=87}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=87,name=insert 87},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578479,ts_us=1713529578479784,ts_ns=1713529578479784400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 89 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 89 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [89, insert 89] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 89 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4f1c543d 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 89] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 89 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7e7a0fd8 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 89] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 89 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3aaee65a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 89] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=89,name=insert 89},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578484,ts_us=1713529578484791,ts_ns=1713529578484791400} for READ operation on key Struct{id=89} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=89} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=88}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=88,name=insert 88},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578482,ts_us=1713529578482786,ts_ns=1713529578482786800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 90 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 90 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [90, insert 90] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 90 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@733a9c08 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 90] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 90 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5e2a83ee 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 90] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 90 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7000433c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 90] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=90,name=insert 90},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578485,ts_us=1713529578485786,ts_ns=1713529578485786200} for READ operation on key Struct{id=90} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=90} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=89}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=89,name=insert 89},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578484,ts_us=1713529578484791,ts_ns=1713529578484791400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 91 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 91 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [91, insert 91] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 91 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3d51e750 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 91] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 91 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1aacf62e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 91] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 91 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@10932366 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 91] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=91,name=insert 91},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578486,ts_us=1713529578486787,ts_ns=1713529578486787000} for READ operation on key Struct{id=91} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=91} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=90}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=90,name=insert 90},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578485,ts_us=1713529578485786,ts_ns=1713529578485786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 92 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 92 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [92, insert 92] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 92 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@62f88beb 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 92] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 92 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@50a19b83 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 92] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 92 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2d411a3f 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 92] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=92,name=insert 92},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578487,ts_us=1713529578487787,ts_ns=1713529578487787600} for READ operation on key Struct{id=92} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=92} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=91}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=91,name=insert 91},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578486,ts_us=1713529578486787,ts_ns=1713529578486787000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 93 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 93 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [93, insert 93] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 93 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@24c084e2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 93] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 93 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@241f442 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 93] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 93 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5ee00a0a 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 93] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=93,name=insert 93},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578489,ts_us=1713529578489785,ts_ns=1713529578489785400} for READ operation on key Struct{id=93} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=93} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=92}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=92,name=insert 92},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578487,ts_us=1713529578487787,ts_ns=1713529578487787600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 94 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 94 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [94, insert 94] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 94 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7b55630b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 94] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 94 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5b920f17 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 94] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 94 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@567c13c3 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 94] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=94,name=insert 94},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578490,ts_us=1713529578490798,ts_ns=1713529578490798100} for READ operation on key Struct{id=94} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=94} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=93}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=93,name=insert 93},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578489,ts_us=1713529578489785,ts_ns=1713529578489785400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 95 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 95 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [95, insert 95] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 95 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@812e35c 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 95] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 95 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@580f946e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 95] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 95 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@13aec2cf 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 95] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=95,name=insert 95},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578491,ts_us=1713529578491790,ts_ns=1713529578491790100} for READ operation on key Struct{id=95} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=95} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=94}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=94,name=insert 94},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578490,ts_us=1713529578490798,ts_ns=1713529578490798100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 96 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 96 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [96, insert 96] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 96 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@257a2972 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 96] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 96 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3aed2682 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 96] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 96 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@1e657955 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 96] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=96,name=insert 96},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578497,ts_us=1713529578497790,ts_ns=1713529578497790400} for READ operation on key Struct{id=96} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=96} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=95}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=95,name=insert 95},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578491,ts_us=1713529578491790,ts_ns=1713529578491790100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 97 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 97 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [97, insert 97] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 97 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7bb868ec 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 97] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 97 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@f7dff50 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 97] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 97 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5c77110b 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 97] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=97,name=insert 97},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578498,ts_us=1713529578498794,ts_ns=1713529578498794300} for READ operation on key Struct{id=97} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=97} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=96}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=96,name=insert 96},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578497,ts_us=1713529578497790,ts_ns=1713529578497790400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 98 2024-04-19 14:26:18 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 98 2024-04-19 14:26:18 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [98, insert 98] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 98 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@696d7401 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 98] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 98 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@51aa8ec8 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 98] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 98 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@31cd7cd2 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 98] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=98,name=insert 98},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578500,ts_us=1713529578500790,ts_ns=1713529578500790600} for READ operation on key Struct{id=98} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=98} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=97}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=97,name=insert 97},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578498,ts_us=1713529578498794,ts_ns=1713529578498794300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 99 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=81}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=81,name=insert 81},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578470,ts_us=1713529578470783,ts_ns=1713529578470783600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=82}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=82,name=insert 82},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578471,ts_us=1713529578471796,ts_ns=1713529578471796400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 99 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=83}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=83,name=insert 83},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578473,ts_us=1713529578473808,ts_ns=1713529578473808500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [99, insert 99] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=84}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=84,name=insert 84},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578474,ts_us=1713529578474787,ts_ns=1713529578474787500}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 99 *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=85}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=85,name=insert 85},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578476,ts_us=1713529578476794,ts_ns=1713529578476794600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5556dca9 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 99] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 99 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5799777e 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 99] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=86}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=86,name=insert 86},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578477,ts_us=1713529578477786,ts_ns=1713529578477786800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=87}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=87,name=insert 87},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578479,ts_us=1713529578479784,ts_ns=1713529578479784400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 99 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@52407f8b 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=88}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=88,name=insert 88},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578482,ts_us=1713529578482786,ts_ns=1713529578482786800}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 99] 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=89}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=89,name=insert 89},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578484,ts_us=1713529578484791,ts_ns=1713529578484791400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=90}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=90,name=insert 90},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578485,ts_us=1713529578485786,ts_ns=1713529578485786200}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=99,name=insert 99},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578503,ts_us=1713529578503794,ts_ns=1713529578503794300} for READ operation on key Struct{id=99} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=TRUE, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=99} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=98}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=98,name=insert 98},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578500,ts_us=1713529578500790,ts_ns=1713529578500790600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:26:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 100 2024-04-19 14:26:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:18 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:26:18 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:26:18 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:26:18 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 100 2024-04-19 14:26:18 TRACE TableSchema:128 - columnData from current stack: [100, insert 100] 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 100 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@8b1a2fd 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 100] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@2e6d141a *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** 100 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@6b6184d6 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 100] 2024-04-19 14:26:18 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@640ed39b *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 100 *** 2024-04-19 14:26:18 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@775f2c43 2024-04-19 14:26:18 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 100] 2024-04-19 14:26:18 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=100,name=insert 100},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578504,ts_us=1713529578504785,ts_ns=1713529578504785000} for READ operation on key Struct{id=100} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=LAST, schema=public, table=products], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:26:18 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=100} 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=99}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=99,name=insert 99},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578503,ts_us=1713529578503794,ts_ns=1713529578503794300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 INFO RelationalSnapshotChangeEventSource:633 - Finished exporting 100 records for table 'public.products' (1 of 1 tables); total duration '00:00:00.152' 2024-04-19 14:26:18 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=true, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=100}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=100,name=insert 100},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578504,ts_us=1713529578504785,ts_ns=1713529578504785000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:26:18 INFO AbstractSnapshotChangeEventSource:106 - Snapshot - Final stage 2024-04-19 14:26:18 INFO AbstractSnapshotChangeEventSource:110 - Snapshot completed 2024-04-19 14:26:18 INFO ChangeEventSourceCoordinator:254 - Snapshot ended with SnapshotResult [status=COMPLETED, offset=PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=867, timestamp=2024-04-19T12:26:18.288619Z, snapshot=FALSE, schema=public, table=products], lastSnapshotRecord=true, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]]] 2024-04-19 14:26:18 TRACE ChangeEventSourceCoordinator:380 - Streaming will now resume. 2024-04-19 14:26:18 INFO PostgresStreamingChangeEventSource:245 - Streaming resumed 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:132 - Message Type: RELATION 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:164 - RELATION messages are always reprocessed 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:641 - Received message at LSN LSN{0/0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:190 - Message arrived from database 52000100207075626c69630074657374006400020169640000000017ffffffff006e616d650000000413000000182020 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:296 - Event: RELATION, RelationId: 65568, Replica Identity: 100, Columns: 2 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:297 - Schema: 'public', Table: 'test' 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:681 - Resolved 'public.test' as 'columns: { id int4(10, 0) NOT NULL DEFAULT VALUE nextval('test_id_seq'::regclass) name varchar(20, 0) DEFAULT VALUE NULL } primary key: [id] default charset: null comment: null attributes: { } ' 2024-04-19 14:26:18 TRACE PostgresSchema:222 - Skipping schema refresh for table 'public.test' with relation '65568' as table is filtered 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4E960} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:132 - Message Type: INSERT 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:641 - Received message at LSN LSN{0/1F4E960} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:190 - Message arrived from database 49000100204e0002740000000136740000000c696e736572742064756d6d792020 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:421 - Event: INSERT, Relation Id: 65568, Tuple Type: N 2024-04-19 14:26:18 DEBUG PostgresSchema:243 - Relation '65568' is unknown, cannot resolve to table 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EBE0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:132 - Message Type: COMMIT 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:164 - COMMIT messages are always reprocessed 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:641 - Received message at LSN LSN{0/1F4EBE0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:190 - Message arrived from database 43000000000001f4ebb00000000001f4ebe00002b970f670e6162020 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:275 - Event: COMMIT 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:276 - Flags: 0 (currently unused and most likely 0) 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:277 - Commit LSN: LSN{0/1F4EBB0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:278 - End LSN of transaction: LSN{0/1F4EBE0} 2024-04-19 14:26:18 TRACE PgOutputMessageDecoder:279 - Commit timestamp of transaction: 2024-04-19T12:26:15.491094Z 2024-04-19 14:26:18 TRACE PostgresStreamingChangeEventSource:262 - Received transactional message TransactionMessage [transactionId=866, commitTime=2024-04-19T12:26:15.491094Z, operation=COMMIT] 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC18} 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC18} 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC18} 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC18} 2024-04-19 14:26:18 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC18} 2024-04-19 14:26:22 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:22 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.products 2024-04-19 14:26:22 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:22 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:26:22 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=91}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=91,name=insert 91},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578486,ts_us=1713529578486787,ts_ns=1713529578486787000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=92}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=92,name=insert 92},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578487,ts_us=1713529578487787,ts_ns=1713529578487787600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=93}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=93,name=insert 93},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578489,ts_us=1713529578489785,ts_ns=1713529578489785400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=94}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=94,name=insert 94},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578490,ts_us=1713529578490798,ts_ns=1713529578490798100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=95}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=95,name=insert 95},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578491,ts_us=1713529578491790,ts_ns=1713529578491790100}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=96}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=96,name=insert 96},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578497,ts_us=1713529578497790,ts_ns=1713529578497790400}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=97}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=97,name=insert 97},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578498,ts_us=1713529578498794,ts_ns=1713529578498794300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=98}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=98,name=insert 98},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578500,ts_us=1713529578500790,ts_ns=1713529578500790600}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=99}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=99,name=insert 99},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578503,ts_us=1713529578503794,ts_ns=1713529578503794300}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=true, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} ConnectRecord{topic='topic_psg.public.products', kafkaPartition=null, key=Struct{id=100}, keySchema=Schema{topic_psg.public.products.Key:STRUCT}, value=Struct{after=Struct{id=100,name=insert 100},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529578288,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529578288619,ts_ns=1713529578288619000,schema=public,table=products,txId=867,lsn=32822256},op=r,ts_ms=1713529578504,ts_us=1713529578504785,ts_ns=1713529578504785000}, valueSchema=Schema{topic_psg.public.products.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:26:22 DEBUG OffsetStorageWriter:196 - Submitting 1 entries to backing store. The offsets are: {{server=topic_psg}={last_snapshot_record=true, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}} 2024-04-19 14:26:22 TRACE EmbeddedEngine:944 - Finished flushing EmbeddedEngine{id=name_test_postgresql} offsets to storage 2024-04-19 14:26:22 DEBUG BaseSourceTask:454 - Committing offset '{server=topic_psg}' for partition '{last_snapshot_record=true, lsn=32822256, txId=867, ts_usec=1713529578288619, snapshot=true}' 2024-04-19 14:26:22 DEBUG PostgresStreamingChangeEventSource:421 - Received offset commit request on commit LSN 'null' and change LSN 'null' 2024-04-19 14:26:22 DEBUG PostgresStreamingChangeEventSource:435 - Streaming has already stopped, ignoring commit callback... 2024-04-19 14:26:22 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:22 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:22 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:22 TRACE JdbcConnection:1428 - Inserting prepared statement 'SELECT 1' removed from the cache 2024-04-19 14:26:22 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:22 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:22 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:22 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:26 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:26 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:26 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:26 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:26 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:26 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:26 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:26 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:26 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:26 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:26 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:27 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:28 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:30 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:30 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:30 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:30 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:30 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:30 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:30 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:30 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:30 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:32 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:34 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:34 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:34 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:34 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:34 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:34 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:34 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:34 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:34 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:34 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:34 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC40} 2024-04-19 14:26:37 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:38 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:38 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:38 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:38 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:38 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:38 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:38 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:38 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:38 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:38 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:42 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:42 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:42 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:42 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:42 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:42 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:42 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:42 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:42 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:42 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:42 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:42 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:46 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:46 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:46 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:46 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:46 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:46 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:46 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:47 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:48 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:50 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:50 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:50 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:50 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:50 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:54 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:54 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:54 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:54 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:54 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:26:58 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:26:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:26:58 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:26:58 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:26:58 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:26:58 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:26:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:26:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:26:58 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:02 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:02 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:02 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:02 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:02 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:02 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:02 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:03 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:06 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:06 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:06 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:06 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:06 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:06 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:08 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:27:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:10 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:10 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:10 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:10 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:14 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:14 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:14 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:14 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:14 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:14 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:18 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:27:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:18 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:22 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:22 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:22 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:22 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:22 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:26 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:26 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:26 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:26 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:26 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:26 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:27 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:28 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:27:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:30 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:30 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:30 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:30 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:32 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:34 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:34 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:34 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:34 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:34 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:34 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:37 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:38 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:38 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:38 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:38 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:38 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:42 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:42 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:42 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:42 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:42 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:42 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:42 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:46 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:46 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:46 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:46 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:46 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:46 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:47 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:48 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:27:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:50 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:50 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:50 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:50 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:54 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:54 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:54 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:54 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:27:58 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:27:58 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:27:58 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:27:58 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:27:58 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:27:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:27:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:27:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:02 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:02 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:02 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:02 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:02 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:02 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:03 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:03 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:03 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:03 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:03 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:06 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:06 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:06 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:06 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:06 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:06 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:07 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:08 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:10 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:10 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:10 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:10 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:10 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:11 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:14 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:14 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:14 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:14 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:14 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:14 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:15 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:18 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:28:18 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:18 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:18 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:18 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:18 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:18 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:19 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:22 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:22 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:22 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:22 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:22 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:22 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:22 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:23 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:26 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:26 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:26 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:26 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:26 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:26 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:27 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:27 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:28 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:28:30 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:30 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:30 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:30 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:30 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:30 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:31 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:32 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:34 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:34 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:34 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:34 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:34 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:34 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:35 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:37 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:38 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:28:38 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:38 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:38 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:38 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:38 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:38 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:39 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:42 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:42 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:42 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:42 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:42 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:42 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:42 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:43 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:46 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:46 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:46 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:46 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:46 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:46 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:47 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:47 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:48 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:50 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:50 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:50 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:50 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:50 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:51 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:52 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:54 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:54 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:54 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:54 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:54 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:54 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:55 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:57 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:28:58 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:28:58 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:28:58 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:28:58 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:28:58 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:28:58 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:28:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:28:59 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4EC78} 2024-04-19 14:29:02 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:29:02 TRACE FileSignalChannel:133 - Processing signal line: {"id":"unique-signal-id-2","type":"execute-snapshot","data":{"type":"BLOCKING","data-collections":["public.items"]}} 2024-04-19 14:29:02 INFO FileSignalChannel:116 - Processing signal: unique-signal-id-2, execute-snapshot, {"type":"BLOCKING","data-collections":["public.items"]}, {} 2024-04-19 14:29:02 DEBUG SignalProcessor:180 - Signal Processor offset context {PostgresPartition [sourcePartition={server=topic_psg}]=PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4EBE0}, txId=866, messageType=NOOP, lastCommitLsn=LSN{0/1F4EBE0}, timestamp=2024-04-19T12:26:15.491094Z, snapshot=FALSE, schema=, table=], lastSnapshotRecord=true, lastCompletelyProcessedLsn=LSN{0/1F4EBE0}, lastCommitLsn=LSN{0/1F4EBE0}, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]]} 2024-04-19 14:29:02 DEBUG SignalProcessor:181 - Received signal id = 'unique-signal-id-2', type = 'execute-snapshot', data = '{"type":"BLOCKING","data-collections":["public.items"]}' 2024-04-19 14:29:02 INFO ExecuteSnapshot:64 - Requested 'BLOCKING' snapshot of data collections '[public.items]' with additional conditions '[]' and surrogate key 'PK of table will be used' 2024-04-19 14:29:02 TRACE ChangeEventSourceCoordinator:420 - Requested a blocking snapshot. Waiting for streaming to be paused. 2024-04-19 14:29:02 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:02 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:29:02 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:29:02 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:29:02 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:29:02 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:03 INFO PostgresStreamingChangeEventSource:242 - Streaming will now pause 2024-04-19 14:29:03 TRACE ChangeEventSourceCoordinator:406 - Streaming paused. Blocking snapshot can now start. 2024-04-19 14:29:03 TRACE ChangeEventSourceCoordinator:392 - Waiting for snapshot to be completed. 2024-04-19 14:29:03 INFO ChangeEventSourceCoordinator:215 - Starting snapshot 2024-04-19 14:29:03 INFO RelationalSnapshotChangeEventSource:126 - Snapshot step 1 - Preparing 2024-04-19 14:29:03 INFO PostgresSnapshotChangeEventSource:271 - Setting isolation level 2024-04-19 14:29:03 INFO PostgresSnapshotChangeEventSource:273 - Opening transaction with statement SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, READ ONLY, DEFERRABLE; 2024-04-19 14:29:03 TRACE JdbcConnection:1452 - Executing statement SET TRANSACTION ISOLATION LEVEL SERIALIZABLE, READ ONLY, DEFERRABLE; 2024-04-19 14:29:03 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:29:03 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:29:03 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:29:03 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:29:03 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:03 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5a1b8dbf 2024-04-19 14:29:03 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:29:03 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:03 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4cf2a941 2024-04-19 14:29:03 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:29:03 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:29:03 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:03 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@110cdb42 2024-04-19 14:29:03 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:29:03 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:03 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@64f4247a 2024-04-19 14:29:03 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:29:03 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:29:03 INFO RelationalSnapshotChangeEventSource:135 - Snapshot step 2 - Determining captured tables 2024-04-19 14:29:03 TRACE RelationalSnapshotChangeEventSource:335 - Adding table public.items to the list of captured tables for which the data will be snapshotted 2024-04-19 14:29:03 INFO RelationalSnapshotChangeEventSource:227 - Created connection pool with 1 threads 2024-04-19 14:29:03 INFO RelationalSnapshotChangeEventSource:144 - Snapshot step 3 - Locking captured tables [public.items] 2024-04-19 14:29:03 INFO RelationalSnapshotChangeEventSource:150 - Snapshot step 4 - Determining snapshot offset 2024-04-19 14:29:03 INFO PostgresOffsetContext:233 - Creating initial offset context 2024-04-19 14:29:03 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then pg_last_wal_receive_lsn() else pg_current_wal_lsn() end) AS pg_current_wal_lsn' 2024-04-19 14:29:03 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then 0 else txid_current() end) AS pg_current_txid' 2024-04-19 14:29:03 INFO PostgresOffsetContext:236 - Read xlogStart at 'LSN{0/1F4EC78}' from transaction '868' 2024-04-19 14:29:03 TRACE JdbcConnection:541 - running 'select (case pg_is_in_recovery() when 't' then 0 else txid_current() end) AS pg_current_txid' 2024-04-19 14:29:03 INFO PostgresSnapshotChangeEventSource:179 - Read xlogStart at 'LSN{0/1F4D3F0}' from transaction '868' 2024-04-19 14:29:03 INFO RelationalSnapshotChangeEventSource:153 - Snapshot step 5 - Reading structure of captured tables 2024-04-19 14:29:03 INFO PostgresSnapshotChangeEventSource:225 - Reading structure of schema 'public' of catalog 'test_db' 2024-04-19 14:29:03 DEBUG JdbcConnection:1183 - 1 table(s) will be scanned 2024-04-19 14:29:03 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:29:04 DEBUG JdbcConnection:1183 - 2 table(s) will be scanned 2024-04-19 14:29:04 DEBUG JdbcConnection:1192 - Retrieving columns of table public.items 2024-04-19 14:29:04 DEBUG JdbcConnection:1192 - Retrieving columns of table public.products 2024-04-19 14:29:04 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.items' 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:152 - Mapping table 'public.items' to schemas under 'topic_psg.public.items' 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3be53e9e 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4c44346b 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('items_id_seq'::regclass) 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.items' to schema: {"name" : "topic_psg.public.items.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.items' to schema: {"name" : "topic_psg.public.items.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:29:04 DEBUG RelationalDatabaseSchema:188 - refreshing DB schema for table 'public.products' 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:152 - Mapping table 'public.products' to schemas under 'topic_psg.public.products' 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@9560e6d 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 0 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4ac88932 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 0] 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:446 - - field 'id' (INT32) from column id serial(10, 0) NOT NULL AUTO_INCREMENTED DEFAULT VALUE nextval('products_id_seq'::regclass) 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:446 - - field 'name' (STRING) from column name varchar(20, 0) DEFAULT VALUE NULL 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:178 - Mapped primary key for table 'public.products' to schema: {"name" : "topic_psg.public.products.Key", "type" : "STRUCT", "optional" : "false", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}]} 2024-04-19 14:29:04 DEBUG TableSchemaBuilder:179 - Mapped columns for table 'public.products' to schema: {"name" : "topic_psg.public.products.Value", "type" : "STRUCT", "optional" : "true", "default" : null, "fields" : [{"name" : "id", "index" : "0", "schema" : {"type" : "INT32", "optional" : "false", "default" : "0"}}, {"name" : "name", "index" : "1", "schema" : {"type" : "STRING", "optional" : "true", "default" : null}}]} 2024-04-19 14:29:04 INFO RelationalSnapshotChangeEventSource:157 - Snapshot step 6 - Persisting schema history 2024-04-19 14:29:04 INFO RelationalSnapshotChangeEventSource:169 - Snapshot step 7 - Snapshotting data 2024-04-19 14:29:04 INFO RelationalSnapshotChangeEventSource:453 - Creating snapshot worker pool with 1 worker thread(s) 2024-04-19 14:29:04 INFO RelationalSnapshotChangeEventSource:462 - For table 'public.items' using select statement: 'SELECT "id", "name" FROM "public"."items"' 2024-04-19 14:29:04 INFO RelationalSnapshotChangeEventSource:587 - Exporting data from table 'public.items' (1 of 1 tables) 2024-04-19 14:29:04 TRACE JdbcConnection:629 - running 'SELECT CURRENT_TIMESTAMP' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 1 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 1 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [1, insert 1] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@30878482 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 1 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@71ba8eb9 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 1] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 1 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@40813a9a 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 1] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744020,ts_us=1713529744020437,ts_ns=1713529744020437200} for READ operation on key Struct{id=1} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=FIRST, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=1} 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 5 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 5 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [5, insert 5] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@34fffe96 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 5 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@119571f6 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 5] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 5 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@2da7b191 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 5] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744021,ts_us=1713529744021448,ts_ns=1713529744021448500} for READ operation on key Struct{id=5} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=5} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744020,ts_us=1713529744020437,ts_ns=1713529744020437200}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 6 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 6 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [6, insert 6] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@643b0b55 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 6 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2ffb520a 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 6] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 6 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@15db8cc2 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 6] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744022,ts_us=1713529744022451,ts_ns=1713529744022451900} for READ operation on key Struct{id=6} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=6} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744021,ts_us=1713529744021448,ts_ns=1713529744021448500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 7 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 7 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [7, insert 7] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@5e09cd1 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 7 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@39bd5e9b 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 7] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 7 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@4c2330a4 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 7] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744022,ts_us=1713529744022451,ts_ns=1713529744022451900} for READ operation on key Struct{id=7} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=7} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744022,ts_us=1713529744022451,ts_ns=1713529744022451900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 8 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 8 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [8, insert 8] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@557087e 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 8 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4501a11 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 8] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 8 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@57cad586 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 8] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744023,ts_us=1713529744023458,ts_ns=1713529744023458800} for READ operation on key Struct{id=8} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=8} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744022,ts_us=1713529744022451,ts_ns=1713529744022451900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 9 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 9 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [9, insert 9] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@2b979cb 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 9 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3f10951a 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 9] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 9 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3b14907b 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 9] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744023,ts_us=1713529744023458,ts_ns=1713529744023458800} for READ operation on key Struct{id=9} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=9} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744023,ts_us=1713529744023458,ts_ns=1713529744023458800}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 10 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 10 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [10, insert 10] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3af3147a 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 10 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@734d55ce 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 10] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 10 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@48cea6f8 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 10] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744024,ts_us=1713529744024456,ts_ns=1713529744024456500} for READ operation on key Struct{id=10} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=10} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744023,ts_us=1713529744023458,ts_ns=1713529744023458800}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 11 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 11 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [11, insert 11] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@57c670d2 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 11 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@75b4fe94 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 11] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 11 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@6c4e26c9 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 11] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744031,ts_us=1713529744031461,ts_ns=1713529744031461000} for READ operation on key Struct{id=11} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=11} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744024,ts_us=1713529744024456,ts_ns=1713529744024456500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 12 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 12 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [12, insert 12] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@518aa4de 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 12 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@352e1edd 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 12] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 12 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@673c06b2 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 12] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744032,ts_us=1713529744032451,ts_ns=1713529744032451000} for READ operation on key Struct{id=12} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=12} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744031,ts_us=1713529744031461,ts_ns=1713529744031461000}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 13 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert 13 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [13, insert 13] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7ad91cf2 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 13 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@7ef1fb23 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 13] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert 13 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3b6cdad6 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert 13] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744033,ts_us=1713529744033441,ts_ns=1713529744033441200} for READ operation on key Struct{id=13} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=13} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744032,ts_us=1713529744032451,ts_ns=1713529744032451000}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 2 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: updated 2 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [2, updated 2] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@3ce2429f 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 2 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@eeee77d 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 2] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** updated 2 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@7f373d60 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = updated 2] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=2,name=updated 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744034,ts_us=1713529744034442,ts_ns=1713529744034442100} for READ operation on key Struct{id=2} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=2} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744033,ts_us=1713529744033441,ts_ns=1713529744033441200}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 3 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: updated 3 2024-04-19 14:29:04 DEBUG BaseSourceTask:306 - Sending 10 records to topic topic_psg.public.items 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [3, updated 3] 2024-04-19 14:29:04 INFO BaseSourceTask:315 - 100 records sent during previous 00:02:45.664, last recorded offset of {server=topic_psg} partition is {last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true} 2024-04-19 14:29:04 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:29:04 DEBUG EmbeddedEngine:716 - Received 10 records from the task 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@22d0e23a 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:29:04 DEBUG EmbeddedEngine:724 - Received 10 transformed records from the task 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 3 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@c88aa45 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 3] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** updated 3 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@75a461a6 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = updated 3] 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=3,name=updated 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744035,ts_us=1713529744035451,ts_ns=1713529744035451900} for READ operation on key Struct{id=3} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=3} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=2,name=updated 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744034,ts_us=1713529744034442,ts_ns=1713529744034442100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 4 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: updated 4 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [4, updated 4] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@33be8e4f 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 4 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@16da6b30 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 4] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** updated 4 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@5fc9312c 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = updated 4] 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=1}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=1,name=insert 1},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=first,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744020,ts_us=1713529744020437,ts_ns=1713529744020437200}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=5}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=5,name=insert 5},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744021,ts_us=1713529744021448,ts_ns=1713529744021448500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=4,name=updated 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744037,ts_us=1713529744037439,ts_ns=1713529744037439100} for READ operation on key Struct{id=4} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=6}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=6,name=insert 6},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744022,ts_us=1713529744022451,ts_ns=1713529744022451900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=4} 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=7}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=7,name=insert 7},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744022,ts_us=1713529744022451,ts_ns=1713529744022451900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=8}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=8,name=insert 8},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744023,ts_us=1713529744023458,ts_ns=1713529744023458800}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=3,name=updated 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744035,ts_us=1713529744035451,ts_ns=1713529744035451900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=9}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=9,name=insert 9},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744023,ts_us=1713529744023458,ts_ns=1713529744023458800}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=10}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=10,name=insert 10},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744024,ts_us=1713529744024456,ts_ns=1713529744024456500}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 14 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=11}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=11,name=insert 11},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744031,ts_us=1713529744031461,ts_ns=1713529744031461000}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert x 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=12}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=12,name=insert 12},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744032,ts_us=1713529744032451,ts_ns=1713529744032451000}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [14, insert x ] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@936d222 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:29:04 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=13}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=13,name=insert 13},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744033,ts_us=1713529744033441,ts_ns=1713529744033441200}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 14 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@4ebdf9bd 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 14] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert x *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@bfb88b1 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert x ] 2024-04-19 14:29:04 DEBUG OffsetStorageWriter:196 - Submitting 1 entries to backing store. The offsets are: {{server=topic_psg}={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=14,name=insert x },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744038,ts_us=1713529744038437,ts_ns=1713529744038437400} for READ operation on key Struct{id=14} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=TRUE, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=14} 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=4,name=updated 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744037,ts_us=1713529744037439,ts_ns=1713529744037439100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 23 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: serial 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=int4, oid=23, jdbcId=4, modifiers=-1, defaultLength=10, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.Integer; rs getObject value is: 15 2024-04-19 14:29:04 TRACE PostgresConnection:713 - Type of incoming data is: 1043 2024-04-19 14:29:04 TRACE PostgresConnection:714 - ColumnTypeName is: varchar 2024-04-19 14:29:04 TRACE PostgresConnection:715 - Type is: PostgresType [name=varchar, oid=1043, jdbcId=12, modifiers=-1, defaultLength=2147483647, defaultScale=0, parentType=null, elementType=null] 2024-04-19 14:29:04 TRACE PostgresConnection:753 - rs getobject returns class: class java.lang.String; rs getObject value is: insert y 2024-04-19 14:29:04 TRACE TableSchema:128 - columnData from current stack: [15, insert y ] 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@1d2d98b3 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$434/0x000000080031bc40@34b8064a *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** 15 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$435/0x0000000800328040@22b5eef6 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = 15] 2024-04-19 14:29:04 TRACE TableSchemaBuilder:295 - converter for value object: *** io.debezium.jdbc.JdbcValueConverters$$Lambda$447/0x0000000800331c40@4c2e1409 *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1332 - Value from data object: *** insert y *** 2024-04-19 14:29:04 TRACE PostgresValueConverter:1336 - Callback is: io.debezium.jdbc.JdbcValueConverters$$Lambda$471/0x0000000800359040@3e49b0c 2024-04-19 14:29:04 TRACE PostgresValueConverter:1337 - Value from ResultReceiver: [received = true, object = insert y ] 2024-04-19 14:29:04 TRACE EmbeddedEngine:944 - Finished flushing EmbeddedEngine{id=name_test_postgresql} offsets to storage 2024-04-19 14:29:04 TRACE EventDispatcher:225 - Received change record Struct{after=Struct{id=15,name=insert y },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744040,ts_us=1713529744040439,ts_ns=1713529744040439000} for READ operation on key Struct{id=15} with context PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=LAST, schema=public, table=items], lastSnapshotRecord=false, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]] 2024-04-19 14:29:04 DEBUG BaseSourceTask:454 - Committing offset '{server=topic_psg}' for partition '{last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}' 2024-04-19 14:29:04 TRACE EventDispatcher:531 - Received change record for READ operation on key Struct{id=15} 2024-04-19 14:29:04 DEBUG PostgresStreamingChangeEventSource:421 - Received offset commit request on commit LSN 'null' and change LSN 'null' 2024-04-19 14:29:04 DEBUG PostgresStreamingChangeEventSource:435 - Streaming has already stopped, ignoring commit callback... 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert x },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744038,ts_us=1713529744038437,ts_ns=1713529744038437400}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 INFO RelationalSnapshotChangeEventSource:633 - Finished exporting 15 records for table 'public.items' (1 of 1 tables); total duration '00:00:00.026' 2024-04-19 14:29:04 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:29:04 TRACE ChangeEventQueue:214 - Enqueuing source record 'DataChangeEvent [record=SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=true, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert y },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744040,ts_us=1713529744040439,ts_ns=1713529744040439000}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)}]' 2024-04-19 14:29:04 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:29:04 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:04 INFO AbstractSnapshotChangeEventSource:106 - Snapshot - Final stage 2024-04-19 14:29:04 INFO AbstractSnapshotChangeEventSource:110 - Snapshot completed 2024-04-19 14:29:04 INFO ChangeEventSourceCoordinator:254 - Snapshot ended with SnapshotResult [status=COMPLETED, offset=PostgresOffsetContext [sourceInfoSchema=Schema{io.debezium.connector.postgresql.Source:STRUCT}, sourceInfo=source_info[server='topic_psg'db='test_db', lsn=LSN{0/1F4D3F0}, txId=868, timestamp=2024-04-19T12:29:03.966369Z, snapshot=FALSE, schema=public, table=items], lastSnapshotRecord=true, lastCompletelyProcessedLsn=null, lastCommitLsn=null, streamingStoppingLsn=null, transactionContext=TransactionContext [currentTransactionId=null, perTableEventCount={}, totalEventCount=0], incrementalSnapshotContext=IncrementalSnapshotContext [windowOpened=false, chunkEndPosition=null, dataCollectionsToSnapshot=[], lastEventKeySent=null, maximumKey=null]]] 2024-04-19 14:29:04 TRACE ChangeEventSourceCoordinator:380 - Streaming will now resume. 2024-04-19 14:29:04 INFO PostgresStreamingChangeEventSource:245 - Streaming resumed 2024-04-19 14:29:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:04 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:07 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:29:08 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:08 DEBUG BaseSourceTask:306 - Sending 5 records to topic topic_psg.public.items 2024-04-19 14:29:08 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:29:08 DEBUG EmbeddedEngine:716 - Received 5 records from the task 2024-04-19 14:29:08 DEBUG EmbeddedEngine:724 - Received 5 transformed records from the task 2024-04-19 14:29:08 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=2}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=2,name=updated 2},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744034,ts_us=1713529744034442,ts_ns=1713529744034442100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:08 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=3}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=3,name=updated 3},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744035,ts_us=1713529744035451,ts_ns=1713529744035451900}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:08 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=4}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=4,name=updated 4},source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744037,ts_us=1713529744037439,ts_ns=1713529744037439100}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:08 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=false, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=14}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=14,name=insert x },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=true,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744038,ts_us=1713529744038437,ts_ns=1713529744038437400}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:08 TRACE BaseSourceTask:434 - Committing record SourceRecord{sourcePartition={server=topic_psg}, sourceOffset={last_snapshot_record=true, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} ConnectRecord{topic='topic_psg.public.items', kafkaPartition=null, key=Struct{id=15}, keySchema=Schema{topic_psg.public.items.Key:STRUCT}, value=Struct{after=Struct{id=15,name=insert y },source=Struct{version=2.6.1.Final,connector=postgresql,name=topic_psg,ts_ms=1713529743966,snapshot=last,db=test_db,sequence=[null,"32822256"],ts_us=1713529743966369,ts_ns=1713529743966369000,schema=public,table=items,txId=868,lsn=32822256},op=r,ts_ms=1713529744040,ts_us=1713529744040439,ts_ns=1713529744040439000}, valueSchema=Schema{topic_psg.public.items.Envelope:STRUCT}, timestamp=null, headers=ConnectHeaders(headers=)} 2024-04-19 14:29:08 DEBUG OffsetStorageWriter:196 - Submitting 1 entries to backing store. The offsets are: {{server=topic_psg}={last_snapshot_record=true, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}} 2024-04-19 14:29:08 TRACE EmbeddedEngine:944 - Finished flushing EmbeddedEngine{id=name_test_postgresql} offsets to storage 2024-04-19 14:29:08 DEBUG BaseSourceTask:454 - Committing offset '{server=topic_psg}' for partition '{last_snapshot_record=true, lsn=32822256, txId=868, ts_usec=1713529743966369, snapshot=true}' 2024-04-19 14:29:08 DEBUG PostgresStreamingChangeEventSource:421 - Received offset commit request on commit LSN 'null' and change LSN 'null' 2024-04-19 14:29:08 DEBUG PostgresStreamingChangeEventSource:435 - Streaming has already stopped, ignoring commit callback... 2024-04-19 14:29:08 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:29:08 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:29:08 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:08 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECA0} 2024-04-19 14:29:08 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:12 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:29:12 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:29:12 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:29:12 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:29:12 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:12 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:12 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:29:16 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:16 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:29:16 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:29:16 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:29:16 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:29:16 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:16 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:17 TRACE SignalProcessor:139 - SignalProcessor processing 2024-04-19 14:29:18 TRACE PostgresReplicationConnection:678 - Forcing status update with replication stream 2024-04-19 14:29:20 DEBUG ChangeEventQueue:277 - checking for more records... 2024-04-19 14:29:20 DEBUG EmbeddedEngine:695 - Embedded engine returned from polling task for records 2024-04-19 14:29:20 DEBUG EmbeddedEngine:734 - Received no records from the task 2024-04-19 14:29:20 DEBUG EmbeddedEngine:693 - Embedded engine is polling task for records on thread Thread[pool-1-thread-1,5,main] 2024-04-19 14:29:20 DEBUG ChangeEventQueue:258 - polling records... 2024-04-19 14:29:20 DEBUG ChangeEventQueue:269 - no records available or batch size not reached yet, sleeping a bit... 2024-04-19 14:29:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:20 TRACE PostgresReplicationConnection:624 - Streaming requested from LSN LSN{0/1F4D3F0}, received LSN LSN{0/1F4ECD8} 2024-04-19 14:29:22 TRACE SignalProcessor:139 - SignalProcessor processing