microservice
Here are 5,117 public repositories matching this topic...
-
Updated
Sep 2, 2020 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
Sep 3, 2020 - Go
-
Updated
Sep 1, 2020 - Go
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.
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
-
Updated
Apr 16, 2020 - Java
-
Updated
Sep 3, 2020 - C++
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/
-
Updated
Sep 2, 2020 - Go
-
Updated
Jun 16, 2020 - Go
When starting a basic Dapr app, there is a lot of noise about actors in the log that potentially could scare the user, whether user is using actors or not. Allow me to illustrate with some way to sarcastic narration ;)
There is the "hey, I'm not sure if you wanted to do anything with actors, but just in case, you got none configured... well, it could that you have more than one configured so we
-
Updated
Sep 1, 2020
-
Updated
Aug 11, 2020 - PHP
-
Updated
Sep 1, 2020 - Go
-
Updated
Jul 18, 2019
-
Updated
Sep 2, 2020 - Kotlin
-
Updated
Sep 2, 2020 - C#
-
Updated
Aug 26, 2020 - Makefile
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Sep 1, 2020 - Go
-
Updated
Sep 3, 2020 - Go
-
Updated
Mar 29, 2020 - Java
-
Updated
Aug 28, 2020 - Go
-
Updated
Aug 26, 2020 - Go
Before you submit this issue, you has been search all existed issues and search the documentation
- [] I've been search all existed issues
- [] I've been read all documentation
Describe your question
How should I use alicloud MNS?
-
Updated
Sep 2, 2020 - TypeScript
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."