allegro / allegro/consul-recipes
Replace embedded-consul with ConsulContainer from TestContainers
Open
- Dominant language
- Java
- Stars
- 12
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## What's the problem?
`consul-recipes` is using deprecated project `embedded-consul` in tests - info from [`embedded-consul` repository](https://github.com/pszymczyk/embedded-consul):
> Project has been deprecated in favour of [Testcontainers Hashicorp Consul Module](https://www.testcontainers.org/modules/consul/)
## What's the solution?
`embedded-consul` should be replaced with [ConsulContainer from TestContainers](https://www.testcontainers.org/modules/consul/).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.