Commit 5c7a4d5
get_distributed_objects: skip unsupported cacheService (#747)
This client does not support cacheService so the iteration in
`get_distributed_objects` will throw an exception if the cluster is also
used by Java+JCache clients (e.g. Spring Boot with Hazelcast as cache
provider).
This fix just skips `hz:impl:cacheService` objects.
Addresses #746
Co-authored-by: Yüce Tekol <[email protected]>1 parent 34738b6 commit 5c7a4d5
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
495 | 498 | | |
496 | 499 | | |
497 | 500 | | |
| 501 | + | |
498 | 502 | | |
499 | 503 | | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
500 | 508 | | |
501 | 509 | | |
502 | 510 | | |
| |||
0 commit comments