Skip to content
New issue

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

Support a configurable single-threaded, non-blocking bundle loader #12

Open
Capstan opened this issue Oct 1, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Capstan
Copy link

Capstan commented Oct 1, 2019

Tracked also at private https://issuetracker.google.com/133724564.

Background: A number of our Java servers require operating in a non-blocking fashion, mostly to avoid ever running up against a blocking network call. In addition, our test harness also prefers single-threaded execution to reduce overhead. When we execute code from https://github.com/java-json-tools/json-schema-validator we run into both, as it uses msg-simple to load its error message bundles.

Proposed: We create a single-threaded alternative MessageSourceProvider that can be selected by configuration for use with PropertiesBundle that doesn't block.

@Capstan Capstan added the enhancement New feature or request label Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant