[
https://issues.apache.org/jira/browse/MINIFICPP-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Hunyadi resolved MINIFICPP-1202.
-------------------------------------
Resolution: Fixed
> C2Agent uses vector instead of queue to handle C2 requests/responses.
> ---------------------------------------------------------------------
>
> Key: MINIFICPP-1202
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1202
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Murtuza Shareef
> Assignee: Adam Hunyadi
> Priority: Minor
> Time Spent: 12h 50m
> Remaining Estimate: 0h
>
> C2Agent uses std::vector to queue up C2 requests and responses and uses it
> much like stack when popping items out of them.
> Ideally we would want to use a queue or a thread safe concurrent structure
> with queue semantics.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)