testcontainers / testcontainers-dotnet

A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://dotnet.testcontainers.org
MIT License
3.65k stars 250 forks source link

feat: Add pulsar module #1138

Closed smbecker closed 1 month ago

smbecker commented 4 months ago

What does this PR do?

Add support for starting Apache Pulsar containers.

Why is it important?

This is required to write tests that target Apache Pulsar.

How to test this PR

cd tests/Testcontainers.Pulsar.Tests
dotnet test
netlify[bot] commented 4 months ago

Deploy Preview for testcontainers-dotnet ready!

Name Link
Latest commit 9bc7bb6d8cc9d7dc88afca8e4d3babdd4c8c1de8
Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/65f0560444402c0008e66a00
Deploy Preview https://deploy-preview-1138--testcontainers-dotnet.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

entvex commented 3 months ago

I believe this pull request is a duplicate. I’ve already submitted a pull request that adds Pulsar support. You can find it here: PR #1103.