Created
July 20, 2019 18:24
-
-
Save hpgrahsl/a689a572180f15b74ed1371c9ff15344 to your computer and use it in GitHub Desktop.
Purchase Order Outbox Delete Event
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"before": { | |
"dbserver1.outbox_demo.outbox_event.Value": { | |
"id": "6c810398-4b25-42ca-b18a-7428e16fefae", | |
"aggregate_id": "1", | |
"aggregate_type": "com.github.hpgrahsl.ms.outbox.sample.model.PurchaseOrder", | |
"payload": "{\"id\":1,\"customerId\":1234,\"orderDate\":\"2019-07-19T10:50:15.528\",\"lineItems\":[{\"id\":1,\"item\":\"ABC\",\"quantity\":12,\"totalPrice\":49.25,\"status\":\"ENTERED\"},{\"id\":2,\"item\":\"XYZ\",\"quantity\":98,\"totalPrice\":99.25,\"status\":\"ENTERED\"}],\"totalValue\":148.5}", | |
"timestamp": 1563526215, | |
"type": "com.github.hpgrahsl.ms.outbox.sample.event.OrderUpsertedEvent" | |
} | |
}, | |
"after": null, | |
"source": { | |
"version": "0.10.0-SNAPSHOT", | |
"connector": "mysql", | |
"name": "dbserver1", | |
"ts_ms": 1563526215000, | |
"snapshot": { | |
"string": "false" | |
}, | |
"db": "outbox-demo", | |
"table": { | |
"string": "outbox_event" | |
}, | |
"server_id": 334455, | |
"gtid": null, | |
"file": "mysql-bin.000006", | |
"pos": 1262131, | |
"row": 0, | |
"thread": { | |
"long": 1638 | |
}, | |
"query": null | |
}, | |
"op": "d", | |
"ts_ms": { | |
"long": 1563526215730 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment