Justin Plock
Justin Plock
@wakandan Just fyi, but dropwizard 0.8.4 should be showing up in Maven Central later tonight. Would you mind upgrading this PR to use that latest version?
I've forked this repo to https://github.com/smoketurner/dropwizard-swagger and plan to publish it to maven central under the "com.smoketurner" groupId if anyone is interested.
Those were mostly exposed as helper methods to access ZK. Since I initially created this module, I've never actually used it in production, so if there are improvements or cleanups...
@aantoniadis I used Ribbon in my `dropwizard-consul` implementation I'm maintaining at https://github.com/smoketurner/dropwizard-consul/tree/master/consul-ribbon
@aantoniadis probably not
This library will register a service with ZK and includes a client to get a host and port from ZK if you want to talk to another service. This library...
@sliu2013 correct
You can specify an IP in the configuration. Does that work?
Dropwizard does ship with a native `@CacheControl` annotation at https://www.dropwizard.io/1.3.9/docs/manual/core.html#caching, if that helps.
Should the good example also be using ForAllValues or ForAnyValues if the value is an array?