mirror of https://github.com/chaos-mesh/chaosd.git
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:
parent
90f7f9b29e
commit
4e99e3cc8e
10
ROADMAP.md
10
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.
|
Loading…
Reference in New Issue