|
56 | 56 | * before the cluster aware logic considers that a cluster actually exists. |
57 | 57 | * |
58 | 58 | * Previously, in cloud-managed environments (e.g. VMware Tanzu Application Service (TAS) for VMs, formerly known as |
59 | | - * Pivotal Platform or Pivotal CloudFoundry (PCF), or Kubernetes, known as VMware Tanzu Application Service for K8S) |
| 59 | + * Pivotal Platform or Pivotal CloudFoundry (PCF), or Kubernetes, known as VMware Tanzu Application Platform for K8S) |
60 | 60 | * it was assumed that a cluster would be provisioned and available, and that the Spring Boot, Apache Geode |
61 | 61 | * {@link ClientCache} application would connect to the cluster on deployment (push). |
62 | 62 | * |
63 | 63 | * However, is entirely possible that users may push Spring Boot, Apache Geode {@link ClientCache} applications |
64 | | - * to a cloud-managed environment where not cluster was provisioned and is available, and user simply want their |
| 64 | + * to a cloud-managed environment where no cluster was provisioned and is available, and users simply want their |
65 | 65 | * apps to run in local-only mode. |
66 | 66 | * |
67 | | - * The strict match configuration setting absolutely requires that at least 1 connection must be established. Use |
68 | | - * of this configuration setting also promotes a fail-fast protocol, or at least early detection (when log levels |
69 | | - * are adjusted accordingly) that a cluster is not available. |
| 67 | + * The strict match configuration setting absolutely requires at least 1 connection must be established. Use of this |
| 68 | + * configuration setting also promotes a fail-fast protocol, or at least early detection (when log levels are |
| 69 | + * adjusted accordingly) that a cluster is not available. |
70 | 70 | * |
71 | 71 | * Use {@literal spring.boot.data.gemfire.cluster.condition.match.strict} |
72 | 72 | * in Spring Boot {@literal application.properties}. |
|
0 commit comments