Freeman Liu

Results 17 issues of Freeman Liu

使用 mesh 命令,调用了一个特别耗时的接口(>1min)出现超时情况。 可以手动配置这个超时时间吗?

Sentinel integration tests support. See #2705

Add [grpc-starter](https://github.com/DanielLiu1123/grpc-starter) and [httpexchange-spring-boot-starter](https://github.com/DanielLiu1123/grpc-starter) to the community starters document. [grpc-starter](https://github.com/DanielLiu1123/grpc-starter) is a more modern grpc starter, integrating many technologies from the grpc ecosystem. This includes `@Autowired` support for grpc stubs,...

status: waiting-for-triage

### Background Kubernetes has become synonymous with cloud-native, and building applications based on Kubernetes can help us reduce maintenance costs and software complexity, so imagine if Kubernetes could be integrated...

good first issue
kind/discussion

## Which artifactId should we choose? `spring-cloud-starter-alibaba-kubernetes-config` or `spring-cloud-starter-kubernetes-config`. If we use `spring-cloud-starter-kubernetes-config`, it looks like a module of [Spring Cloud Kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes), but have a different groupId. ```xml com.alibaba.cloud spring-cloud-starter-kubernetes-config...

discussion

From Spring 6.1.0 (Spring Boot 3.2.0), `@HttpExchange` has supported for server side handling, see https://github.com/spring-projects/spring-framework/issues/30913. `springdoc` should support processing `@HttpExchange` based annotations (eg. `@GetExchange`, `@PostExchange`).

enhancement

I am customizing HandlerFunction: For web MVC: ```java public class ServletHandlerFunction implements HandlerFunction { @Override public ServerResponse handle(ServerRequest request) throws Exception { throw new ResponseStatusException(HttpStatus.NOT_IMPLEMENTED, "Not implemented yet!"); } }...

status: waiting-for-triage
in: web

If this feature gets strong feedback from the community, I will consider implementing it.