Skip to content

Commit

Permalink
Merge pull request #250 from influxdata/crepererum/remove_iox_from_re…
Browse files Browse the repository at this point in the history
…adme

chore: remove IOx from README
  • Loading branch information
alamb authored Nov 4, 2024
2 parents 75535b5 + ddaadc1 commit be1bf85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit be1bf85

Please sign in to comment.