Sean Payne

Results 2 issues of Sean Payne

I make the following function call in my codebase ``` _, err = e.client.AppendToStream( ctx, streamID, appendOptions, esdbEvents..., ) ``` When esdbEvents contains more than one event, anything I put...

``` // PersistentAllSubscriptionOptions options for most of the persistent subscription requests. type PersistentAllSubscriptionOptions struct { ... // Requires the request to be performed by the leader of the cluster. RequiresLeader...