liuruiyiyang commented on a change in pull request #33:
URL: https://github.com/apache/rocketmq-operator/pull/33#discussion_r464834365
##########
File path: README.md
##########
@@ -204,21 +166,29 @@ metadata:
name: broker
spec:
# size is the number of the broker cluster, each broker cluster contains a
master broker and [replicaPerGroup] replica brokers.
- size: 2
+ size: 1
# nameServers is the [ip:port] list of name service
nameServers: ""
# replicationMode is the broker replica sync mode, can be ASYNC or SYNC
replicationMode: ASYNC
- # replicaPerGroup is the number of replica broker in each group
+ # replicaPerGroup is the number of each broker cluster
replicaPerGroup: 1
# brokerImage is the customized docker image repo of the RocketMQ broker
- brokerImage: apacherocketmq/rocketmq-broker:4.5.0-alpine
+ brokerImage: rocketmqinc/rocketmq-broker:4.5.0-alpine
Review comment:
fixed, changed to apacherocketmq
##########
File path: example/rocketmq_v1alpha1_broker_cr.yaml
##########
@@ -31,10 +31,18 @@ spec:
brokerImage: rocketmqinc/rocketmq-broker:4.5.0-alpine
Review comment:
fixed
##########
File path: example/rocketmq_v1alpha1_nameservice_cr.yaml
##########
@@ -24,8 +24,25 @@ spec:
nameServiceImage: rocketmqinc/rocketmq-namesrv:4.5.0-alpine
Review comment:
fixed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]