I have a requirement of replicating the same traffic that was received to a production system to a pilot project(same code deployed as a diff app with minimal changes). Not sure how to do it. Can you please help me out.
App1 -> Production Application
App2 -> Pilot Project
I somehow want the same traffic received by the production system to replicate in the pilot project also. (No splitting off traffic between the apps using same route but we are talking about duplication of traffic). Is there a way to do that?