microservice
Here are 6,192 public repositories matching this topic...
-
Updated
Aug 30, 2021 - Go
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.
-
Updated
Aug 30, 2021 - Go
Why you need it?
目前 1.4.2 版本 使用consul做配置中心时, 读取配置是从consul 根目录读取的,还不支持从自定义的目录读取配置,
这让配置中心的数据难以归类管理。
How it could be?
希望能够支持自定义配置目录
Other related information
Add any other context or screenshots about the feature request here.
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
As we konw,if we set paramItem in GatewayFlowRule,it will used as ParamFlowRule。
but ,in ParamFlowRule,we can set multiple paramItem by paramFlowItemList
How to use multiple paramItem in GatewayFlowRule。
使用网关流控时,如果要使用参数限流配置,没法和热点参数限流一样,添加多个热点参数项。
比如,在网关里面配置route_id=A,按host=a.com限流100qps,host=b.com限流50qps
-
Updated
Aug 30, 2021 - Go
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Ask your question here
How can I communicate with the Dapr Sidecar using a secure communication channel (HTTPS)?
I would like to be able to redirect all traffic coming from our API Gateway to the Dapr sidecars using a secure communication channel as described in the
Describe the bug
Serverless: Deprecation warning: Variables resolver reports following resolution errors:
- Cannot resolve variable at "provider.environment.CUBEJS_APP": Value not found at "self" source,
- Cannot resolve variable at "functions.cubejsProcess.events.0.event.resource": Value not found at "self" source
From a next major this will be
-
Updated
Aug 30, 2021 - Java
-
Updated
Aug 30, 2021 - Go
-
Updated
Jul 30, 2021 - JavaScript
同时发布一个服务的多个节点的实现问题
What language are you using?
C++
What operating system (Linux, Ubuntu, …) and version?
Linux
What runtime / compiler are you using (e.g. jdk version or version of gcc)
4.8.5
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
tars的发布流程:tarsweb上传安装包 -> tarsAdminRegistry开始发布 -> tarspatch 从/usr/local/app/p
The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.
Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app
-
Updated
Nov 18, 2020 - Go
-
Updated
Aug 26, 2021
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 2, 2021 - PHP
-
Updated
Aug 27, 2021 - C#
-
Updated
Aug 30, 2021 - Go
-
Updated
Aug 29, 2021 - Kotlin
This is
- Bug
Expected Behavior
When a page is created in Page Builder, the list of pages should correctly show the Created by
label, showing the author of the page.
Actual Behavior
The label says N/A
.
The API call however, returns the data correctly:
![image]
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Aug 22, 2021 - Go
-
Updated
Aug 4, 2021 - Makefile
-
Updated
Aug 30, 2021 - Go
Capability Questions
Issue Description
Question
Describe what happened (or what feature you want)
Trying to evaluate ChaosBlade as an option for resiliency testing. But I'm not sure if this is a feature request or a question. Actually, two questions:
- Does ChaosBlade support Azure, or can it be extended to support Azure?
- Can ChaosBlade inject failures into a Platform as a Service (Pa
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."
Use case description
Currently, configuring a function to be executed at multiple schedules requires multiple event entries, each of them potentially specifying additional properties (e.g. enabled, input):