Skip to content

Commit 2dc34c2

Browse files
authored
Fix emoji rendering in Backplane documentation
1 parent 9e6e871 commit 2dc34c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Backplane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ cache.Remove(
332332
);
333333
```
334334

335-
## ⚠ External changes: be careful
335+
## External changes: be careful
336336

337337
Just to reiterate, because it's very important: when using the backplane **without** a distributed cache, any change not manually published by us would result in different nodes not being synched.
338338

@@ -361,4 +361,4 @@ As we saw there are basically 2 ways of using a backplane:
361361
- **1️⃣ MEMORY + DISTRIBUTED + BACKPLANE**: probably the most common, where we don't have to do anything, everything just works and it's hard to have inconsistencies between different nodes
362362
- **2️⃣ MEMORY + BACKPLANE (NO DISTRIBUTED)**: probably the less common, where we have to skip automatic notifications in the default entry options, and then we have to manually enable them on a call-by-call basis only when we actually want to notify the other nodes. It's easier to have inconsistencies between different nodes
363363

364-
⚠ So remember: without a distributed cache we should **SKIP** backplane notifications by default, otherwise our system may suffer.
364+
So remember: without a distributed cache we should **SKIP** backplane notifications by default, otherwise our system may suffer.

0 commit comments

Comments
 (0)