| Actor | Fragment | Worker | State |
|---|---|---|---|
| 53354 | 2156 | 3 | running |
CREATE SOURCE order_service.order_service_source WITH ( connector='postgres-cdc', hostname='psql-nonprod-uae.postgres.database.azure.com', port='5432', username='migration_user', password='***', database.name='adib-int-order', schema.name='oms', slot.name='rwm_order_adib_int_uae', publication.name='risingwave_publication', publication.create.enable='true', ssl.mode='require', debezium.heartbeat.interval.ms='30000' )