python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to return Generic List in FallbackHandler using Kotlin
I am trying to return List with Generic type from handle(context: ExecutionContext?) method of MicroProfile FallbackHandler using Kotlin. But it's throwing exception like " org.eclipse.microprofi...
cbagchi
Votes: 0
Answers: 1
Fault tolerance in HA k3s setup
I'm trying to setup an HA k3s cluster with embedded etcd as datastore, with some VMs running on a server and a few raspberry pis.
I think I understand all of the concepts behind kubernetes and k3s spe...

Cyborgium
Votes: 0
Answers: 2
Do you need to back up (not snapshot, but full copy of data) DB if you have Multi-AZ standby DB instances?
I understand that database backup is a full copy of the database and serves as the last resort in a disaster where data is lost -- recovering data.
In the case of multi-AZ standby db deployment, we al...

somenickname
Votes: 0
Answers: 2
Resilience4j vs Hystrix. What would be the best for fault tolerance?
When I initially learn about spring boot, I've learnt about spring cloud netflix hystrix as a circuit breaker. There were bunch of options such as multiple application properties and annotation base d...
Sankalpa Wijewickrama
Votes: 0
Answers: 2