mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 02:57:53 +00:00
Add KafkaHandleBase::get_offsets_for_times
This commit is contained in:
@@ -24,6 +24,7 @@ include(CheckFunctionExists)
|
||||
|
||||
set(CMAKE_REQUIRED_LIBRARIES ${RDKAFKA_LIBRARY})
|
||||
check_function_exists(rd_kafka_committed HAVE_VALID_KAFKA_VERSION)
|
||||
check_function_exists(rd_kafka_offsets_for_times HAVE_OFFSETS_FOR_TIMES)
|
||||
set(CMAKE_REQUIRED_LIBRARIES)
|
||||
|
||||
if (HAVE_VALID_KAFKA_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user