Skip to content

Commit b1f6f2e

Browse files
committed
updated the README with usecase details
1 parent 6a414b0 commit b1f6f2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

integration-tests/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,14 @@ Basic Use Cases described above are verified in all the domain configurations. A
7878
| Two Operators using same target domains namespace | create chart using target domains namespace as already running first operator, verify that deployment fails with expected error |
7979
| Operator Helm Chart using not preexisted target domains namespace | create chart using not preexisted target domains namespace as already running first operator, verify that deployment fails with expected error |
8080

81+
Situational Configuration Override Usecases
8182

83+
| Override | Usecase |
84+
| --- | --- |
85+
| Domain override | Override the admin server properties connect-timeout, max-message-size, restart-max, JMXCore and Serverlifecycle debug flags. Also T3Channel public address using Kubernetes secret |
86+
| JDBC Resource Override | Override JDBC connection pool properties; initialCapacity, maxCapacity, test-connections-on-reserve, connection-harvest-max-count, inactive-connection-timeout-seconds. Override the jdbc driver parameters like data source url, db user and password using kubernetes secret. |
87+
| JMS Resource Override | Override UniformDistributedTopic Delivery Failure Parameters, Redelivery limit and Expiration policy |
88+
| WLDF Resource Override | Override instrumentation monitors and harvesters in a diagnostics module. |
8289

8390
# Directory Configuration and Structure
8491

0 commit comments

Comments
 (0)