Skip to content

Commit

Permalink
feat(ARCO-291): Ordered send manager with batch callbacks (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
boecklim authored Jan 28, 2025
1 parent 4e01f82 commit 38b431a
Show file tree
Hide file tree
Showing 8 changed files with 1,153 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/callbacker/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type CallbackEntry struct {
Token string
Data *Callback
postponedUntil *time.Time
AllowBatch bool
}

type SendConfig struct {
Expand Down
144 changes: 144 additions & 0 deletions internal/callbacker/send_manager/mocks/sender_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

189 changes: 189 additions & 0 deletions internal/callbacker/send_manager/mocks/store_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 38b431a

Please sign in to comment.