Skip to content
#

microservice

Here are 6,555 public repositories matching this topic...

JuanBermudezN
JuanBermudezN commented Dec 15, 2021

Are you certain it's a bug?

  • Yes, it looks like a bug

Is the issue caused by a plugin?

  • It is not a plugin issue

Are you using the latest version?

  • Yes, I'm using the latest version

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Issue description

Hello, good morning, I want to know if you are going

joshkping
joshkping commented Nov 16, 2021

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-

caohdgege
caohdgege commented Dec 27, 2021

Why you need it?

Is your feature request related to a problem? Please describe in details
for now, when acquire lock, seata will check whether the global lock has been holded by other global transaction. but for insert or part of insert ignore into(may be more), if the before image is empty, it means that the target rows is not exists when the current global transaction execute, so it can sk

aschiffmann
aschiffmann commented Apr 21, 2021

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

zhaoxinhu
zhaoxinhu commented Dec 20, 2021

我们的项目正在使用限流,并且配置了规则已生效,我们的规则基本上不变,但是限流相关的日志越来越大越来越多,我们需要花时间和精力来处理这些日志。是否可以添加一个打印日志的级别配置类似csp.sentinel.log.level=OFF的,这样我们可以直接进行关闭。我看了咱的应该是使用的默认的 private volatile Level logLevel = Level.ALL;

dapr
uptutu
uptutu commented Dec 27, 2021

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

jina
Stubatiger
Stubatiger commented Nov 29, 2021

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_ima
cube.js
leogodin217
leogodin217 commented Sep 17, 2021

Describe 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

dangesong
dangesong commented Oct 15, 2020

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

awesome-software-architecture
glsutter
glsutter commented Dec 8, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the microservice topic, visit your repo's landing page and select "manage topics."

Learn more