session-replay-tools / tcpcopy

An online request replication and TCP stream replay tool, ideal for real testing, performance testing, stability testing, stress testing, load testing, smoke testing, and more.
http://session-replay-tools.github.io/tcpcopy/
Other
4.38k stars 1.02k forks source link

tcpcopy grpc丢包导致 后续转发或回放中断 #361

Closed DongtianA closed 3 weeks ago

DongtianA commented 4 years ago

如果grpc请求出现丢包的情况,后面的回放或者转发就会停止,这个问题怎么解决呢?或者可以定制开发吗?

wangbin579 commented 4 years ago

要么利用pfring等类似机制来减少丢包可能性,要么二次开发(保存登入过程进行连接登入回放)

DongtianA commented 4 years ago

如果是二次开发,要怎么弄呢?大概需要多久?