From 4e99e3cc8e11266aa632aff75b72537d04b0aed8 Mon Sep 17 00:00:00 2001 From: WangXiang Date: Mon, 21 Feb 2022 14:00:05 +0800 Subject: [PATCH] update roadmap (#134) * update roadmap Signed-off-by: xiang * update status Signed-off-by: xiang --- ROADMAP.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 7b137c4..305d76e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,7 +6,11 @@ This document defines the roadmap for Chaosd development. - [ ] Support HTTP attack to simulate HTTP faults, such as abort connection, delay, etc. - [ ] Support IO attack to simulate file system faults, such as IO delay and read/write errors. -- [ ] Support workflow to manage a group of chaos experiments. -- [ ] Support use Dashboard to manage chaos experiments. -- [ ] Support time skew. +- [x] Support workflow to manage a group of chaos experiments. +- [x] Support use Dashboard to manage chaos experiments. +- [x] Support time skew. - [ ] JVM Attack supports fault injection for applications including MySQL, PostgreSQL, RoketMQ, etc. +- [ ] Support file attack, including deleting files, appending data to files, renaming files, modifying files' privilege. +- [ ] Support inject faults into Kafka, including high payload, the message queue is full, unable to write into, etc. +- [ ] Support inject faults into Zookeeper, including fail to receive publisher's message, fail to update config, fail to notify the update, etc. +- [ ] Support inject faults into Redis, including switch primary and secondary, cache hotspot, the sentinel is unavailable, sentinel restart, etc. \ No newline at end of file