]
Tristan Tarrant updated ISPN-11633:
-----------------------------------
Fix Version/s: 12.0.0.Final
(was: 11.0.0.Final)
Hotrod Transactional Client can be blocking
-------------------------------------------
Key: ISPN-11633
URL:
https://issues.redhat.com/browse/ISPN-11633
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 12.0.0.Final
Various methods on the transactional hot rod client will become blocking, despite the API
showing as non blocking. This is due to invoking the `getMetadata` method which should use
the non blocking variant instead.