-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct-cart-integration-test-events.jsonl
6 lines (5 loc) · 1.39 KB
/
product-cart-integration-test-events.jsonl
1
2
3
4
5
{"type":"test.comment","data":"Event a product, event the addition of a product to the cart, event a change to the price of the product","specversion":"1.0","id":"1","source":"http://example.com/test.action"}
{"type":"test.delay-between-events","data":500,"specversion":"1.0","id":"2","source":"http://example.com/test.action"}
{"specversion":"1.0","id":"2757f9c7-8e72-4b54-831c-f21f9a9338c8","source":"http://example.com/product-service","type":"example.product","datacontenttype":"application/json","time":"2024-01-25T23:11:34.503287Z","data":{"id":"8f8339b5-6810-4c10-ae52-5262eb369f6e","title":"Widget","description":"Something you should definitely buy!","price":42,"availability":"IN_STOCK"}}
{"specversion":"1.0","id":"6ef0236a-1e1e-4c48-8e4e-e365f5b1c7d2","source":"http://example.com/cart-service","type":"example.cart-product","datacontenttype":"application/json","time":"2024-01-25T23:11:34.558395Z","data":{"cartId":"b0173b21-1609-4a1f-a7c9-0985c79e91e2","productId":"8f8339b5-6810-4c10-ae52-5262eb369f6e","quantity":1,"originPrice":42}}
{"specversion":"1.0","id":"764a2174-2b16-4812-ab46-7cacbd0f64da","source":"http://example.com/product-service","type":"example.product","datacontenttype":"application/json","time":"2024-01-25T23:11:34.560701Z","data":{"id":"8f8339b5-6810-4c10-ae52-5262eb369f6e","title":"Widget","description":"Something you should definitely buy!","price":42.42,"availability":"IN_STOCK"}}