-
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…
-
Kafka didn't take kindly to being shutdown upon terminating with `runAll`:
```
[info] Stopping Kafka...
[error] i.n.u.c.D.rejectedExecution - Failed to submit a listener notification task. Event …
huntc updated
6 years ago
-
I have a few suggestions/comments -
- Can you please update the architecture diagram with the components and flow of control?
- Ideally, you should not link the Docker containers to RabbitMQ. Acce…
-
I know I’ve said many times that `waitFor()` is an anti-pattern and I still think that for most apps that is true. However some apps with complex data calculations have to either:
- (1) Create complex…
-
Hi, in my project I need to create two API gateways, one for customers and one for management.
They are mostly API proxy (with authentication using Azure AD B2C) so that I can expose only the gateway…
-
from the chat:
an aggregate talks to the process manager (or another aggregate) directly, no magic wiring in the background. that's a huge difference, and I like the explicitness - would like to ha…
-
With our efforts to enable cross-platform development, and recently, to enable the use of NuGet packages for ChakraCore development with .NET and Native apps (#85), as well as other work we've been do…
-
For static sites (e.g. svelte.technology), it might be nice to have an equivalent of `next export`. Could be done like so:
```js
// scripts/export.js
const exporter = require('sapper/export');
…
-
# Feature Request
## What challenge are you facing?
I am currently trying to figure out a build strategy for a platform that supports multiple unique microservices. Each microservice should be …
-
Problem:
When content configured to work with local disk storage, all theme changes immediately reflected in the storefront, thanks for FilesystemWatcher, but for azure blob storage it it does not w…