We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52e005 commit 5a9c0f5Copy full SHA for 5a9c0f5
examples/gemfire/demo/config/samples/payloads/cdc-job.json
@@ -25,7 +25,7 @@
25
"credentialsDirectoryPath": "/opt/redislabs/redis-connect/config/samples/credentials",
26
"databaseType": "GEMFIRE",
27
"customConfiguration": {
28
- "pool.locator.host": "localhost",
+ "pool.locator.host": "172.17.0.2",
29
"pool.locator.port": "10334"
30
}
31
},
examples/gemfire/demo/setup_gemfire.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-version="${1:-1.12.9}"
+version="${1:-1.15.1}"
4
jmx_port="${2:-1099}"
5
rest_port="${3:-8080}"
6
pulse_port="${4:-7070}"
0 commit comments