-
Hi, guys, one quick question:
How do I write application that produces message to some kafka topic, and at the same time listens at the same topic (using `@StreamListener`), with messages being seria…
-
Apologies if this is a poorly-formed or irrelevant question, I'm working hard to understand Microservices architecture and it's foundations in DDD.
Based on what I'm reading, it seems like referenc…
-
Hi,
Great job with that project. I'd would like to add my feedback about the future of **domain events and integration between microservices**. I would like to suggest to apply event sourcing in the …
-
I have a requirement where I would like to know the last value recorded for a metric and rate of a particular metric
To get the Latest value I can use a gauge but it is synchronous and requires dev…
-
As suggested by @caniszczyk, we submit light-4j for consideration to be included in CNCF projects.
Github repo: https://github.com/networknt/light-4j
Document: https://doc.networknt.com/
More i…
-
1. Background concepts:
- [x] Change to Explore how to prevent a failure from bringing down the entire system. (PR #73)
- [x] need link for MicroProfile and Fault Tolerance as in circuit breaker g…
-
Hi Miguel,
I have read about the [scalability issues](https://medium.com/@3rdeden/cluster-fucks-when-scaling-socket-io-2c8ad1153332) in the design of socket-io when clustering because it seems that…
hsvlz updated
6 years ago
-
Is there a way to create a zuul filter in which I can rout one incoming request to two or more backend services and do a result aggregation as a Map or anything else?
I think of something like a rout…
-
Hi!
I'm working on complex system, main part of which is ActionHero (actually it is great, thanks!). System is complicated, so I want to split it on microservices and each of them will do specific …
-
I'm testing using ea-async with a SpringBoot 5.x application I am working on. When I try to compile and run this on Java 9 I get the following error:
```
java.lang.IncompatibleClassChangeError: M…