frankgh opened a new pull request, #138: URL: https://github.com/apache/cassandra-sidecar/pull/138
By default, vert.x will attempt to resolve files from the application classpath when it is unable to find them in the local filesystem. Additionally, by default vert.x will cache any files that it reads from the classpath into the local filesystem. For Sidecar, this optimization is unnecessary as Sidecar doesn't package anything in the classpath that might be used while running the application. In this commit, we disable this optimization by default, but expose configuration options to tune these options on need-basis. Patch by Francisco Guerrero; Reviewed by Yifan Cai for CASSANDRASC-147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

