From 87b8620038186bc49a1102e6f8d17543393e2f7f Mon Sep 17 00:00:00 2001 From: Sachandhan Ganesh Date: Wed, 3 Feb 2021 15:41:42 -0800 Subject: [PATCH] move 'future goals' section into own issues --- Cargo.toml | 1 - README.md | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c890bcf..e327382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2018" description = "message queue abstraction over async network streams" [workspace] - members = [ "examples/tcp-client", "examples/tcp-echo-server", diff --git a/README.md b/README.md index 224f95d..d7b3d03 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,6 @@ This crate provides a distributed message queue abstraction over asynchronous ne By using a message queue, crate users can focus on sending and receiving messages between clients instead of low-level networking and failure recovery. -## Future Goals - -- Documentation -- Connection pool (+ accounting for ordering of messages) -- Configurable policies for handling of non-registered (unexpected) message types -- Testing -- Benchmarking - ## Feature Status | Feature | Status | @@ -28,7 +20,3 @@ By using a message queue, crate users can focus on sending and receiving message | SCTP Server | | | DTLS-SCTP Client | | | DTLS-SCTP Server | | -| Kafka Client | | -| RMQ Client | | -| SQS Client | | -| NSQ Client | | -- 2.44.0