GitHub user phrocker opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/54

    MINIFI-206: Implement Extensible Comm Mechanism

    Create initial communication mechanism that's
    initially based on BSD sockets.
    
    MINIFI-201: Change how hostname is resolved
    and ensure that it is not null
    
    MINIFI-199: Utilize zlib's crc32 implementation,
    which is more portable and faster. we can explore
    alternatives when that time arrives.
    
    MINIFI-200: Put host "get" into initialization.
    Any change wouldn't be picked up by a running process
    most likely.
    
    MINIFI-222: Upgrade spdlog

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/phrocker/nifi-minifi-cpp MINIFI-206

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/54.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #54
    
----
commit 9bbe352caa9ac319786de42d129cf6ea31e603a8
Author: Marc Parisi <phroc...@apache.org>
Date:   2017-02-14T13:38:05Z

    MINIFI-206: Implement Extensible Comm Mechanism
    
    Create initial communication mechanism that's
    initially based on BSD sockets.
    
    MINIFI-201: Change how hostname is resolved
    and ensure that it is not null
    
    MINIFI-199: Utilize zlib's crc32 implementation,
    which is more portable and faster. we can explore
    alternatives when that time arrives.
    
    MINIFI-200: Put host "get" into initialization.
    Any change wouldn't be picked up by a running process
    most likely.
    
    MINIFI-222: Upgrade spdlog

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to