lony2003
lony2003
@salaboy I'll try to enhence that part. But may be I need your help as I really don't familiar with that๐๐๐. I am from China, so sometimes I might use...
> Are you on discord right? @salaboy yeah, I'll communicate with you on discord if I meet troubles. Thanks!
@salaboy I have checked the dapr documentation and find that Kubernetes ConfigMap is not supported in dapr runtime, only Kubernetes Secret supported in dapr secret. I have write a simple...
@salaboy I have tried the Kubernetes usage and everything needed is documented, it works for me.
@artur-ciocanu I am working on my graduation currently, once I have time, Iโll resolve them. @salaboy Thank you for approving this.
@cicoyle I'm working on this, I just merged the base and haven't changed my code. I'll notify you once I have finished
I wrote a frign client for dapr and springboot, you can try this: https://github.com/fangkehou-team/dapr-spring Edit: I have just checking out the code of Dapr java-sdk and found that It changed...
@salaboy just like this example in my project: Feign client defined here: ```java @UseDaprClient @FeignClient(name = "grid-feign", url = "http://method.nep-back-gfb-spring/gfb") public interface GridFeedbackFeignClient { @GetMapping(path = "/list/byUser/{pageSize}/{page}", consumes = "application/json;charset=utf-8",...