hseeberger / constructr

Coordinated (etcd, ...) cluster construction for dynamic (cloud, containers) environments
Apache License 2.0
212 stars 37 forks source link

Java API #149

Closed suyambuganesh closed 7 years ago

suyambuganesh commented 7 years ago

Hi,

I would like to experiment with this library in java. So is there a Java api available? or any examples in Java would be very helpful.

Thank you

hseeberger commented 7 years ago

Actually ConstructR doesn't have an API at all. You configure it as an extension in application.conf and it does its job.

suyambuganesh commented 7 years ago

For e.g I wanted to implement an coordination backend in Java .As far as I know, it is not possible to implement the trait Coordination directly in Java. So my question is that whether it is possible for you to expose an Java API?

hseeberger commented 7 years ago

I see. No, unfortunately I won't expose a Java API. Sorry.