traas-stack / chaosmeta

A chaos engineering platform for supporting the complete fault drill lifecycle.
https://chaosmeta.gitbook.io/chaosmeta-cn
Apache License 2.0
322 stars 55 forks source link

Is java runtime injection persistent injection? #27

Open jiaohuazhiyichong opened 1 year ago

jiaohuazhiyichong commented 1 year ago

Is java runtime injection persistent injection? For example, if the process is restarted, does the fault still take effect?

KingsonKai commented 1 year ago

The current version is non-persistent, and the fault injection to the process will not be synchronized to the corresponding class file. However, the ability to persist can also be provided, if there is a need for this.