Block a user
docs: Verify and document append-only immutability guarantees
Fixed review feedback
- Added error handling for json.Marshal
- Added error handling for json.Unmarshal
- Documented error behavior with panic for invalid Event structures
docs: Verify and document append-only immutability guarantees
Code Review: Changes Requested
Issues:
store/memory.go:30-32- Errors from json.Marshal and json.Unmarshal are silently discarded. While Event should always be JSON-marshallable,…
test(event): Add comprehensive VersionConflictError tests and retry pattern examples
Code Review: Changes Requested
Issues:
examples/version_conflict_retry.go:325- Redundant newline in fmt.Println: remove\nfrom string literal (fmt.Println already adds newline) 2.…
feat(event-sourcing): Publish EventStored after successful SaveEvent
Code Review: Changes Requested
Issues:
event.go:169- Duplicate blank line: empty line at 169 is unnecessary, creates inconsistent spacingstore/memory.go:75and `store/jetstream…
test(event): Add comprehensive VersionConflictError tests and retry pattern examples
docs: Verify and document append-only immutability guarantees
feat(event-sourcing): Publish EventStored after successful SaveEvent