2

I would like to use Zuul to efficiently (asynchronously) route a copy of my traffic to a debug service for testing. I am new to Zuul and am looking through existing filter to find a neat way to do this but I haven't found a good example yet. Is there a built-in Zuul way to "copy" a request and forward it to a different host?

Thanks for the help!

g00glen00b
  • 41,995
  • 13
  • 95
  • 133
bjoern
  • 1,009
  • 3
  • 15
  • 31

1 Answers1

1

There is not a built in way to copy a request.

spencergibb
  • 24,471
  • 6
  • 69
  • 75