cloudfoundry / cloudfoundry/cf-java-client
Unable to set PCF health-check invocation-timeout through stream spring boot app.
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 334
- 派生
- 319
- PR 合并指标
- 30 天内没有已合并 PR
描述
I need to set PCF health-check invocation-timeout through manifest file.
In manifest.yaml file
cloudfoundry.health-check: "HTTP"
cloudfoundry.health-check-http-endpoint: "/actuator/health"
cloudfoundry.health-check-timeout: "130"
cloudfoundry.health-check-invocation-timeout: "10"
In this, first 3 properties are able to set in PCF health-check section through spring boot app . But invocation-timeout is not able to set. Please can you help on this?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 manifest.yaml 的属性开始,跟踪项目如何处理三个正常工作的 health-check 设置。将该路径与 cloudfoundry.health-check-invocation-timeout 进行比较,并验证最终的 PCF health-check 配置;完成的标准是可以按要求通过 manifest 设置调用超时时间。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, spring-boot
- 领域
- cloud, devops
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100