@@ -119,20 +119,20 @@ to execute processing logic for the appropriate entries with exclusive access.
119119associating data (thus being on the same partition) and manipulating other entries
120120on the same partition, potentially across different maps.
121121* ** Non-blocking / async NamedMap API**
122- * ** Polyglot clients** - Access the same NamedMap API from C{pp} , Go, Java, JavaScript, .NET, or Python.
122+ * ** Polyglot clients** - Access the same NamedMap API from C++ , Go, Java, JavaScript, .NET, or Python.
123123* ** Portable Object Format** - Optimized serialization format, with the ability to
124124navigate the serialized form for optimized queries, aggregations, or data processing.
125125* ** Integration with Databases** - Database and third party data integration with
126126CacheStores, including both synchronous or asynchronous writes.
127127* ** CohQL** - Ansi-style query language with a console for adhoc queries.
128128* ** Topics** - Distributed topics implementation that offers pub/sub messaging with
129129the storage capacity, the cluster, and parallelizable subscribers.
130- * * Repository API* - a framework implementing the Repository pattern from Domain-Driven Design,
130+ * ** Repository API* * - a framework implementing the Repository pattern from Domain-Driven Design,
131131abstracting persistent storage implementation from application code, with advanced features like
132132support for pagination, projections, streaming, and updating in-place
133- * * Microservices integration* - broad and close integration with Helidon, Micronaut, and Spring for
133+ * ** Microservices integration* * - broad and close integration with Helidon, Micronaut, and Spring for
134134developing microservices applications using Coherence as a data source or cache
135- * * coherence-concurrent* - Coherence-backed implementations of types from the ` java.util.concurrent `
135+ * ** coherence-concurrent* * - Coherence-backed implementations of types from the ` java.util.concurrent `
136136package enabling distributed process coordination through the grid
137137
138138Coherence also provides a number of non-functional features:
@@ -158,7 +158,7 @@ JMX server that provides a view of all members of the cluster.
158158* ** Management over REST** - All JMX data and operations can be performed over REST,
159159including cluster wide thread dumps and heapdumps.
160160* ** Non-cluster Access** - Provides access to the cluster from the outside via proxies,
161- for distant (high latency) clients and for non-Java languages such as C{pp} , Go, JavaScript,
161+ for distant (high latency) clients and for non-Java languages such as C++ , Go, JavaScript,
162162.NET, and Python.
163163* ** Kubernetes friendly** - Enables seamless and safe deployment of applications to k8s with
164164our own [ operator] ( https://github.com/oracle/coherence-operator ) .
0 commit comments