Introducing caching
Fix #832 #752 Adds caching capabilities to the converter. Remote calls to the registry, Schema Parsing and toString were very expensive operations that are now being cached Adds a decorator to the registryClient that allows caching of remote invocations. Fixing review comments
This commit is contained in:
committed by
Marius Bogoevici
parent
a67fe02fd7
commit
4cd9b0c3ec
@@ -5,4 +5,5 @@
|
||||
<suppressions>
|
||||
<suppress files="[\\/]src[\\/]main[\\/]java[\\/]org[\\/]springframework[\\/]cloud[\\/]stream[\\/]reactive[\\/]reactor[\\/]core[\\/]scheduler[\\/]" checks=".*" />
|
||||
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]" checks="AvoidStaticImport" />
|
||||
<suppress files="[\\/]target[\\/]generated-test-sources[\\/]" checks="[a-zA-Z0-9]*"/>
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user