腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
3
回答
如何访问
hystrix
仪表板?
、
、
、
、
我在
spring
引导应用程序中添加了以下依赖项: <groupId>org.springframework.cloud</groupId> <version>2.1.3.RELEASE</version> </depend
浏览 3
提问于2019-11-11
得票数 6
6
回答
Spring
Boot
2由于
Hystrix
而启动失败?
、
我开始研究将
Spring
Boot
应用程序从1.5.x迁移到2。这个应用程序依赖于
hystrix
,而
hystrix
目前还不兼容
Spring
Boot
2。当我
的
pom中有以下内容时: <groupId>org.springframework.cloud</groupId> <artifactId>
spring
-cloud-starter-
hystrix<
浏览 0
提问于2018-05-15
得票数 11
1
回答
错误:原因: org.gradle.internal.component.external.model.DefaultModuleComponentSelector
、
、
、
我
的
gradle.buildbuildscript { springBootVersion = '1.4.3.:
spring
-cloud-starter-
hystrix
') compile("org.springframework.
boot
:
spring
-
boot
-starter-web"){//
spring
-c
浏览 2
提问于2017-01-08
得票数 1
回答已采纳
3
回答
如何进行
Spring
Boot
Admin
Hystrix
-Dashboard集成
、
、
无法将
Hystrix
Dashboard与
Spring
Boot
Admin集成<?xml version="1.0" encoding="UTF-8"?> <groupId>de.codecentric</groupId> <artifactId>
spring<
浏览 2
提问于2016-10-25
得票数 2
1
回答
带
Hystrix
的
Spring
Boot
、
、
、
我在我
的
大学项目中使用了
Spring
Boot
和
Hystrix
。我遇到
的
问题是,当我将Netflix
Hystrix
依赖项添加到pom.xml文件并运行该程序时,它抛出一个名为AbstractMethodError : null
的
错误,但没有Netflix
Hystrix
这些是我
的
依赖项 <dependency> <groupId>org.springframework.
boot
浏览 14
提问于2019-04-20
得票数 0
回答已采纳
1
回答
Docker-包含管理和端口动态寻址服务
、
、
我想知道有没有可能生成docker-compose文件,指定consul port:8500:8500,然后我们有服务A,服务B,内部端口来自Consul动态添加,外部端口应该是静态
的
?例如,Consul在端口8500上启动,然后一些Java
Spring
-
boot
应用程序从consul -比方说:12345在动态端口上启动,它像docker-compose port中那样注册为内部和外部端口
浏览 18
提问于2019-07-18
得票数 0
2
回答
无法在
Spring
Cloud中获取/
hystrix
.stream
、
、
我已经创建了一个微服务,其中包含
Spring
cloud版本Camden.SR2
的
以下依赖项。
Spring
Boot
1.4.1。http://localhost:8080/
hystrix
.stream没有响应。 <artifactId>
spring
-cloud-starter-
浏览 0
提问于2016-11-06
得票数 6
回答已采纳
2
回答
如何从执行器/metrics端点中排除
Hystrix
?
、
、
、
、
我有一个具有Actuator和
Hystrix
功能
的
spring
引导应用程序。
Spring
-
Boot
-版本:1.3.1 Version <groupId>org.springframework.
boot
</groupId>&l
浏览 0
提问于2016-01-20
得票数 3
回答已采纳
2
回答
将metrix添加到队列时出错
、
、
我在我
的
应用程序中使用了Eureka、Zuul、
Hystrix
和组合服务。我正在使用用于消息队列
的
RabbitMq。在运行测试用例时,我得到了以下异常。我
的
测试运行得很好,但得到
的
异常如下: 11:38:16.597 [task-scheduler-4] ERROR o.s.c.n.h.amqp.HystrixStreamTask - Error(H ystrixStreamTask.java:289) ~[
spring
-cloud-netflix-
hystrix</em
浏览 1
提问于2016-02-12
得票数 2
3
回答
Hystrix
的
健康端点不可用
、
、
我正在尝试将断路器模式与Springboot和Netflix
的
Hystrix
实现结合使用,并且我正在努力访问其健康端点。 文档中提到它应该在/
hystrix
.stream中可用,但这并没有发生。另外,我注意到在应用程序初始化时出现了以下错误:Endpoint ID '
hystrix
.stream' contains invalid characters, please migrate to a版本: Springboot 2.1.4.RELEASE
Spring
Cloud
浏览 540
提问于2019-04-07
得票数 1
回答已采纳
1
回答
寻找一种SpringBoot
Hystrix
解释(SpringBoot启动器)
的
解决方案--启用安全性
的
Hystrix
(作为它自己
的
项目)?
、
、
、
、
我
的
Hystrix
仪表板启用应用程序:包装com.example.hystrixdemo;import org.springframework.
boot
.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.
hystrix
.EnableHystrix<groupId>org.sp
浏览 4
提问于2019-11-25
得票数 1
2
回答
在/health下不公开
Hystrix
状态。
、
、
、
根据,我
的
应用程序应该在/health下提供
hystrix
数据。尽管打开了断路器,但我在这个url下面看到
的
唯一东西是我希望能看到这样
的
事情 "
hystrix
": { mavenCentral() dependencies { classpath("org.sp
浏览 0
提问于2018-02-09
得票数 0
回答已采纳
2
回答
hystrix
未拾取application.yml
、
、
、
我想将方法注释中
的
以下配置移动到属性文件中 @HystrixProperty(name = "circuitBreaker.sleepWindowInMilliseconds100") fallbackMethod = "fallbackCall")
hystrix
reques
浏览 19
提问于2017-01-14
得票数 2
回答已采纳
1
回答
如何在独立涡轮应用程序中激活/turbine.stream端点
、
、
、
我正在尝试创建一个独立
的
应用程序来收集来自其他应用程序
的
Hystrix
流。但默认情况下,它不公开/turbine.stream端点。我确信我
的
项目中缺少
的
是什么。: port: 8383 application: endpoints:> <groupId>org
浏览 0
提问于2018-08-28
得票数 2
7
回答
无法连接到带有
Spring
的
Hystrix
仪表板
的
命令度量流
、
、
、
、
我有一个使用
Spring
的
微服务项目,这是来自父级
的
代码片段: <groupId>org.springframework.
boot
</groupId>
浏览 0
提问于2018-04-12
得票数 10
回答已采纳
1
回答
spring
-cloud -
Hystrix
Stream仅
带
、
、
对于使用Ribbon/Feign客户端
的
web应用程序中
的
spring
-
boot
-starter-actuator,
hystrix
流/端点未启用。如何为Feign/Ribbon启用
hystrix
流? 环境:
Spring
Boot
1.3.5.RELEASE、
Spring
Cloud Brixton.SR4
浏览 3
提问于2016-08-23
得票数 0
回答已采纳
1
回答
如何使
Hystrix
仪表板在SpringBootAdmin2.x中重新工作
、
、
、
Spring
1有一个集成
的
。在将我
的
堆栈从SpringBoot1.x升级到2.x之后,这个仪表板似乎已经消失了。我怎样才能重新启用它?
浏览 3
提问于2019-11-19
得票数 0
回答已采纳
1
回答
Spring
:
Hystrix
没有显示ping
的
数据
、
、
、
、
我在我
的
spring
引导应用程序中使用
hystrix
,但是当我访问/
hystrix
流页面时,没有数据。它只显示"ping:“。在我
的
pom.xml中,我得到了以下内容: <dependency> <artifactId>
spring</
浏览 3
提问于2016-08-25
得票数 1
1
回答
Spring
cloud Camden.SR1
hystrix
.stream挂起
、
、
我正在尝试在
Spring
Cloud服务中启用
hystrix
流,在
spring
启动应用程序中使用Camden.SR1。我通过具有编译时依赖项来启用
hystrix
:并在应用程序配置中添加@EnableHystrix/mappings执行器显示/
hystrix
.stream端点可用,但是当我在它上面执行G
浏览 2
提问于2016-10-27
得票数 0
1
回答
弹簧引导-启动-驱动器与
hystrix
伺服度量-发布者冲突。
、
我使用
spring
1.4.3与Netflix一起使用metrics,并通过JMX提供
Hystrix
指标。
Hystrix
包含在项目中。</artifactId></dependency><dependency> &
浏览 7
提问于2017-02-28
得票数 4
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券