Deepanshu Agarwal

Results 15 issues of Deepanshu Agarwal

Solve flaky conformance test issue for EventGrid under https://github.com/dapr/components-contrib/issues/1281 and create Certification tests for EventGrid to be able to promote it as Stable candidate. https://docs.dapr.io/reference/components-reference/supported-bindings/eventgrid/

kind/enhancement
P1
pinned

Signed-off-by: Deepanshu Agarwal # Description This intends to fix n/ack of http response status correctly during subscription, as per https://docs.dapr.io/reference/api/pubsub_api/#expected-http-response ## Issue reference We strive to have all PR being...

## Describe the proposal When an app subscribes to messages/events, it needs to send back status as per https://docs.dapr.io/reference/api/pubsub_api/. Whether a message needs to be retried or dropped, should ideally...

enhancement
triaged/resolved
breaking-change

## Describe Add e2e test for validating that correct/appropriate response is being sent out from js-sdk to runtime, as an n/ack to subscribed message events. It adds e2e test for...

chores
triaged/resolved

# Description Intends to add Conf Tests for Bulk Subscribe Implementation. While writing bulkSubscribe Conf tests, found out 2 issues with Kafka bukSubscribe implementation, so fixing those with this PR...

Signed-off-by: Deepanshu Agarwal # Description It implements http bulk subscribe implementation in runtime. ## Issue reference Please reference the issue this PR will close: #2218 ## Checklist Please make sure...

# Description It adds http://localhost:3500/v1.0/healthz/components/ and http://localhost:3500/v1.0/healthz/components endpoints for checking health of any registered component. grpc calls are also possible. ## Issue reference Please reference the issue this PR will...

# Description This PR introduces grpc Implementation for Bulk Subscribe. ## Issue reference Please reference the issue this PR will close: #2218 ## Checklist Please make sure you've completed the...

Signed-off-by: Deepanshu Agarwal # Description Adds metadata capability to output binding invocation. ## Issue reference We strive to have all PR being opened based on an issue, where the problem...

## Describe the proposal Currently, multiple DaprClient instances get formed, even for same host, port and DaprClientOptions. Proposal is to cache in some form the combinations of Host, Port and...

enhancement
help wanted