Thread safe schemamanager
See original GitHub issueHi!
I noticed that SchemaManager.scala
is static.
I want to be able to consume with multiple threads, would you consider making schemaRegistryClient
a DynamicVariable
?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:18
Top Results From Across the Web
Having a thread-safe cache for XSD Validation - Stack Overflow
The Saxon Processor and SchemaManager can be used to store multiple schemas (or rather, one schema that is the union of all the...
Read more >ABRiS/SchemaManager.scala at master - GitHub
This is NOT THREAD SAFE, which means that multiple threads operating on this object. * (e.g. calling 'configureSchemaRegistry' with different parameters) ...
Read more >SchemaValidator - Saxonica
A SchemaValidator is serially reusable but not thread-safe. That is, it should normally be used in the thread where it is created, but...
Read more >Multi-Threading · OrientDB Manual
OrientDB supports multi-threaded access to the database. The OrientDB is thread safe, the ODatabase* and OrientGraph* instances are not thread-safe.
Read more >SqlReverseEngineer Class (Microsoft.Data.Schema.Sql ...
Inheritance Hierarchy; Syntax; Methods; Events; Thread Safety; See Also ... class enables the population of a schema manager, given a connection string.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Really sorry for not writing back, my tests were not successful and I had a very busy week. However I think it works now and I need to fix other things to make my PR work. Thanks a lot for handling this and thanks for Abris!
Since there seems to be no issue any more, I’m closing this ticket. Please open a new one if you have any problems.