<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;">
<p>With the hook we are developing here we extract values from Option 82 and publish them to Kafka.  This works quite well, but it occurred to me that it would be very useful if we could have the Option82 value saved in PostgreSQL along with the lease.</p>
<p><br>
</p>
<p>From my initial reading of the code it seems that it is not possible.  To me, the necessary changes to support the function (for us) would be in
<span>AllocEngine::createLease4</span> so that the <span>CalloutHandlePtr</span> was passed into
<span>LeaseMgrFactory::addLease</span>.  From there it would be necessary to have the ability to dynamically extend (via confirguration) the <span>createBindForSend</span> so that extra columns could be bound to arguments populated via setArgument in previous
 hooks.</p>
<p><br>
</p>
<p>Am I completely wrong in my assessment?</p>
<p><br>
</p>
<p>Is there a way to do what I want already?<br>
</p>
</div>
</body>
</html>