We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Sagas feature is explicitly disabled via endpointConfig.DisableFeature<T> API but the Outbox is enabled the endpoint fails to start.
endpointConfig.DisableFeature<T>
Users that would like to run the endpoint in the configuration described above
Do not disable the Sagas feature explicitly. Instead make sure that no saga classes are included in the assembly scanning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Symptoms
When Sagas feature is explicitly disabled via
endpointConfig.DisableFeature<T>
API but the Outbox is enabled the endpoint fails to start.Who's affected
Users that would like to run the endpoint in the configuration described above
Workaround
Do not disable the Sagas feature explicitly. Instead make sure that no saga classes are included in the assembly scanning.
The text was updated successfully, but these errors were encountered: