microservice
Here are 6,607 public repositories matching this topic...
-
Updated
Jan 6, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Kong version ($ kong version)
2.5.1.0
Current Behavior
When calling kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2:
A sender MUST NOT send a Content-
-
Updated
Jan 10, 2022 - 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
我们的项目正在使用限流,并且配置了规则已生效,我们的规则基本上不变,但是限流相关的日志越来越大越来越多,我们需要花时间和精力来处理这些日志。是否可以添加一个打印日志的级别配置类似csp.sentinel.log.level=OFF的,这样我们可以直接进行关闭。我看了咱的应该是使用的默认的 private volatile Level logLevel = Level.ALL;
Ask your question here
I found a related issue #3774 , but it's closed, I would like a faster response and more attention, so I am submitted this issue.
I had some similar confusion.
We have deployed a resource kind of Stateful and configured annotations with "dapr.io/enabled". The pod is up and running with sidecar daprd, but is no corresponding k8s Service established, so that, it i
-
Updated
Jan 10, 2022 - Go
-
Updated
Jan 10, 2022 - Go
ENV
Python 3.9
jina 2.5.0
Describe the bug
If i try to dump an image blob to a io.bytesio object an error is thrown
from jina import Document
import io
d = Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO()
(
d
.load_uri_to_image_blob()
.dump_imaDescribe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
- All unquoted column names are treated as upper case
- Quoted column names are case sensitive.
So "date_from" <> date_from
To Reproduce
Steps to reproduce
-
Updated
Nov 15, 2021 - Java
-
Updated
Dec 24, 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
-
Updated
Sep 27, 2021 - Go
-
Updated
Jan 3, 2022
-
Updated
Dec 28, 2021
-
Updated
Jan 3, 2022 - Go
-
Updated
Jan 10, 2022 - Go
-
Updated
Dec 27, 2021 - PHP
-
Updated
Jan 7, 2022 - Kotlin
-
Updated
Jan 10, 2022 - TypeScript
-
Updated
Jan 8, 2022 - JavaScript
-
Updated
Dec 22, 2021 - Go
-
Updated
Jan 9, 2022 - Vue
-
Updated
Jul 18, 2019
-
Updated
Nov 29, 2021 - Makefile
新人贡献上手任务
这里的任务,主要是为了帮助新人熟悉dtm的贡献PR流程,如果您已经是一个熟练的开源贡献者,请参考 #93
这里的任务比较多,您仅需要上手做一到两个,熟悉流程之后,就可以去做更有挑战的任务,参考 #93
- dtmsvr/storage下的文件,可以加上开源版权注释,每个文件的一行作为一个任务,发一个PR
- dtmcli/dtmimp/trans_xa_base.go中的中文注释翻译成英文注释,每行注释翻译,作为一个任务,发一个PR
- dtmcli/tcc.go中的注释翻译,同上
- 运行make之后,修复其中一个golangci-lint检测出来的问题,发一个PR
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."
Are you certain it's a bug?
Is the issue caused by a plugin?
Are you using the latest version?
Is there an existing issue for this?
Issue description
When trying to deploy a `serverles