[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1502: MINIFICPP-2034 Cache the results of the username lookups in ConsumeWindowsEventLog

2023-02-14 Thread via GitHub
lordgamez commented on code in PR #1502: URL: https://github.com/apache/nifi-minifi-cpp/pull/1502#discussion_r1105975868 ## extensions/windows-event-log/wel/LookupCacher.h: ## @@ -0,0 +1,48 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contri

[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1502: MINIFICPP-2034 Cache the results of the username lookups in ConsumeWindowsEventLog

2023-02-08 Thread via GitHub
lordgamez commented on code in PR #1502: URL: https://github.com/apache/nifi-minifi-cpp/pull/1502#discussion_r1100283633 ## extensions/windows-event-log/tests/CMakeLists.txt: ## @@ -17,17 +17,17 @@ # under the License. # -set(WEL_INTEGRATION_TESTS "BookmarkTests.cpp" "Cons