Fix build issue when using rd_kafka_message_latency in old rdkafka

This commit is contained in:
Matias Fontanini
2018-10-27 10:33:57 -07:00
parent 24960c0a49
commit 1f1f1c253b
2 changed files with 3 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ public:
*/
boost::optional<MessageTimestamp> get_timestamp() const;
#if RD_KAFKA_VERSION >= RD_KAFKA_MESSAGE_LATENCY_SUPPORT_VERSION
/**
* \brief Gets the message latency in microseconds as measured from the produce() call.
*/
@@ -184,6 +185,7 @@ public:
assert(handle_);
return std::chrono::microseconds(rd_kafka_message_latency(handle_.get()));
}
#endif
/**
* \brief Indicates whether this message is valid (not null)