weibocom / wqs

微博的消息服务中间件。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codebeat badge Go Report Card

设计说明:

详见:设计文档

编译说明:

make

Running tests

To run tests, call:

    $ make test

It will download kafka's binary tarball during test cases running if you donot have kafka file in testdata. If you already have a running kafka in your enviroment, you can export KAFKA_ADDR and ZOOKEEPER_ADDR before you exec make test. e.g.

	KAFKA_ADDR=localhost:9096 ZOOKEEPER_ADDR=localhost:2181 make test

About

微博的消息服务中间件。

License:Other


Languages

Language:Go 77.0%Language:JavaScript 13.6%Language:HTML 7.6%Language:CSS 1.2%Language:Shell 0.4%Language:Makefile 0.3%