vert-x3 / vertx-zookeeper

Zookeeper based cluster manager implementation
Other
73 stars 67 forks source link

Fail put/putIfAbsent ttl variants with UnsupportedOperationException #32

Closed tsegismont closed 8 years ago

tsegismont commented 8 years ago

Zookeeper CM does not support this and the current implementation does not let you know.

It seems there was a misunderstanding about the ttl parameter goal. It is not a timeout for the cache operation, but the lifespan for this specific cache entry.

tsegismont commented 8 years ago

This follows up on eclipse/vert.x#1609