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
As a provider of a managed service of OpenSearch, I need to be able to (de)activate plugin and features in the service via settings.
The feature is expected to check for each rest request, feature or query, whether the plugin is enabled or not. For the case that one of the listed components is used without activation, an IllegalStateException is expected being thrown.
Furthermore, the settings are expected to check whether the circuit breaker is enabled or not. For the case that the circuit breaker is not enabled, no checks will be applied.
The text was updated successfully, but these errors were encountered:
As a provider of a managed service of OpenSearch, I need to be able to (de)activate plugin and features in the service via settings.
The feature is expected to check for each rest request, feature or query, whether the plugin is enabled or not. For the case that one of the listed components is used without activation, an IllegalStateException is expected being thrown.
Furthermore, the settings are expected to check whether the circuit breaker is enabled or not. For the case that the circuit breaker is not enabled, no checks will be applied.
The text was updated successfully, but these errors were encountered: