This commit is contained in:
MaxKey
2022-02-24 15:37:24 +08:00
parent 090f4c9cc0
commit 1c5adf4234
6 changed files with 54 additions and 9 deletions

View File

@@ -178,9 +178,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali
############################################################################
#RocketMQ for connectors configuration #
############################################################################
rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable=true
rocketmq.producer.group=maxkey_identity
rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable =true
rocketmq.producer.group =maxkey_identity
############################################################################
#Time-based One-Time Password configuration #
############################################################################

View File

@@ -180,9 +180,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali
############################################################################
#RocketMQ for connectors configuration #
############################################################################
rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable=true
rocketmq.producer.group=maxkey_identity
rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable =true
rocketmq.producer.group =maxkey_identity
############################################################################
#Time-based One-Time Password configuration #
############################################################################

View File

@@ -163,9 +163,9 @@ spring.kafka.producer.value-serializer =org.apache.kafka.common.seriali
############################################################################
#RocketMQ for connectors configuration #
############################################################################
rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable=true
rocketmq.producer.group=maxkey_identity
rocketmq.name-server =${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable =true
rocketmq.producer.group =maxkey_identity
############################################################################
#Time-based One-Time Password configuration #
############################################################################