You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Dapr extension fails silently if you do not set explicit HTTP bindings. I did not realize this but if you dont set a binding, it will default to TCP and then Dapr will mysteriously not load side cars or throw errors/warnings (couple of hours debugging this).
Paul did not specify http on the bindings and this made them all start as tcp, which in turn stopped dapr from running the sidecars
Can we do better here, default to http maybe? Detect sidecar not started and give message in log
Maybe a setting to say a sidecar is NOT needed for a service so we can then give a good error message if sidecar does not start
The text was updated successfully, but these errors were encountered:
Dapr extension fails silently if you do not set explicit HTTP bindings. I did not realize this but if you dont set a binding, it will default to TCP and then Dapr will mysteriously not load side cars or throw errors/warnings (couple of hours debugging this).
Paul did not specify http on the bindings and this made them all start as tcp, which in turn stopped dapr from running the sidecars
Can we do better here, default to http maybe? Detect sidecar not started and give message in log
Maybe a setting to say a sidecar is NOT needed for a service so we can then give a good error message if sidecar does not start
The text was updated successfully, but these errors were encountered: