Commit bc48359
committed
Disable Connection Pooling
Currently, connection pooling in reactor-netty is enabled by default during
use of the client. We suspect that there may be some issues with this
connection pooling and as part of testing, we're doing to disable it
universally. If this change improves the behavior of the client, then it will
stay this way, for all users; i.e. it will not be a configurable option. At
the time that we have more confidence in the connection pooling, it will be
re-enabled for all users, once again without a configuration property.1 parent 5411726 commit bc48359
File tree
1 file changed
+1
-0
lines changed- cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments