vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Docker version numbers in configuration? #46

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

Is your feature request related to a problem? Please describe.

At the moment, the intergration testing is hardcoded to look for either a specific version (Event Store) or latest version (REST image)

A code change is required if alternate versions are required.

Describe the solution you'd like

At the very least, configuration to set this, but potentially, should we be testing against multiple (at least the Event Store)

Describe alternatives you've considered Leave it as is, and make a code change when required.

@StuartFergusonVme - what do you think?