Skip to content

Commit 1de2cbe

Browse files
authored
Merge pull request #1484 from fluent/lynettemiles/sc-105696/update-concepts-data-pipeline-buffer-md-fluent
2 parents 467344e + fbe454d commit 1de2cbe

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

concepts/data-pipeline/buffer.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ description: Data processing with reliability
44

55
# Buffer
66

7-
Previously defined in the [Buffering](../buffering.md) concept section, the `buffer` phase in the pipeline aims to provide a unified and persistent mechanism to store your data, either using the primary in-memory model or using the filesystem based mode.
7+
The [`buffer`](../buffering.md) phase in the pipeline aims to provide a unified and
8+
persistent mechanism to store your data, using the primary in-memory model or the
9+
file system-based mode.
810

9-
The `buffer` phase already contains the data in an immutable state, meaning that no other filter can be applied.
11+
The `buffer` phase contains the data in an immutable state, meaning that no other
12+
filter can be applied.
1013

1114
```mermaid
1215
graph LR
@@ -22,8 +25,7 @@ graph LR
2225
style D stroke:darkred,stroke-width:2px;
2326
```
2427

25-
{% hint style="info" %}
26-
Note that buffered data is not raw text, it's in Fluent Bit's internal binary representation.
27-
{% endhint %}
28+
Buffered data uses the Fluent Bit internal binary representation, which isn't raw text.
2829

29-
Fluent Bit offers a buffering mechanism in the file system that acts as a _backup system_ to avoid data loss in case of system failures.
30+
Fluent Bit offers a buffering mechanism in the file system that acts as a backup
31+
system to avoid data loss in case of system failures.

0 commit comments

Comments
 (0)