Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
improve event switching with metadatas around events
Browse files Browse the repository at this point in the history
introduce interceptor for the orchestration part and left receiver for choregraphy
this version can allow replay of events
events can abort during orchestration phase
  • Loading branch information
Nicolas Prud'homme committed Mar 2, 2019
1 parent 3391d8d commit 7ab8ca6
Show file tree
Hide file tree
Showing 5 changed files with 627 additions and 85 deletions.
2 changes: 2 additions & 0 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const (
ErrTypeRegistry ErrType = 1 << 61
// ErrTypeGodim happens in internal godim failure
ErrTypeGodim ErrType = 1 << 60
// ErrTypeEvent happens in internal event switch
ErrTypeEvent ErrType = 1 << 59
// ErrTypeAny for any other kind of errors
ErrTypeAny ErrType = 1 << 1
)
Expand Down
Loading

0 comments on commit 7ab8ca6

Please sign in to comment.