<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi </div>
<div><br>
</div>
<div>Is there any support to implement a state-full filters, for example</div>
<div><br>
</div>
<div>Lets say my code logs a request to a API  with a <b>"appId"</b> and server response for the request includes the "<b>appId</b>" sent as part of the request, I need to implement a Filter</div>
<div>which would take "appId" as a parameter and enable logging all request/response combination for the specific "<b>appId"</b>.</div>
<div><br>
</div>
<div>One way to implement this is to maintain a thread-safe data-structure and use it to track and compare request appId and the response appId and then log the response </div>
<div>for the specific appId.</div>
<div><br>
</div>
<div>Is there any out of box support for these type of filters ?</div>
<div><br>
</div>
<div>Regards</div>
<div>Vishnu</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</span>
</body>
</html>