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
Is your feature request related to a problem? Please describe.
By default, baigan supports the following conditions which can be used in the configurations.
Equals
In
EndsWith
To introduce a custom conditions, such as for gradual rollout of a feature, it is required to make changes directly to the baigan source code. As a result, impacting extension capability of baigan.
Describe the solution you'd like
The proposal is to make use of jackson polymorphic deserialization, by which baigan could provide the capability to register condition types directly to the objectmapper. This would allow the client to define their own custom condition types and register the relevant types while initializing configuration repository
Is your feature request related to a problem? Please describe.
By default, baigan supports the following conditions which can be used in the configurations.
To introduce a custom conditions, such as for gradual rollout of a feature, it is required to make changes directly to the baigan source code. As a result, impacting extension capability of baigan.
Describe the solution you'd like
The proposal is to make use of jackson polymorphic deserialization, by which baigan could provide the capability to register condition types directly to the
objectmapper
. This would allow the client to define their own custom condition types and register the relevant types while initializing configuration repositoryExample
The text was updated successfully, but these errors were encountered: