instaclustr / cassandra-exporter

Java agent for exporting Cassandra metrics to Prometheus
Apache License 2.0
73 stars 46 forks source link

Refactor SSL ReloadWatcher to use java.time and java.nio #80

Open eperott opened 4 years ago

eperott commented 4 years ago

Closing TODO.

eperott commented 4 years ago

While refactoring this I considered to change the type of HttpServerOptions.sslServerKeyFile (and friends) to Path as well. However, as the Netty SslContextBuilder API is expecting the File type this became rather messy. And so I propose to leave those parts as is.

WDYT?