diff --git a/writer/src/main/resources/application.yml.example b/writer/src/main/resources/application.yml.example index 47a7dbc..5009c43 100644 --- a/writer/src/main/resources/application.yml.example +++ b/writer/src/main/resources/application.yml.example @@ -11,12 +11,22 @@ spring: client_id: gitlink_producer_01 retries: 5 batch_size: 16384 - # 副本数 replication_factor: 1 - # 分区数 partitions: 3 topic: topic-gitlink-notification + redis: + database: 0 + host: redis + port: 6379 + password: + pool: + max-active: 200 + max-wait: -1 + max-idle: 10 + min-idle: 0 + timeout: 1000 + datasource: # 配置数据源类型