[ 
https://issues.apache.org/jira/browse/CASSANDRASC-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888082#comment-17888082
 ] 

ASF subversion and git services commented on CASSANDRASC-147:
-------------------------------------------------------------

Commit 453107f9a0a7c00b21299f426fb24dda82d735eb in cassandra-sidecar's branch 
refs/heads/trunk from Francisco Guerrero
[ https://gitbox.apache.org/repos/asf?p=cassandra-sidecar.git;h=453107f9 ]

CASSANDRASC-147: Expose vert.x filesystem options configuration (#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

> Expose vert.x filesystem options configuration
> ----------------------------------------------
>
>                 Key: CASSANDRASC-147
>                 URL: https://issues.apache.org/jira/browse/CASSANDRASC-147
>             Project: Sidecar for Apache Cassandra
>          Issue Type: Improvement
>          Components: Configuration
>            Reporter: Francisco Guerrero
>            Assignee: Francisco Guerrero
>            Priority: Normal
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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. For this reason, we disable this 
> optimization by default, but expose configuration options to tune these 
> options on need-basis.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to