Skip to content

Commit fbe454d

Browse files
Apply suggestions from code review
Co-authored-by: Adam Locke <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 5a801be commit fbe454d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/data-pipeline/buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Data processing with reliability
66

77
The [`buffer`](../buffering.md) phase in the pipeline aims to provide a unified and
88
persistent mechanism to store your data, using the primary in-memory model or the
9-
filesystem based mode.
9+
file system-based mode.
1010

1111
The `buffer` phase contains the data in an immutable state, meaning that no other
1212
filter can be applied.
@@ -25,7 +25,7 @@ graph LR
2525
style D stroke:darkred,stroke-width:2px;
2626
```
2727

28-
Buffered data isn't raw text; it uses the Fluent Bit internal binary representation.
28+
Buffered data uses the Fluent Bit internal binary representation, which isn't raw text.
2929

3030
Fluent Bit offers a buffering mechanism in the file system that acts as a backup
3131
system to avoid data loss in case of system failures.

0 commit comments

Comments
 (0)