Hello,
I'm getting the sense from google that this question has been asked a lot, sorry for the redundancy.
I'm looking for a way to send a request to two backends and only send a response form one backend. 'Fire and Forget' is what I'm after.
I know this sounds crazy, but what I'm trying to do is live traffic analysis in a development/staging environment. I want the application to function normally but duplicate the request to a 'collector' node that processes the request and validates it.
Application Upstream Group
/
Request for /foo -<
\
Request Metadata Collector
This is obviously not safe/desirable for production but will greatly help me test. Is it possible?
-Brandon