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
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ This is a sink Apache Kafka Connect connector that stores Apache Kafka messages
6
6
7
7
The connector requires Java 11 or newer for development and production.
8
8
9
+
**Table of Contents**
10
+
11
+
-[How it works](#how-it-works)
12
+
-[Data Format](#data-format)
13
+
-[Usage](#usage)
14
+
-[Configuration](#configuration)
15
+
-[Development](#development)
16
+
17
+
9
18
## How it works
10
19
11
20
The connector subscribes to the specified Kafka topics and collects messages coming in them and periodically dumps the collected data to the specified bucket in AWS S3.
0 commit comments