This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


    from d10268674 MINIFICPP-1852 parameterize all docker builds, enable more 
extensions Closes #1341
     new 0f5c08b62 MINIFICPP-1845 Add c2 request compression option
     new 056d0386a MINFICPP-1856 Add kubernetes log collection config examples

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 C2.md                                              |   3 +
 CONFIGURE.md                                       |   5 +
 conf/minifi.properties                             |   5 +
 examples/kubernetes/README.md                      |  30 +++++
 examples/kubernetes/daemon-set-log-collection.yml  | 124 +++++++++++++++++
 examples/kubernetes/sidecar-log-collection.yml     | 147 +++++++++++++++++++++
 extensions/http-curl/protocols/RESTSender.cpp      |  49 +++++--
 extensions/http-curl/protocols/RESTSender.h        |  19 ++-
 .../{C2LogHeartbeatTest.cpp => C2CompressTest.cpp} |  63 ++++++---
 extensions/http-curl/tests/CMakeLists.txt          |   1 +
 extensions/http-curl/tests/HTTPHandlers.h          |  11 --
 extensions/http-curl/tests/ServerAwareHandler.h    |  16 ++-
 libminifi/include/properties/Configuration.h       |   1 +
 libminifi/include/utils/ByteArrayCallback.h        |   5 +
 libminifi/src/Configuration.cpp                    |   1 +
 15 files changed, 425 insertions(+), 55 deletions(-)
 create mode 100644 examples/kubernetes/README.md
 create mode 100644 examples/kubernetes/daemon-set-log-collection.yml
 create mode 100644 examples/kubernetes/sidecar-log-collection.yml
 copy extensions/http-curl/tests/{C2LogHeartbeatTest.cpp => C2CompressTest.cpp} 
(54%)

Reply via email to