Skip to content
#

microservice

Here are 5,991 public repositories matching this topic...

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

G-LION-G
G-LION-G commented May 28, 2021

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.

dapr
cube.js
chamabreu
chamabreu commented Jun 1, 2021

Describe the bug
If I pass 'Next 7 days' into the dateRange in query, the response is not a range over the next 7 days but only the day IN 7 days.

To Reproduce
Steps to reproduce the behavior:

  1. Build a query like this:
const query: Query = {
    measures: [
      measure
    ],
    timeDimensions: [
      {
        dimension: 'Your.Dimension,
        dateRange: 'Next 7
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

jina
JoanFM
JoanFM commented Jul 22, 2020

Description
We have to continuously push for quality, thus we always need to improve our testing and test coverage. Any improvement of testing is a great contribution to jina.

If you have no idea how to get started on this, here there are some ideas that could be good to have.

tipsy
tipsy commented Jun 12, 2021

During the discussions on Discord, #1275, and #1273, the case for having a method that releases the request thread back into the threadpool came up. This could help avoid the case where a few slow endpoints starve your threadpool.

I have no idea what to name this method, but I think it's signature could look like this:

fun myAptlyNamedMethod(executorService: ExecutorService, runna
webiny-js
Ashu96
Ashu96 commented May 25, 2021

This is:

  • Improvement

Detailed Description:

At the moment when we run the Webiny info command using:

yarn webiny info --env=<ENV>

we only display the URLs and the environment name.
With this task, we want to expand that and add AWS region and project name to the list.

Possible Solution:

We need to make the necessary changes in the [packages/cwp-template-aws/cl

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