You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connectors/sinks/file-sink.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@
9
9
This sink writes batches of data to files on disk in various formats.
10
10
By default, the data will include the kafka message key, value, and timestamp.
11
11
12
-
Currently supports the following formats:
12
+
Currently, it supports the following formats:
13
13
14
14
- JSON
15
15
- Parquet
16
16
17
17
## How the File Sink Works
18
+
18
19
`FileSink` is a batching sink.
19
20
20
21
It batches processed records in memory per topic partition and writes them to files in a specified directory structure. Files are organized by topic and partition, with each batch being written to a separate file named by its starting offset.
0 commit comments