update roadmap (#134)

* update roadmap

Signed-off-by: xiang <xiang13225080@163.com>

* update status

Signed-off-by: xiang <xiang13225080@163.com>
This commit is contained in:
WangXiang 2022-02-21 14:00:05 +08:00 committed by GitHub
parent 90f7f9b29e
commit 4e99e3cc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -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.