microservice
Here are 4,517 public repositories matching this topic...
Do you want to request a feature or report a bug?
Bug? See bellow
What did you do?
I'm moving my services from a Docker host to a Kubernetes host which includes Traefik as my edge router. The first half of the documentation on getting started in Kubernetes (The User Guide under 2.1: https://docs.trae
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }
I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.
Currently it's at cmd/mesh 43.7%.
-
Updated
Mar 30, 2020 - Go
Why you need it?
Is your feature request related to a problem? Please describe in details
Currently, it can only be injected through the constructor of GlobalTransactionScanner. A more deterministic way is needed.
Reference ObjectHolder.java
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
页面上的BUG
1 线程数并不支持集群限流,但是在页面上却可以新增出来支持集群限流的线程数规则来
2 QPS集群限流目前并不支持关联限流、链路限流,但是页面上却可以进行新增
3 QPS集群限流所有模式下并不支持warmup/排队等候等,但是页面上却可以进行新增
i find the root cause of this issue
see config/Docker.file
HEALTHCHECK --interval=10s --timeout=3s CMD curl -f http://localhost:8888/actuator/health || exit 1
values of 10s for interval and 3s for connect timeout is both too small, when the docker machine have a bit lo
-
Updated
Mar 29, 2020 - C++
What would be the minimal IAM Policy for deploying, I know the policy on the website, but that has also access to EC2 and is quite broad. For example I would not need to control a domain from there.
Like it would be a role that you could put on Travis-CI and not worry about them deleting your EC2 instances.
I tried deleting everything other than Lambda, API Gateway and S3, but then I began
If I were to deploy cube.js using AWS serverless architecture, is athena required?
The docs https://cube.dev/docs/deployment#serverless do not mention whether Athena is optional or required. But when reading it, I assume it is required because there are athena keys in the serverless.yml config. I'm evaluating the idea of using Postgres RDS as the sole datasource for cubejs.
-
Updated
Mar 31, 2020
In what area(s)?
/area test-and-release
Describe the feature
This issue is to create separated dapr system processes as a separate docker image.
system process | proposed docker image name |
---|---|
operator/injector | operator |
sentry | sentry |
placement | placement |
Note: operator/injector are used for K8s, so that we can put
-
Updated
Mar 25, 2020 - PHP
-
Updated
Mar 30, 2020 - Go
-
Updated
Jul 18, 2019
Describe the feature
Adopt opencensus for metrics and tracing
Additional context
https://opencensus.io/
-
Updated
Mar 28, 2020 - C#
-
Updated
Mar 28, 2020 - Makefile
I appreciate your hardwork and this seems to be a very promising upcoming framework for creating microservices. I have tried Senecajs
and I didn't quite like the architecture.
On other hand, moleculer
is great but I still didn't get how to use it in production. Here are following use cases.
- How am I supposed to start a service and keep it running in background. Like pm2 does. What are
Hi,
I went through the documentation and couldn't find anything about using imgproxy with a SPA framework like vue. Are there any examples or guides on this?
If I understand correctly imgproxy is ment to be used serverside because of the encryption aspect. Would love to know about any best practices on how to implement it in a SPA scenario.
Thank you
-
Updated
Mar 31, 2020 - Go
mercyblitz, 你好!
我在看B站视频, 在节目 tech-weekly 第十五期中 ,没有看到对应的例子程序,
目录是: tech-weekly\2019.01.04「小马哥技术周报」- 第十五期《Apache Dubbo 微服务系列之 Dubbo 与 Spring Cloud 整合》\dubbo-samples\dubbo-spring-cloud-samples\dubbo-spring-cloud-consumer-sample\src\main\ ,只有配置文件,几个目录都是这样。
请问是否没有上传或是在其他的地方? 请帮忙看一下,谢谢了!
-
Updated
Feb 28, 2020 - Go
-
Updated
Mar 31, 2020 - Java
The document at:
https://github.com/datawire/ambassador-docs/blob/master/user-guide/grpc.md
Mentions
$ docker run -p 50051:50051 <docker_reg>/grpc_example
Greeter client received: Hello, you!
in the section that talks about running the client. But this command is in fact for running the server.
Add a config option to specify host:post.
Currently one can only set the port via config option Port
just for krakend to use this value as a string.
func NewServer(cfg config.ServiceConfig, handler http.Handler) *http.Server {
return &http.Server{
Addr: fmt.Sprintf(":%d", cfg.Port),
...
}
}
Improve this page
Add a description, image, and links to the microservice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microservice topic, visit your repo's landing page and select "manage topics."
Bug Report
This is not related to the framework per se. And I guess most of users won't experience this... But I am being forced to check this new service and cannot use other resources in the website, e.g. docs, blogs......
For the promotion purpose, I think it is better to use a pop up modal.
Description
What did you do?
I opened the website of serverless.
What happened?