microservice
Here are 5,144 public repositories matching this topic...
The Cloud Native Edge Router
-
Updated
Sep 10, 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://
Connect, secure, control, and observe services.
-
Updated
Sep 10, 2020 - Go
High performance, minimalist Go web framework
-
Updated
Sep 6, 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
Microservice Architecture with Spring Boot, Spring Cloud and Docker
-
Updated
Apr 16, 2020 - Java
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/
Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.
-
Updated
Sep 4, 2020 - C++
Micro is a framework for cloud native development
-
Updated
Sep 10, 2020 - Go
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Jun 16, 2020 - Go
/area operator
Ops are not loving the idea of giving dapr-operator cluster-admin permissions. Is this really necessary and if so, what is it necessary for (i.e. what operations does it have to do where more restrictive permissions would not suffice)?
Thanks!
-
Updated
Sep 6, 2020
-
Updated
Aug 11, 2020 - PHP
A zero cost, faster multi-language bidirectional microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
-
Updated
Sep 10, 2020 - Go
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
-
Updated
Jul 18, 2019
A simple and modern Java and Kotlin web framework
-
Updated
Sep 8, 2020 - Kotlin
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
-
Updated
Sep 10, 2020 - C#
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
-
Updated
Aug 26, 2020 - Makefile
-
Updated
Sep 10, 2020 - JavaScript
Fast and secure standalone server for resizing and converting remote images
-
Updated
Sep 7, 2020 - Go
蓝鲸智云配置平台(BlueKing CMDB)
-
Updated
Sep 10, 2020 - Go
「小马哥技术周报」
-
Updated
Mar 29, 2020 - Java
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
-
Updated
Sep 6, 2020 - Go
Ultra performant API Gateway with middlewares
-
Updated
Aug 26, 2020 - Go
Platform for building serverless applications and APIs (Node.js, React, GraphQL)
-
Updated
Sep 10, 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."



I am using the new support for EFS. Another stack outputs the ARN of the EFS and I use it as follows
While this works, it throws the following warning during deploy: