Skip to content

Commit 78fae3e

Browse files
authored
docs: Updated hazelcast for missing code tag (#4012)
Added ```endcode``` tag for code sample Signed-off-by: Patrick McGleenon <pmcgleenon@users.noreply.github.com>
1 parent e73dae3 commit 78fae3e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/reference/online-stores/hazelcast.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## Description
44

5-
Hazelcast online store is in alpha development.
5+
The Hazelcast online store is in alpha development.
66

77
The [Hazelcast](htpps://hazelcast.com) online store provides support for materializing feature values into a Hazelcast cluster for serving online features in real-time.
8-
In order to use Hazelcast as online store, you need to have a running Hazelcast cluster. You can create a cluster using Hazelcast Viridian Serverless. See this [getting started](https://hazelcast.com/get-started/) page for more details.
8+
In order to use Hazelcast as an online store, you need to have a running Hazelcast cluster. You can create a cluster using Hazelcast Viridian Serverless. See this [getting started](https://hazelcast.com/get-started/) page for more details.
99

1010
* Each feature view is mapped one-to-one to a specific Hazelcast IMap
1111
* This implementation inherits all strengths of Hazelcast such as high availability, fault-tolerance, and data distribution.
1212
* Secure TSL/SSL connection is supported by Hazelcast online store.
1313
* You can set TTL (Time-To-Live) setting for your features in Hazelcast cluster.
1414

15-
Each feature view corresponds to an IMap in Hazelcast cluster and the entries in that IMap corresponds to features of entities.
15+
Each feature view corresponds to an IMap in Hazelcast cluster and the entries in that IMap correspond to features of entities.
1616
Each feature value stored separately and can be retrieved individually.
1717

1818
## Getting started
@@ -33,6 +33,7 @@ online_store:
3333
cluster_members: ["localhost:5701"]
3434
key_ttl_seconds: 36000
3535
```
36+
{% endcode %}
3637
3738
## Functionality Matrix
3839

0 commit comments

Comments
 (0)