Open
Description
Please share if there an inbuilt way to run multiple versions of a custom filter allowing a gradual upgrade path.
For Example:
If a filter, say, CustomFilter is being used by several routes requires a change that could have a large impact, we would prefer a gradual upgrade process with only selective routes going first. Of-course, we can make multiple copies of the filter, like CustomFilterV1, CustomFilterV2 etc. but that leads to a maintenance overhead.
Is there anything inbuilt to make it easier.