nghiaxlee commented on a change in pull request #614: MINIFICPP-732 - Add
property to expose librdkafka "debug" values for …
URL: https://github.com/apache/nifi-minifi-cpp/pull/614#discussion_r304436645
##########
File path: extensions/librdkafka/PublishKafka.cpp
##########
@@ -141,7 +150,7 @@ bool PublishKafka::configureNewConnection(const
std::shared_ptr<KafkaConnection>
if (!key->client_id_.empty()) {
rd_kafka_conf_set(conf_, "client.id", key->client_id_.c_str(), errstr,
sizeof(errstr));
- logger_->log_debug("PublishKafka: client.id [%s]", value);
+ logger_->log_debug("PublishKafka: client.id [%s]",
key->client_id_.c_str());
Review comment:
thanks, I did not notice that
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services