Skip to content
#

sidecar

Here are 165 public repositories matching this topic...

dapr
berndverst
berndverst commented Apr 19, 2022

In what area(s)?

/area runtime

What version of Dapr?

All versions -- tested since 1.4.2.

Expected Behavior

The Dapr sidecar / daprd should not start when dapr-app-port and dapr-http-port are identical and return a meaningful error.

Actual Behavior

Dapr sidecar starts, but upon service invocation returns an error unrelated to the problem.

`{"errorCode":"ERR

kind/bug good first issue P1 size/XS
aniaan
aniaan commented Mar 11, 2022

Is your feature request related to a problem? Please describe.

This is the logic currently implemented in the main branch:

If headers criteria are configured, a request is filtered in if it matches both headers and urls. If headers criteria are NOT configured, the probability options are used.

Describe the solution you'd like

I want to take the URL check when no header is

good first issue help wanted go
taoyuanyuan
taoyuanyuan commented Oct 22, 2021

The New Feature

2021-10-22 14:34:05,140 [DEBUG] [21,ac1bd917163488444513910172628] [proxy] [upstream] append headers: GET / HTTP/1.1

  1. support upstream connection id.
  2. xx

Your scenes

Describe your use scenes (why need this feature).

Your advice

Describe the advice or solution of this new feature.

Environment

  • MOSN Version
kind/enhancement good first issue

Improve this page

Add a description, image, and links to the sidecar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sidecar topic, visit your repo's landing page and select "manage topics."

Learn more