chaosblade-io / chaosblade

An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)
https://chaosblade.io
Apache License 2.0
5.85k stars 933 forks source link

Support for Golang Application #70

Open xcaspar opened 5 years ago

xcaspar commented 5 years ago

Issue Description

Type: feature request

Describe what you expected to happen

Currently chaosblade project already supports Java application, and support for NodeJS and C++ applications is quickly completed. We also need to add support for the Golang application. The chaos experiment includes tampering of function parameters, function call exceptions, function call delays, and modification function return values.

If you are interested in this topic, please refer to : #73

sjha2048 commented 5 years ago

@xcaspar I would Like to take up this issue, can you give me any pointers?

HackToday commented 4 years ago

blade 工具目前还不支持golang 相关的触发是吧?

https://chaosblade-io.gitbook.io/chaosblade-help-zh-cn/

xcaspar commented 4 years ago

@HackToday 是的,还不支持,正在做

ZhangShangyu commented 3 years ago

@HackToday 是的,还不支持,正在做

请问下golang的支持思路具体是怎么样的? golang应该没有类似java的agent机制,是考虑开发sdk,由业务应用主动引入吗?