chaos-mesh / chaos-mesh

A Chaos Engineering Platform for Kubernetes.
https://chaos-mesh.org
Apache License 2.0
6.54k stars 810 forks source link

Support simulating golang application faults #4073

Open ruanyg opened 1 year ago

ruanyg commented 1 year ago

Feature Request

Is your feature request related to a problem? Please describe: We are transforming the technology stack from java to golang, so I hope chaos mesh can support simulating golang application faults to improve application robustness.

Describe the feature you'd like: Support simulating golang application faults, like exception, gc, latency, return, stress, rule and so on like jvm application faults.

SimardeepSingh1450 commented 1 year ago

@g1eny0ung Can you please explain/elaborate the issue in detail ? , i am a newbie and want to contribute to this issue :sweat_smile: .

STRRL commented 1 year ago

Maybe this issue is not suitable for "good first issue".

Golang does NOT provide some capability to attach codes to a running go application, so I am afraid that we could NOT inject go application just like JVM application.

I am going to remove the "good first issue" label.

If anyone is interested in this topic, feel free to leave comments. :heart:

STRRL commented 1 year ago

there are several other ways to archive the goal