bobcat1506

Results 5 issues of bobcat1506

We (unfortunately) are still making SOAP calls using WCF due to the vendor not exposing a REST API. The SOAP calls are properly captured, but they do not capture the...

enhancement

Add support for connecting with certificates. Add docker compose file for running mongo in a docker container.

Add support for specifying an [SSL cert to use when connecting to Mongo](https://mongodb.github.io/mongo-csharp-driver/2.10/reference/driver/ssl/). Perhaps more broadly allow configuration of [MongoClientSettings](https://mongodb.github.io/mongo-csharp-driver/2.10/apidocs/html/T_MongoDB_Driver_MongoClientSettings.htm) or allow the application to create the MongoClient instance via...

We store our connection strings and credentials outside of our app in a secrets vault, but we like to keep the rest of our config in config files. We marry...

**Describe the solution you'd like** Provide a graceful way of stopping IJobWorker instances such as a StopAsync() method.

feature
worker