mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-21 06:20:05 -06:00
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:
@@ -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
|
||||
|===
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user