Spring Boot + Eureka Server + Hystrix with Turbine: empty turbine.stream

前端 未结 2 995
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 07:52

I\'m trying to run Spring Boot (with Spring Cloud) + Eureka Server + Hystrix Dashboard and Turbine stream, but I run into a problem I couldn\'t find any solution so far. I u

2条回答
  •  没有蜡笔的小新
    2020-12-05 08:14

    In my case I had :7979/mock.stream as client for testing turbine app. The turbine checks time of event (timeOfEvent) so it will show only the current date time events.

    It can be turned off using

    turbine.InstanceMonitor.eventStream.skipLineLogic.enabled = false

提交回复
热议问题