testcontainers / testcontainers/testcontainers-dotnet
[Enhancement]: add zookeeper container
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 357
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 16
Description
Problem
No simple way to setup zookeeper, see manual instructions https://hub.docker.com/_/zookeeper#how-to-use-this-image
Solution
New library TestContainers.Zookeeper
Benefit
Better integration for https://zookeeper.apache.org/
Alternatives
Using the generic container
Would you like to help contributing this enhancement?
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by reviewing existing container-library entry points and the generic-container approach, then use the linked ZooKeeper Docker instructions to define the new TestContainers.Zookeeper library; done means users have a straightforward way to set up ZooKeeper without manual container configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, docker
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100