You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/10 12:49:43 UTC

[GitHub] [apisix] zuiyangqingzhou opened a new issue, #7020: help request: Does apisix support stream replay

zuiyangqingzhou opened a new issue, #7020:
URL: https://github.com/apache/apisix/issues/7020

   ### Description
   
   I want to do stream replay at apisix , can someone offer some ideas?
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] moonming commented on issue #7020: help request: Does apisix support stream replay

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1125692442

   @zuiyangqingzhou thanks for your explanation :) 
   Apache APISIX itself does not provide such a feature. Apache APISIX has a mirror plug-in, but it does not do traffic replay.
   I suggest you use external tool like tcpcopy


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] github-actions[bot] closed issue #7020: help request: Does apisix support stream replay

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #7020: help request: Does apisix support stream replay
URL: https://github.com/apache/apisix/issues/7020


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] github-actions[bot] commented on issue #7020: help request: Does apisix support stream replay

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1549370506

   This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] moonming commented on issue #7020: help request: Does apisix support stream replay

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1123106455

   @zuiyangqingzhou can you give an example for stream replay? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] zuiyangqingzhou commented on issue #7020: help request: Does apisix support stream replay

Posted by GitBox <gi...@apache.org>.
zuiyangqingzhou commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1123205759

   > @zuiyangqingzhou can you give an example for stream replay?
   
   At present, we use apisix as the traffic entrance for the entire business, we want to be able to record all or specified requests in real time, and when the online business fails, we can play back the real requests based on these offline files.
   
   We learned that something like tcpcopy and goreplay can do something similar, but we wondered how we could do it in apisix


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tzssangglass commented on issue #7020: help request: Does apisix support stream replay

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1125903920

   maybe we can make APISIX support tcpcopy or other replay tools? make them work well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] zuiyangqingzhou commented on issue #7020: help request: Does apisix support stream replay

Posted by GitBox <gi...@apache.org>.
zuiyangqingzhou commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1123206240

   > @zuiyangqingzhou can you give an example for stream replay?
   
   At present, we use apisix as the traffic entrance for the entire business, we want to be able to record all or specified requests in real time, and when the online business fails, we can play back the real requests based on these offline files.
   
   We learned that something like tcpcopy and goreplay can do something similar, but we wondered how we could do it in apisix       @moonming 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] tzssangglass commented on issue #7020: help request: Does apisix support stream replay

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1123086921

   I don't remember APISIX having the ability to replay? I see that there are tools specifically designed to do replay.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] github-actions[bot] commented on issue #7020: help request: Does apisix support stream replay

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #7020:
URL: https://github.com/apache/apisix/issues/7020#issuecomment-1529539904

   This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@apisix.apache.org list. Thank you for your contributions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org