-
Hi, all! I'm having an issue with running
Is there a known way to work around these and to intercept HTTP requests? For context, I am working on an app in Elixir/Erlang, it's currently deployed on Heroku. Ahead of a planned move off Heroku, we are considering replaying existing production traffic to a server in another location. All this to generate data for performance analysis. There seems to be evidence, that goreplay worked on Heroku in the past in a form of this Heroku buildpack: https://elements.heroku.com/buildpacks/jtrim/heroku-buildpack-traffic-duplicator. Interestingly, there even seem to be "recent deploys" (not sure how recent is that, though). Buildpack above relies on a flag called
I am now inclined to try an older version of goreplay to test out the flag. @buger would you say it makes sense to do so? If I manage to make it work, maybe it will be good enough for our case. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
ℹ️ attempting to an older version of
|
Beta Was this translation helpful? Give feedback.
-
@gmile can you describe how you run it now, embed to app container? |
Beta Was this translation helpful? Give feedback.
@gmile can you describe how you run it now, embed to app container?