-
```
---
name: Sahil Sawhney
title: "Deploying Scala Based Applications Over DCOS - The Evolution Continues"
length: 90
audience: Intermediate
language: English
twitter: https://twitter.com/lihas5
gith…
-
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 …
-
```
---
name: Sahil Sawhney
title: "Deploying Scala Based Applications Over DCOS - The Evolution Continues"
length: 90
audience: Intermediate
language: English
twitter: https://twitter.com/lihas5
gith…
-
Hey all, thanks for the great work on `postgres-operator` (and of course supporting tech like `spilo` and `patroni`) -- I was wondering if more granular CRDs (e.g. `PostgresDB`, `PostgresSchema`, and …
-
```
---
name: Konrad `ktoso` Malawski
title: "Distribute All The Things (with Akka)"
length: 40
audience: Intermediate
language: English
twitter: ktosopl
github: ktoso
icon: https://scontent-…
-
Hi there,
I am trying a microservices app with UAA option. discoveryclient service seems to print all the services (discoveryClient.getServices()). But for some reason both Gateway and M…
-
Example: 2 endpoints. (E1 and E2)
Issue 1: E1 wants to talk to E2, but E2 its down.
MessageDrivenOnly: E1 will fail.
EventCentric: E1 will publish its desire as a durable event, and eventually E2 will…
-
##### **Overview of the issue**
```
2018-03-05 23:32:03.194 DEBUG 89134 --- [ XNIO-2 task-18] c.o.d.g.g.a.AccessControlFilter : Access Control: allowing access for /blog/api/blogs, as no …
-
```
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerAdapter' defined in class path resource [org/springframework/boot/autoconfigure/web/We…
-
I am using zuul to route to a number of microservices, and it is working for java spring boot services, but for some reason not for nodejs services.
I can see that the nodejs services are being reg…