lordgamez commented on a change in pull request #1120:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1120#discussion_r686948120
##########
File path: extensions/librdkafka/ConsumeKafka.cpp
##########
@@ -185,7 +205,11 @@ void ConsumeKafka::initialize() {
DuplicateHeaderHandling,
MaxPollRecords,
MaxPollTime,
- SessionTimeout
+ SessionTimeout,
+ SecurityCA,
+ SecurityCert,
+ SecurityPrivateKey,
+ SecurityPrivateKeyPassword
Review comment:
Added `SSLContextService` to `PublishKafka` and `ConsumeKafka` and added
comment for deprecating SSL parameters in `PublishKafka` in
0bf54be561ccab7f0f6da29a9b1e6b8268d5e516. I also removed the
`ConsumeKafkaTests.cpp` file as all test cases are now moved to the integration
test suite, so there is no need to maintain it anymore.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]