# libkafka **Repository Path**: think-full/libkafka ## Basic Information - **Project Name**: libkafka - **Description**: 基于librdkafka进行封装的kafka客户端库 - **Primary Language**: C/C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-29 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libkafka 连接kafka使用的生产者和消费者客户端库 基于librdkafka进行二次开发,链接:https://github.com/edenhill/librdkafka.git ### 编译 编译器: msvc2015 平台: windows x64 ### 用法 参考demo