Hands-On Enterprise Java Microservices with Eclipse MicroProfile
上QQ阅读APP看书,第一时间看更新

Questions

  1. What are the default sources of configuration properties supported by MicroProfile Config?
  2. What can you do if you need to integrate another source of configuration properties?
  3. Are only the string type of properties supported?
  4. Does injecting a configuration property into your code force you to provide a value for that property?
  5. Suppose you have complex property types. Is there a way to integrate them into MicroProfile Config?
  6. What happens when a Fault Tolerance annotation is applied to a class?
  7. True or false: there are at least 10 different Fault Tolerance policies?
  8. Does a @Retry policy require a retry on all failures?
  9. Are we stuck with the Fault Tolerance annotation setting that is used in the application code?