From ddaadc13e4384f368775296306713e071c487a70 Mon Sep 17 00:00:00 2001 From: Marco Neumann Date: Mon, 4 Nov 2024 11:28:16 +0100 Subject: [PATCH] chore: remove IOx from README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df36097..aade7b9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ This crate aims to be a minimal Kafka implementation for simple workloads that w write-ahead log. It is **not** a general-purpose Kafka implementation, instead it is heavily optimised for simplicity, both in terms of -implementation and its emergent operational characteristics. In particular, it aims to meet the needs -of [IOx]. +implementation and its emergent operational characteristics. It was originally used by [InfluxDB 3.0] but no longer is. This crate has: @@ -273,7 +272,7 @@ e.g. by batching writes to multiple partitions in a single ProduceRequest [cargo-fuzz]: https://github.com/rust-fuzz/cargo-fuzz [cargo-with]: https://github.com/cbourjau/cargo-with [gzip]: https://en.wikipedia.org/wiki/Gzip -[IOx]: https://github.com/influxdata/influxdb_iox/ +[InfluxDB 3.0]: https://github.com/influxdata/influxdb [LLDB]: https://lldb.llvm.org/ [LZ4]: https://lz4.github.io/lz4/ [perf]: https://perf.wiki.kernel.org/index.php/Main_Page