Skip to content

Commit ddaadc1

Browse files
committed
chore: remove IOx from README
1 parent 75535b5 commit ddaadc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ This crate aims to be a minimal Kafka implementation for simple workloads that w
99
write-ahead log.
1010

1111
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.
1413

1514
This crate has:
1615

@@ -273,7 +272,7 @@ e.g. by batching writes to multiple partitions in a single ProduceRequest
273272
[cargo-fuzz]: https://github.com/rust-fuzz/cargo-fuzz
274273
[cargo-with]: https://github.com/cbourjau/cargo-with
275274
[gzip]: https://en.wikipedia.org/wiki/Gzip
276-
[IOx]: https://github.com/influxdata/influxdb_iox/
275+
[InfluxDB 3.0]: https://github.com/influxdata/influxdb
277276
[LLDB]: https://lldb.llvm.org/
278277
[LZ4]: https://lz4.github.io/lz4/
279278
[perf]: https://perf.wiki.kernel.org/index.php/Main_Page

0 commit comments

Comments
 (0)