Sky Ao

Results 25 comments of Sky Ao

``` // Gets the underlying serve address and http.ServeMux func (s *Server) Unwrap() (string, *http.ServeMux) { return s.address, s.mux } ``` This function exposures the underlying implementation details, it is...

> @skyao what do you think? I have given my comments: I understand the requirement from , but I think we need find a better way, which won't break the...

https://github.com/dapr/go-sdk/pull/200/ I find that Zhixin is working on this issue.

> @artursouza What is the Spring Cloud dependency that you mention? cc @skyao To integrate dapr with spring cloud, since current main version of spring is supporting jdk 1.8 like:...

I have talked with @naah69 about this issue and agreed with him that Dapr java sdk should support this feature because sometime the user need to get more information from...

@MarkLux thanks for your question. we have start a quarkus extension project https://github.com/quarkiverse/quarkus-dapr Yet this project is still in developing.

> This is a great proposal. But I don't see a description of the support for RPC/Http-style microservice invocation, for the following functions, may dapr provide support ? > >...

> Great proposal! this will power more users to migrate to dapr. > > When we implemented the runtime-api, we also encountered such a problem: developers wanted to make changes...

> ### More adaptor layer scalability > In order to better adapt to different development framework systems in the future, when designing the adapter-layer-sdk, can the logic unrelated to `spring-cloud`...