Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11676

Per-cache Hot Rod client configuration

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 11.0.0.Final, 10.1.7.Final
    • 11.0.0.Final, 10.1.6.Final
    • Hot Rod
    • None

      Currently some configuration in the Hot Rod client is global (tx mode, force return values, near cache). We should introduce per-cache configuration. Additionally we should also be able to specify a server-side template/configuration to use if a cache doesn't exist.

      builder
                  .remoteCache(cacheName)
                      .templateName("template")
                      .nearCacheMode(NearCacheMode.INVALIDATED)
                      .nearCacheMaxEntries(100)
                     .forceReturnValues(true);
      

              ttarrant@redhat.com Tristan Tarrant
              ttarrant@redhat.com Tristan Tarrant
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: