shenyu icon indicating copy to clipboard operation
shenyu copied to clipboard

can shenyu support httpcopy

Open yuzhijia88 opened this issue 2 years ago • 5 comments

Question

i want to copy http request in some condition to my test enviroment . can shenyu support it ?

yuzhijia88 avatar Jun 14 '22 07:06 yuzhijia88

You just need to copy data from the database.

KevinClair avatar Jun 14 '22 15:06 KevinClair

You just need to copy data from the database.

no,no,no ,i not want data from database;

i want to copy online real time request to my test enviroment to do some real test. it looks like tcpcopy ,but i think if shenyun can support this freature ,it's more convenient

yuzhijia88 avatar Jun 15 '22 02:06 yuzhijia88

You just need to copy data from the database.

no,no,no ,i not want data from database;

i want to copy online real time request to my test enviroment to do some real test. it looks like tcpcopy ,but i think if shenyun can support this freature ,it's more convenient

it also looks like nginx ngx_http_mirror_module ngx_http_mirror_module模块 nginx官网公布了nginx1.13.4最新的ngx_http_mirror_module模块,利用mirror模块,业务可以将线上实时访问流量拷贝至其他环境,基于这些流量可以做版本发布前的预先验证,进行流量放大后的压测等等

yuzhijia88 avatar Jun 15 '22 02:06 yuzhijia88

Sounds great, maybe it's a new feature.You can pull request if you are instreated in.

KevinClair avatar Jun 15 '22 02:06 KevinClair

It feels like a nice feature

prFor avatar Jun 18 '22 11:06 prFor