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: documentation/docs/pages/docs/start-building/streams/kafka.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ Kafka streams do not work with windows from the CLI installation, it will panic
5
5
If you are on windows and want to use kafka streams you should use the docker image.
6
6
:::
7
7
8
+
:::info
9
+
**Feature Gate:** If you're including the rindexer crate in your Rust project, Kafka support is gated behind the `kafka` feature flag. Add it to your `Cargo.toml`:
10
+
11
+
```toml
12
+
[dependencies]
13
+
rindexer = { version = "*", features = ["kafka"] }
14
+
```
15
+
16
+
**Docker Images:** Kafka support is enabled by default in all official rindexer Docker images - no additional configuration needed.
17
+
:::
18
+
8
19
:::info
9
20
rindexer streams can be used without any other storage providers. It can also be used with storage providers.
0 commit comments