39 Star 371 Fork 90

Ahoo-Wang/Wow

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mongo_kafka_redis.yaml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
apiVersion: v1
kind: ConfigMap
metadata:
name: wow-example-config
data:
application.yaml: >-
logging:
level:
me.ahoo.wow: warn
spring:
application:
name: example-service
mongodb:
uri: mongodb://root:QYE4XbfFl9uAGw@mongodb-test-mongodb-sharded.test.svc.cluster.local:27017/wow_example_db?authSource=admin&maxIdleTimeMS=60000
data:
redis:
cluster:
max-redirects: 3
nodes:
- redis-test-redis-cluster-0.redis-test-redis-cluster-headless.test.svc.cluster.local:6379
password: VPI7MsrrF7beIg
cosid:
machine:
enabled: true
distributor:
type: redis
generator:
enabled: true
wow:
command:
bus:
type: kafka
event:
bus:
type: kafka
kafka:
bootstrap-servers: 'kafka-test-0.kafka-test-headless.test.svc.cluster.local:9093'
eventsourcing:
store:
storage: mongo
snapshot:
storage: redis
state:
bus:
type: kafka
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/AhooWang/Wow.git
git@gitee.com:AhooWang/Wow.git
AhooWang
Wow
Wow
main

搜索帮助