microservice
Here are 5,330 public repositories matching this topic...
The Cloud Native Application Proxy
-
Updated
Nov 24, 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
Nov 25, 2020 - Go
High performance, minimalist Go web framework
-
Updated
Nov 24, 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
bug report
Describe what happened (or what feature you want)
当配置-Dcsp.sentinel.dashboard.server为指定地址,但这个地址会强制跳转http
Kratos是bilibili开源的一套Go微服务框架,包含大量微服务相关框架及工具。
-
Updated
Nov 24, 2020 - Go
Microservice Architecture with Spring Boot, Spring Cloud and Docker
-
Updated
Nov 18, 2020 - Java
Is your feature request related to a problem? Please describe.
It is idiomatic for JWTs to be accepted using a header format of Authorization: Bearer <JWT> (see jwt.io introduction.) In general, in history, the RFCs surrounding the authorization header have taken care to specify the mode of Authorization as the first part of the header value (e.g. Basic, Di
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
Nov 17, 2020 - C++
Add a performance test that measures the time it takes Dapr to save data into a state store.
The important piece that is being tested is the processing that Dapr does before saving to the state store. This test should not benchmark the component itself.
For that purpose, a baseline test scenario would have an app that saves a 1kb payload to Redis, followed by a test app that uses Dapr to sav
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS.
-
Updated
Nov 18, 2020 - Go
-
Updated
Nov 17, 2020
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
Nov 25, 2020 - Go
-
Updated
Oct 2, 2020 - PHP
A simple and modern Java and Kotlin web framework
-
Updated
Nov 20, 2020 - Kotlin
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
-
Updated
Nov 24, 2020 - C#
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
-
Updated
Jul 18, 2019
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
-
Updated
Nov 8, 2020 - Makefile
-
Updated
Nov 24, 2020 - JavaScript
Fast and secure standalone server for resizing and converting remote images
-
Updated
Nov 24, 2020 - Go
蓝鲸智云配置平台(BlueKing CMDB)
-
Updated
Nov 25, 2020 - Go
Platform for building serverless applications and APIs (Node.js, React, GraphQL)
-
Updated
Nov 25, 2020 - TypeScript
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
-
Updated
Nov 25, 2020 - Go
「小马哥技术周报」
-
Updated
Mar 29, 2020 - Java
Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
-
Updated
Nov 21, 2020 - Go
Ultra performant API Gateway with middlewares
-
Updated
Nov 19, 2020 - Go
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."



Most of the tests that currently cover core functionalities depend heavily on (and sometimes test) internal implementation characteristics. While they should be testing whether given implementation produces desired outcome (treating its implementation more as a black box).
_Current state of things is problematic for eventual internal improvements and refactors which occasionally we want to i