-
Updated
Oct 19, 2020 - Java
microservices
Here are 1,278 public repositories matching this topic...
-
Updated
Oct 13, 2020 - Java
Issue Description
Type: bug report
Describe what happened
java.lang.IllegalStateException: failed to req API:/nacos/v1/ns/instance/beat after all servers([minion-register:8848]) tried: failed to req API:minion-register:8848/nacos/v1/ns/instance/beat. code:400 msg: java.lang.IllegalArgumentException: dom name can only have these characters: 0-9a-zA-Z-._:, current: DEFAULT_GROU
I want to use the "ecr-login" credHelper for both from and to, but I need to use different environment variables (AWS_PROFILE in my case), because the IAM is different in each case. If it is possible somehow, I would like to know, and if not, I would like to request this feature (just like e.g. environment can be set for dockerClient).
As a workaround, I will now try to run the credHe
-
Updated
Sep 12, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 21, 2020 - Java
In our codebase, we push RequestContext and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}If RequestContext provides run(Runnable) or call(Callable) we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));This is inspired by g
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 16, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 20, 2020 - Java
Removal of ZbLogger
Description
As we can now change the log level dynamically, is ZbLogger still necessary? As far as I can tell, it does mostly what the Log4J logger does already, so from my point of view we could just remove ZbLogger, unless someone knows why we should not. We can keep ContextLogger for now - though this would be superseded once SLF4J 2.0 is released (with the new structure API).
-
Updated
Apr 12, 2020 - Java
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Oct 20, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Jul 1, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Sep 17, 2020 - Java
-
Updated
Oct 21, 2020 - Java
-
Updated
Oct 16, 2020 - Java
-
Updated
Sep 22, 2020 - Java
Improve this page
Add a description, image, and links to the microservices topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservices topic, visit your repo's landing page and select "manage topics."
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp