set requestId from gateway [1]
This commit is contained in:
parent
1145fd17f7
commit
9147c6cf87
1 changed files with 1 additions and 0 deletions
|
|
@ -522,6 +522,7 @@ public class TradingClearingRegistryService extends QueueConsumer implements Ini
|
|||
if (tkr.isPresent()) {
|
||||
SendTkrRequest sendTkrRequest = new SendTkrRequest();
|
||||
sendTkrRequest.getTkrs().add(tkr.get());
|
||||
sendTkrRequest.setRequestId(req.getRequestId());
|
||||
kafkaSender.sendRequestToQueue(Consts.ACCOUNTS_TO_GATEWAY, sendTkrRequest);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue