MregXN
MregXN
I think I can help in making this issue achievable. But it seems that the fields of `ir.HTTPRoute` are not adequate for Filters in BackendRefs support because all filters will...
@arkodg I have two backend services pointing to the same hostname and path, with different weights set to distribute access traffic proportionally to the corresponding backend services. However, I now...
@arkodg It has nothing to do with the header. I hope the user can receive the 302 status code when their traffic is routed to the specific backend.
> @MregXN hi, is there any process? I haven't started as I think we haven't reached a consensus yet.
This is the code snippet from AbstractDaprClient.java. ```java /** * {@inheritDoc} */ @Override public Mono publishEvent(String pubsubName, String topicName, Object data) { return this.publishEvent(pubsubName, topicName, data, null); } /** *...
I have raised related issue [#6448](https://github.com/dapr/dapr/issues/6448) in dapr/dapr. Maybe we need more discussion about whether dapr runtime should be responsible for this bug. @artursouza @mukundansundar
this pr will be ready for review after this [issue](https://github.com/dapr/dotnet-sdk/issues/1215) in dotnet-sdk is fixed.