File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ This crate aims to be a minimal Kafka implementation for simple workloads that w
9
9
write-ahead log.
10
10
11
11
It is ** not** a general-purpose Kafka implementation, instead it is heavily optimised for simplicity, both in terms of
12
- implementation and its emergent operational characteristics. In particular, it aims to meet the needs
13
- of [ IOx] .
12
+ implementation and its emergent operational characteristics. It was originally used by [ InfluxDB 3.0] but no longer is.
14
13
15
14
This crate has:
16
15
@@ -273,7 +272,7 @@ e.g. by batching writes to multiple partitions in a single ProduceRequest
273
272
[ cargo-fuzz ] : https://github.com/rust-fuzz/cargo-fuzz
274
273
[ cargo-with ] : https://github.com/cbourjau/cargo-with
275
274
[ gzip ] : https://en.wikipedia.org/wiki/Gzip
276
- [ IOx ] : https://github.com/influxdata/influxdb_iox/
275
+ [ InfluxDB 3.0 ] : https://github.com/influxdata/influxdb
277
276
[ LLDB ] : https://lldb.llvm.org/
278
277
[ LZ4 ] : https://lz4.github.io/lz4/
279
278
[ perf ] : https://perf.wiki.kernel.org/index.php/Main_Page
You can’t perform that action at this time.
0 commit comments