enable notice mq consumers in test config
This commit is contained in:
parent
c62afd3d02
commit
3eabd78808
@ -57,12 +57,12 @@ rocketmq:
|
|||||||
secret_key: ""
|
secret_key: ""
|
||||||
namespace: ""
|
namespace: ""
|
||||||
wallet_outbox:
|
wallet_outbox:
|
||||||
enabled: false
|
enabled: true
|
||||||
topic: "hyapp_wallet_outbox"
|
topic: "hyapp_wallet_outbox"
|
||||||
consumer_group: "hyapp-notice-wallet-outbox"
|
consumer_group: "hyapp-notice-wallet-outbox"
|
||||||
consumer_max_reconsume_times: 16
|
consumer_max_reconsume_times: 16
|
||||||
room_outbox:
|
room_outbox:
|
||||||
enabled: false
|
enabled: true
|
||||||
topic: "hyapp_room_outbox"
|
topic: "hyapp_room_outbox"
|
||||||
consumer_group: "hyapp-notice-room-outbox"
|
consumer_group: "hyapp-notice-room-outbox"
|
||||||
consumer_max_reconsume_times: 16
|
consumer_max_reconsume_times: 16
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user