Deepanshu Agarwal

Results 40 comments of Deepanshu Agarwal

@irunsinnobita Just for clarification, did you mean to say this for metadata api when js app initialized using grpc protocol?

> Thank you @DeepanshuA, this was really fast! > > Quick question - were you able to test the existing behaviour? Also it would be great to add e2e tests...

Was able to reproduce the issue: Used multiple controllers where-in the Topic is same and both were trying to set some default path for this topic. As per Dapr proto...

> FYI made changes in a PR against this PR: [DeepanshuA#29](https://github.com/DeepanshuA/dapr/pull/29) thanks @ItalyPaleAle , for taking care of these Misc fixes.

Hi @ManuDinicola, I am not very sure. May be some other contributor can suggest better options. As of now, this is what I can think of trying out: 1. Changing...

Could you please also check logs through following command, if it gives out any more info: `kubectl logs -n --all-containers -f `

As per the community call, I understand two updates to health api: 1. Removing type from error/errorCode/message. 2. Passing more info in error in http, just like in grpc Please...

Please review. As discussed, I have changed the responses and following are current ones: ============================================ ### For http: #### Enquire for all components: When few components don't have Ping Implemented...

Task List: - [ ] Batch Publish HTTP/gRPC Implementation - [ ] Bulk Suscribe HTTP/gRPC Implementation - [ ] Raw Payload Support - [ ] Tracing support - [ ]...

### Batch Subscribe: Till now, this is how normal subscribe operation works in Dapr: Well, Ideally this is how Batch Subscribe should flow like: There is a separate handler for...