Commit 5083ab6
committed
JCBC-2204 Add config option for disabling server-initiated topology change notifications
Motivation
----------
Stopgap while we improve how the SDK handles
server-initiated cluster topology change notifications.
Modifications
-------------
Add client setting `io.configNotifications`.
Default is true (preserve existing behavior).
Change-Id: Ib0d1883aebdbe3b3a773d7280305ecd412d8454c
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/234727
Reviewed-by: Michael Reiche <michael.reiche@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
(cherry picked from commit 10719d6)
Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/234730
Reviewed-by: David Nault <david.nault@couchbase.com>1 parent 228a50c commit 5083ab6
File tree
2 files changed
+34
-1
lines changed- core-io/src/main/java/com/couchbase/client/core
- endpoint
- env
2 files changed
+34
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
377 | 383 | | |
378 | 384 | | |
379 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
380 | 391 | | |
381 | 392 | | |
382 | 393 | | |
| |||
481 | 492 | | |
482 | 493 | | |
483 | 494 | | |
| 495 | + | |
484 | 496 | | |
485 | 497 | | |
486 | 498 | | |
| |||
576 | 588 | | |
577 | 589 | | |
578 | 590 | | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
579 | 609 | | |
580 | 610 | | |
581 | 611 | | |
| |||
0 commit comments