We use custom remote schema loader and sometimes call to custom loader is not happening #1135
Unanswered
thulaban1990
asked this question in
Q&A
Replies: 3 comments
-
Hi, can anyone provide how to fix this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@stevehu could you provide any help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am not able to understand your issue. Could you please create a test case to replicate the issue? Without knowing your schema and the JSON object, there is no way for us to figure out the issue you are facing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We use custom schema loader and sometimes call to custom loader is not happening based on logs in the custom schema loader.
is this because schemas gets cached?
how to verify that this is because of cache if that was the root cause?
How to disable cache or how to control the cache? as if change schema details from remote, we expect updated schema to be retrieved. So, based on cache eviction time or some parameter could help.
We are fine to disable cache as well. I see a flag called enableUriSchemaCache however I dont see any documentation on how to use it and its default behavior.
Could someone post how to debug this issue and how to fix it?
Thank you,
Siva
Beta Was this translation helpful? Give feedback.
All reactions