Skip to content

Commit

Permalink
Entirely remove the timely dataflow mention from README
Browse files Browse the repository at this point in the history
After discussion, we determined that timely has removed the
rdkafka-using example from trunk. So just strike the reference from the
README. There are other impressive projects using rust-rdkafka these
days anyway.

Co-authored-by: Nikhil Benesch <[email protected]>
  • Loading branch information
davideagen and benesch committed Dec 15, 2024
1 parent 1f2c49f commit f61e21d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ To learn more about using transactions in rust-rdkafka, see the

Here are some of the projects using rust-rdkafka:

- [timely-dataflow]: a distributed data-parallel compute engine. See also
the [blog post][timely-blog] announcing its Kafka integration.
- [kafka-view]: a web interface for Kafka clusters.
- [kafka-benchmark]: a high performance benchmarking tool for Kafka.
- [callysto]: Stream processing framework in Rust.
Expand Down Expand Up @@ -269,8 +267,6 @@ logging framework.
[rdkafka-sys-features]: https://github.com/fede1024/rust-rdkafka/tree/master/rdkafka-sys/README.md#features
[rdkafka-sys-known-issues]: https://github.com/fede1024/rust-rdkafka/tree/master/rdkafka-sys/README.md#known-issues
[smol]: https://docs.rs/smol
[timely-blog]: https://github.com/frankmcsherry/blog/blob/master/posts/2017-11-08.md
[timely-dataflow]: https://github.com/TimelyDataflow/timely-dataflow
[Tokio]: https://tokio.rs/

## rdkafka-sys
Expand Down

0 comments on commit f61e21d

Please sign in to comment.