Closed gsson closed 6 years ago
Hi, thanks!
Yes, close
should also be run on the context.
@cescoffier: Added commit for running close() on context.
I'm also having issues running all the vertx-config tests locally. vertx-config-git
tests in particular -- I suspect those tests are wrong, possibly the code as well; I'll open an issue (#26), but I probably can't provide a fix right now
Thanks!
I'm running a
ConfigRetriever
before I deploy any Verticles in order get their configuration before I start them.When running a
ConfigRetriever.create(vertx, configRetrieverOptions);
with aconfigmap
store I see messages likein the logs every
scanPeriod
.A similar issue was fixed in vertx-consul-client#35, and applying the same pattern to
ConfigMapStore
made the warnings go away.I did not run the
close()
method on the context, should that be a thing?