Envoy: Does dubbo proxy support Envoyfilter to ApplyTo ROUTE_CONFIGURATION?

Created on 17 Jan 2020  ·  9Comments  ·  Source: envoyproxy/envoy

Description:
EnvoyFilter provides a mechanism to customize the Envoy configuration generated by Istio Pilot, as for ROUTE_CONFIGURATION:

Applies the patch to the Route configuration (rds output) inside a HTTP connection manager. This does not apply to the virtual host. Currently, only MERGE operation is allowed on the route configuration objects.

Does Dubbo proxy support Envoyfilter to ApplyTo ROUTE_CONFIGURATION? And whether the listener will be restarted when ApplyTo ROUTE_CONFIGURATION?

Thanks. @zyfjeff

Relevant Links:
https://istio.io/docs/reference/config/networking/envoy-filter/#EnvoyFilter-ApplyTo

question stale

Most helpful comment

/assign @zyfjeff

All 9 comments

Is it that dubbo_proxy does not implement rds dynamic update?

Is it that dubbo_proxy does not implement rds dynamic update?

Yes, currently dubbo does not implement RDS

@bingohuang Currently, the routing information is embedded in the Dubbo filter, so it can only be updated by modifying the network filter

/assign @zyfjeff

Thanks @zyfjeff. Is there a plan to implement RDS update in dubbo proxy? We have a problem which need the feature to resolve.

Duplicate of #9700 I think this is the same question.

@bingohuang Currently, HTTP RDS and dubbo are not compatible. To implement dubbo RDS, we need to re-develop a new xDS protocol, which is not in line with the direction of the community. We need to further explore common routing services. #9656

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings