Skip to content

Commit b9248c0

Browse files
committed
Mark order-history-service as complete (no changes needed)
Uses DynamoDB instead of JPA, has specific Kafka consumer config that is required. Co-authored by Claude Code
1 parent 69a86b0 commit b9248c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/features/upgrade-to-2026/restructure-services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ Integration tests should live in the module containing the code they test:
137137
**Integration tests - [x] OK:**
138138
- `RestaurantServiceIntegrationTest` in `restaurant-service-main/src/integrationTest/` - correctly placed (full service test)
139139

140-
### 6. ftgo-order-history-service - [ ]
140+
### 6. ftgo-order-history-service - [x] DONE
141141

142-
**Starters/Auto-config - [ ]:**
143-
- `OrderHistoryServiceMain.java`: Review consumer configuration imports
142+
**Starters/Auto-config - [x] OK (no changes needed):**
143+
- `OrderHistoryServiceMain.java`: Uses DynamoDB (not JPA), has specific Kafka consumer config that is required
144144

145145
**Move @Configuration classes - [x] OK:**
146146
- `OrderHistoryDynamoDBConfiguration` correctly in `order-history-service-dynamodb/`
@@ -164,4 +164,4 @@ After each service change:
164164
3. ftgo-accounting-service - [x] DONE (starters partial - no starter for command-handlers due to contract tests)
165165
4. ftgo-delivery-service - [x] DONE (starters)
166166
5. ftgo-restaurant-service - [x] DONE (starters)
167-
6. ftgo-order-history-service - [ ] (starters only)
167+
6. ftgo-order-history-service - [x] DONE (no changes needed - uses DynamoDB)

0 commit comments

Comments
 (0)