Git Product home page Git Product logo

ckafka's Introduction

Kafka demo written by C

##Official website http://kafka.apache.org/

Official C library

https://github.com/edenhill/librdkafka

##为什么Kafka那么快 https://blog.csdn.net/z69183787/article/details/80323581

Kafka producer&consumer 介绍

c语言使用librdkafka库实现kafka的生产和消费实例 https://blog.csdn.net/lijinqi1987/article/details/76582067

C Kafka开发环境配置

Ubuntu16.04

  1. 安装librdkafka 按照官网安装 ./configure make make install

  2. cp librdkafka/src到当前开发目录

  3. cmd 环境变量配置 LD_LIBRARY_PATH=/usr/local/lib export LD_LIBRARY_PATH

ckafka's People

Contributors

jungle0127 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.