fix(eventstore): retry push on primary key sequence collision (#7420)

* fix(eventstore): retry push on primary key sequence collision

* MaxRetries config option and unit test
This commit is contained in:
Tim Möhlmann
2024-02-23 10:29:10 +02:00
committed by GitHub
parent 71373caab3
commit 1890e28f79
4 changed files with 244 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ import (
type Config struct {
PushTimeout time.Duration
MaxRetries uint32
Pusher Pusher
Querier Querier