The Wayback Machine - https://web.archive.org/web/20200905220116/https://github.com/topics/microservice
Skip to content
#

microservice

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

jsbxyyx
jsbxyyx commented Sep 26, 2019

Why you need it?

Is your feature request related to a problem? Please describe in details
increase rm-datasource module test coverage

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.

Other related information

Add any other context or screenshots about the feature request here.

John-Chan
John-Chan commented Aug 30, 2020

Issue Description

Type: bug report

NettyTransportClient.getCurrentId

    private int getCurrentId() {
        if (idGenerator.get() > MAX_ID) {
            idGenerator.set(0);
        }
        return idGenerator.incrementAndGet();
    }

个人理解这个ID应该是用于协议纠错,getCurrentId的目的是为了循环产生ID,且在循环周期内不重复,即生成ID为1,2,3 ... -> MAX -> 1,2,3 ...

Describe what happe

cube.js
tobilg
tobilg commented Jul 14, 2020

Is your feature request related to a problem? Please describe.
It would be great to be able to configure the route output, e.g. I want to hide the Cube.js server is running in production mode. Learn more about production mode. when the base route is hit

Describe the solution you'd like
I think it would be great if one could configure the output of https://github.com/cube-js/cube.js/

dapr
quanwenqi2
quanwenqi2 commented Apr 13, 2020

Issue Description

Type: feature request

Describe what happened (or what feature you want)

chaosblade是一款覆盖面很广的故障注入测试工具,因此我希望引入此软件对 K8s Paas平台进行测试,但是发现只能针对特定的pod进行故障注入(delete pod或者pod cpu负载等),没有其他针对Paas 的chaos工具(Powerfulseal、Chaos-mesh等)拥有在规定时间内随机等delete 规定分区下的po

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

You can’t perform that action at this time.