Testcontainers-java: When to add etcd Support ?

Created on 30 May 2019  路  3Comments  路  Source: testcontainers/testcontainers-java

When to add etcd Support ?

resolutioacknowledged typnew module typquestion

All 3 comments

Hi @lovepoem

It's not been something that people have asked for; I only know of one other person who used etcd with Testcontainers.

If we don't have a module for something, then it is still possible for you to use it via the GenericContainer class.

I'll leave the ticket open for a little while in case anyone wants to add upvotes or example code for how they've done it.

Richard

For the reference, there is Etcd container class in jetcd:
https://github.com/etcd-io/jetcd/blob/f66c081de1723fc730ad4f72ec3db14c229ac90f/jetcd-launcher/src/main/java/io/etcd/jetcd/launcher/EtcdContainer.java

Thank you , I will have a try. I think the author can donate the code to https://github.com/testcontainers/testcontainers-java

What do you think about ? @vorburger

Was this page helpful?
0 / 5 - 0 ratings