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

Per-cache Hot Rod client configuration

    XMLWordPrintable

Details

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

    Description

      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);
      

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              ttarrant@redhat.com Tristan Tarrant
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: