ivargrimstad / snoopee

SnoopEE - The Lean Microservice Framework for Java EE
http://snoopee.agilejava.eu/
MIT License
17 stars 6 forks source link

snoopee-service rest api call #15

Open jGauravGupta opened 6 years ago

jGauravGupta commented 6 years ago

snoopee-service rest api is called on every request to fetch micro-services location. Is it possible to store micro-services location in cache with specific timeout ?

ivargrimstad commented 6 years ago

That is a good idea. It should probably be configurable for each client with a default of no caching. Should be easy to implement.