]
Diego Lovison updated ISPN-10773:
---------------------------------
Status: Open (was: New)
RestClientConfigurationBuilder timeout configuration must be a long
value
-------------------------------------------------------------------------
Key: ISPN-10773
URL:
https://issues.jboss.org/browse/ISPN-10773
Project: Infinispan
Issue Type: Bug
Affects Versions: 10.0.0.CR3
Reporter: Diego Lovison
Assignee: Diego Lovison
Priority: Major
The JavaAPI by default uses long when dealing with timeouts.
CompletableFuture.java
public T get(long timeout, TimeUnit unit)