Add JDBC_PING2 stacks for both TCP and UDP

Closes #34265

Signed-off-by: Ryan Emerson <remerson@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Ryan Emerson
2024-10-24 23:17:44 +01:00
committed by GitHub
parent fd1dd49ade
commit 6eb870fcfc
12 changed files with 110 additions and 65 deletions

View File

@@ -219,7 +219,7 @@ To apply a specific cache stack, enter this command:
<@kc.start parameters="--cache-stack=<stack>"/>
The default stack is set to `jdbc-ping` when distributed caches are enabled.
The default stack is set to `jdbc-ping-udp` when distributed caches are enabled.
=== Available transport stacks
@@ -231,7 +231,8 @@ The following table shows transport stacks that are available without any furthe
|`tcp`|TCP|MPING (uses UDP multicast).
|`udp`|UDP|UDP multicast
|`jdbc-ping`|UDP|JDBC_PING2
|`jdbc-ping-udp`|UDP|JDBC_PING2
|`jdbc-ping`|TCP|JDBC_PING2
|===