testcontainers-dotnet icon indicating copy to clipboard operation
testcontainers-dotnet copied to clipboard

[Enhancement]: Add Solr as a module

Open JROBOTO opened this issue 1 year ago • 1 comments

Problem

I notice that Solr is a module in the java library but not here, hopefully it would not be too much work to add

Solution

Implement the Solr module in the c#

Benefit

When I test my consuming application, I use SolrNet as the .NET Solr client and my consuming app doesn't have to worry about connections etc. Applying the Solr module here would allow me to integration test my application through queries in SolrNet

Alternatives

Not that I am aware of

Would you like to help contributing this enhancement?

No

JROBOTO avatar Jan 22 '24 08:01 JROBOTO

A couple of Solr testcontainers for reference: https://github.com/SolrNet/SolrNet/blob/6fea42493512c29b549a2c57a99fb52a3ebf6c34/SolrNet.Tests.Common/TestContainers.cs#L67 https://github.com/SolrNet/SolrNetSampleApps/blob/e20f9525eeed94c94dc452c18f97f65a39aaf048/SampleSolrApp/Program.cs#L29

mausch avatar Jan 22 '24 14:01 mausch