Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
125 views

Difference in Spring cloud eureka and spring data flow

We have a monolithic application with quite a few upstream and downstream application along with with a layer of ETL operations. We are in process of breaking down this application in microservices. ...
Sameer Hameed's user avatar
1 vote
2 answers
911 views

How to collect turbine stream from a Standalone Turbine Stream application

Similar with this post, I created another turbine stream based application to collect hystrix stream from other applications. Spring Boot: 2.0.4.RELEASE, Spring Cloud: Finchley.SR1 The application ...
Hantsy's user avatar
  • 9,414
0 votes
1 answer
771 views

Spring Cloud Netflix & Spring Cloud Data Flow microservice arheticture

I'm developing an application that must both handle events coming from other systems and provide a REST API. I want to split the applications into micro services and I'm trying to figure out which ...
user avatar
0 votes
1 answer
503 views

How to configure Spring Cloud Turbine Stream and Spring Boot Actuator using 2.0.0.M4 version?

I have the following configuration: @EnableTurbineStream @EnableDiscoveryClient @SpringBootApplication public class SquintTurbineServerApplication { public static void main(final String... args) { ...
Ricardo Pina Arellano's user avatar
1 vote
1 answer
914 views

Spring-Cloud-flow orchestration for realtime data processing

I need to build a orchestration layer for couple of Rest APIs (microservices), message based services and post the result to a messaging layer (RabbitMQ/Kafka). Our application is realtime similar to ...
Chandru's user avatar
  • 1,014
2 votes
0 answers
864 views

How to aggregate hystrix metrics with turbine-stream and kafka when using spring cloud?

When I aggregate hystrix metrics in clusters with turbine when using spring cloud stream and kafka stream. I encountered the following error: 2017-03-07 16:54:57.519 INFO 12808 --- [o-eventloop-3-...
Stone Happy's user avatar
0 votes
1 answer
709 views

PollableChannel in Spring Cloud Stream

How I can use PollableChannel in Spring Cloud Stream to receive a stream from inputs? Thanks
hatim ahadri's user avatar
1 vote
0 answers
902 views

How to aggregate hystrix metrics in clusters with turbine when using spring cloud stream

We would like to change our hystrix/turbine setup to use spring-cloud-stream (with a Kafka bus). The changes are quite simple and I can see all my hystrix circuits and metrics in the dashboard ... but ...
Sébastien Nussbaumer's user avatar