dayday
dayday
thx, i have read your code of `atom.c` and figure it out. but is the datacenter_id for a machine and worker_id for a php-fpm process?
> php做微服务有推荐吗 hyperf
> database 下有 factory 的类, 这个类依赖 `fzaninotto/faker` 这个扩展, 在 dev 的时候, 应该默认安装上 有代码 demo 可以看么? 还没明白加上这个包的意图(使用场景)
https://github.com/cloudwego/cloudwego.github.io/pull/214
- 组织:[萌推](http://www.mengtuiapp.com/#/) - 地点:上海 - 联系方式:[email protected] - 业务场景:电商,微服务
@hxsf please fix the conflict PR is awesome 💯
@abregar set your etcd cluster right first. if you use docker-compose, the etcd connection maybe `etcd:2379` instead of `127.0.0.1:2379`
nsqd 节点上的消息不会复制, 这样看来, producer+consumer 使用通一个 nsqd 节点是最简单的方案, 如果 producer 和 consumer 都可以写所有 nsqd 节点的话 - producer 需要使用 nsqlookup 的 /nodes 接口获取所有可用 nsqd 节点, 然后选择一个发送消息 - consumer 需要使用 nsqlookup 的 /lookup...