-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The remote client supports flags to be sent with a request. Unfortunately, this flag is stored in a thread local variable. This can cause issues if a RemoteCache is used with flags across threads as they can step on each other. It also does not work well with virtual threads. We should instead create a new RemoteCacheImpl instance when flags are applied, just like we do in embedded currently.