All Downloads are FREE. Search and download functionalities are using the official Maven repository.

randemange.idempotence-receiver-spring-boot-webapp-sample.1.0.1.source-code.application.yml Maven / Gradle / Ivy

The newest version!
spring :
  application :
    name : book-library-service

idempotence-receiver :
  repository :
#    type : internal-memory
    type : infinispan-cache
    
    resiliency :
      retry :
        delay-ms : 250
        max-retries : 2
      circuit-breaker:
        failure-threshold : 5
        success-threshold : 3
        delay-ms : 60000
        
    infinispan-cache :
      hotrod-client-configpath : classpath:/hotrod-client-config.properties
      cache-name : default
      ttl-ms : 60000




© 2015 - 2024 Weber Informatics LLC | Privacy Policy