anthonyMc11

Results 5 issues of anthonyMc11

I'm using eventstore 21.6.0.0 reproduction steps: 1. Make a request as the admin user to this endpoint : POST /admin/mergeindexes 2. wait for response Expected result: a summary Actual: the...

kind/bug
subsystem/HTTP API

When the listObjects is called the region was not being calculated ( because the objectName is null) . This caused a error on s3 to use the perminently redirected address...

I am using the following code: ` class Program { static async Task Main() { var bucket = "my-bucket-name"; var filePrefix = "379c05ee-d204-4dc7-b26b-66ad8f9e68d4/"; var _mediaClient = new MinioClient().WithEndpoint("s3.amazonaws.com").WithCredentials("myaccesskey", "mysecretkey").WithSSL().WithRegion("eu-west-2").Build(); var...

I'm trying to build the image locally for this project from the master branch, the only changes I've made is to the docker-compose file to simplify it: `version: '2'` `services:`...

**Describe the bug** When you replay a *group* of parked message and N'ack to be parked, this is ignore and the event is retried **To Reproduce** 1. create a subscriber...

kind/bug
subsystem/persistent subs