• Stars
    star
    189
  • Rank 204,649 (Top 5 %)
  • Language
    Go
  • License
    Other
  • Created over 8 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

微博的消息服务中间件。

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