-
hdost updated
3 years ago
-
### __Should the upload handler be uninstallable?__
(Currently, it isn't).
__Any backwards-compatibility concerns?__
Nope. :-)
Because the loader checks for the existence of the upload han…
-
Hi.
Today I correctly followed the instructions given in README.adoc step by step. I'm trying to run the application on my local laptop i.e. on windows. Everything worked fine except some deprecati…
-
First off, I love treat! Thanks for building it!
Instead of:
```javascript
// component.treat.ts
import { style } from 'treat';
export const green = style({
color: 'green'
});
// com…
-
Currently, friend-service tries to do an atomic operation across two different data sources. In reality, it is not atomic as the server can die after committing to db but before the message is persist…
-
It is not possible to publish an event which will be handled more than one service. In other words if one service(Service **A**) publishes the event/message, and many other services are subscribed to …
mix42 updated
5 years ago
-
Hi @xstefank
I wanna know whether you could resolve the problem with kafka consumer service "Commit cannot be completed since the group has already rebalanced and assigned the partitions to another …
-
I suggest to discuss possible migration from Spring bloat to full microservice architecture.
There could be possible move from Spring (development framework) to full microservice platform. Probably…
-
Hi,
Using TODO sample application I faced a problem that CDC does not do its job. All messages are not published to kafka. So, I updated the docker images to the latest versions (0.21.3) and change…
-
java -jar target/codegen-cli.jar -f light-rest-4j -o ~/networknt/light-example-4j/rest/petstore -m ~/networknt/model-config/rest/petstore/swagger.json -c ~/networknt/model-config/rest/petstore/config.…