Skip to content

Commit 65cc2dc

Browse files
committed
fix: update order-created artifact to use orders groupId
1 parent c36bd44 commit 65cc2dc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

orders/order-created.registry.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
$type: artifact-v0
22
registryIds: [prod, staging]
3-
groupId: payments
3+
groupId: orders
44
artifactId: order-created
55
artifactType: AVRO
66
name: Order Created Event
7-
description: Event emitted when a new order is created
7+
description: Event emitted when a new order is placed
8+
createdOn: "2024-01-15"
89
labels:
910
event-type: domain-event
10-
bounded-context: orders
1111
rules:
1212
- ruleType: COMPATIBILITY
1313
config: BACKWARD
1414
versions:
1515
- version: "1.0.0"
1616
state: ENABLED
1717
description: Initial version
18+
createdOn: "2024-01-15"
1819
content: ./order-created-v1.avsc
1920
- version: "2.0.0"
2021
state: ENABLED
2122
description: Added customer email field
23+
createdOn: "2024-06-01"
2224
content: ./order-created-v2.avsc

0 commit comments

Comments
 (0)