[ 
https://issues.apache.org/jira/browse/MINIFI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878684#comment-15878684
 ] 

ASF GitHub Bot commented on MINIFI-183:
---------------------------------------

Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/43#discussion_r102509921
  
    --- Diff: libminifi/CMakeLists.txt ---
    @@ -48,6 +49,19 @@ file(GLOB SPD_SOURCES "../include/spdlog/*")
     add_library(spdlog STATIC ${SPD_SOURCES})
     add_library(minifi STATIC ${SOURCES})
     
    +# Include Boost System
    +find_package(Boost COMPONENTS system REQUIRED)
    +target_link_libraries(minifi ${Boost_SYSTEM_LIBRARY})
    +
    +# Include libxml2
    --- End diff --
    
    Does civet need libxml2?  Otherwise this should no longer be needed.


> Create ListenHTTP processor
> ---------------------------
>
>                 Key: MINIFI-183
>                 URL: https://issues.apache.org/jira/browse/MINIFI-183
>             Project: Apache NiFi MiNiFi
>          Issue Type: Task
>          Components: C++
>            Reporter: Andrew Christianson
>            Assignee: Andrew Christianson
>
> Create a ListenHTTP processor of similar design/function to the ListenHTTP in 
> the parent Apache NiFi project.
> Being a part of MiNiFi, the server should be very lightweight, handle 
> requests asynchronously, have optional threading, and should support 
> streaming of request/response content to minimize memory requirements.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to