Shubham Sharma

Results 82 issues of Shubham Sharma

## Problem There are some unused and wrongly implemented metadata in RocketMQ. | Metadata | Issue | Possible resolution | |--|--|--| | AccessProto | unused | Add or remove it...

kind/bug
good first issue
P2
pinned

## Describe the feature The Twitter API supports app-only authentication with OAuth2.0 Bearer Token requests. It does not involve any users. See the documentation here: https://developer.twitter.com/en/docs/authentication/oauth-2-0 The Twitter client used...

kind/enhancement
area/runtime/binding
P2
pinned

Each time Azure infrastructure namespace changes, like #1620, it will create issues like #1637. This task is to remove that dependency.

area/test/conformance
size/XS
triaged/resolved

## In what area(s)? > /area runtime > /area operator > /area placement > /area docs /area test-and-release ## Describe the feature For sentry, operator, placement, and injector, we always...

kind/enhancement

# Description Add end to end test for certificate installation feature. This PR tests the cert installation feature with HTTPS bindings. A web server (part of test app) hosts a...

## About Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge. It is a part of the CNCF incubation project. GitHub repo: https://github.com/dapr/dapr ## Resources...

We are using FOSSA in our GH pipelines. This is our YAML file: ```yaml jobs: fossa-scan: runs-on: ubuntu-latest env: FOSSA_API_KEY: token # This is a push-only token that is safe...

## Describe the proposal Today Windows uses named events to kill the CLI process in Windows when `dapr stop` is used. https://github.com/dapr/cli/blob/6d3026b0cc237b6fc74353ed883846594dca22ab/cmd/shutdown_windows.go#L33-L41 Unlike Linux/Darwin, independent Daprd processes cannot be killed...

P1
pinned

**What content needs to be created or modified?** A new flag `--dapr-internal-grpc-port` (same as Daprd), is being added to the Dapr CLI. **Describe the solution you'd like** Explain what it...

content/missing-information

Signed-off-by: Shubham Sharma # Description Adds metadata to publish method in the client. This is implemented for both HTTP and gRPC but gRPC is currently unsupported from Dapr. See https://github.com/dapr/dapr/issues/2860...