llarsson/grpc-caching-estimator

Needs setting for which methods to cache

llarsson opened this issue · 1 comments

Some regex or something? Something so we can set which ones to work with.

The best solution would of course be to set IdempotencyLevel on the methods in the ProtoBuf file and work with that, but not for a first PoC version.

Since the services are not huge in number of operations/service, we could also just have a comma-separated list.