https://improvmx.com/
自己改一下dns,就可以把邮件转发到你的已有邮箱。都不需要自己搭建邮件服务器了。。。[......]
# add topic
kafka-topics.sh --zookeeper sbmvt-zk-test:2181 --create --partitions 1 --topic topic1 --replication-factor 1
Created topic "topic1".
# list topic
kafka-topics.sh --zookeeper sbmvt-zk-test:2181 --list
# describe topic
kafka-topic[......]
http://m.blog.chinaunix.net/uid-15790905-id-5169813.html
http://m.blog.chinaunix.net/uid-15790905-id-5169820.html
http://m.blog.chinaunix.net/uid-15790905-id-5169832.html
http://m.blog.chinaunix.net/uid-15790905-id-5169992.html
http://h2o[......]
首先说明一点的是,我这里使用的是gerrit的docker镜像。如果你是自己安装的,可能部分路径位置需要做一些改变。
1、github项目导入到gerrit
备注:从github到gerrit,我这里的需求只是导入,并没有实时同步。
在github创建一个repo,例如replication-demo
git clone git@github.com:liheyuan/replication-demo.git
在gerrit创建一个项目,注意保持同样的名字(非比选)和空提交[......]
http://blog.jobbole.com/89140/[......]