Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.2.0] - Remove cluster configuration from VFS Listener #2956

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,6 @@ See [Creating a Proxy Service](../../../../develop/creating-artifacts/creating-a
</td>
<td>The interval in milliseconds between two file processes. Specify a positive integer, such as <code>10</code></td>
</tr>
<tr>
<td>transport.vfs.ClusterAware</td>
<td>Whether VFS coordination support is enabled in a clustered deployment or not. By default, this setting is set to <code>false</code>.</td>
</tr>
<tr>
<td>transport.vfs.FileSizeLimit</td>
<td>Only file sizes that are less than or equal to the defined limit are processed. Specify the file size in bytes. The default value is <code>-1</code>(unlimited file size).</td>
Expand Down Expand Up @@ -253,22 +249,6 @@ See [Creating a Proxy Service](../../../../develop/creating-artifacts/creating-a
By default, this setting is <code>false</code>.
</td>
</tr>
<tr>
<td>
transport.vfs.DistributedLock
</td>
<td>
This applies only in cluster deployments. Set to <code>true</code> if you need to avoid multiple servers trying to process the same file simultaneously.
</td>
</tr>
<tr>
<td>
transport.vfs.DistributedTimeout
</td>
<td>
The timeout period in seconds for the distributed lock. Specify a positive integer, such as <code>10</code>.
</td>
</tr>
<tr>
<td>
transport.vfs.AutoLockRelease
Expand Down Expand Up @@ -316,6 +296,10 @@ See [Creating a Proxy Service](../../../../develop/creating-artifacts/creating-a
</tbody>
</table>

!!! Note

If you require cluster coordination for file polling, please use the File Inbound Endpoint.

The following service-level parameters are required for Inbound Endpoints.

<table>
Expand Down