Francisco A. Lozano

Results 79 comments of Francisco A. Lozano

@l15k4 in https://hub.docker.com/r/flozano/kafka/tags/ if you use "0.9" tag it doesnt' have any TLS. @jolivares is updating that right now, but in the meantime you can use that tag if you...

Entries not expiring at all - or maybe way too late for my tests to identify. My test just sets a key with a TTL, and expects a GET to...

Passing consistently on: - Ubuntu 18.04, Oracle JDK 1.8.0_201, Memcached 1.5.6 - OS X 10.14.2, Oracle JDK 1.8.0_66 (Laptop 2), Memcached 1.5.8 and 1.5.12 Failing consistently on: - OS X...

I see. It's possible, but it seems to fail too in 1.4.15 randomly... that's why we initially discarded memcache version (1.4.15+Linux failing sometimes, 1.5.6+Linux passing, 1.5.12+Mac failing).

I see. Thanks for the input. I'll move all my code to use timestamps instead.

Actually in the binary version of the `SetRequest` command, this is done: ```java public ByteBuf writeRequest(final ByteBufAllocator alloc, final ByteBuffer dst) { final int expiration = Utils.ttlToExpiration(ttl); ``` so timestamps...

With ASCII and timestamps obtained thru `Utils.tottlToExpiration` it also fails...

I'm having this issue, all my (fibaro) devices are unplugged and stored in a box, but all of them show up as ONLINE. I'm using 3.0.2-1

so in order to detect offline devices, you would have to "Set the device as FAILed" ?

I am evaluating kamal for my use-case but I'm having the same problem. My build process generates an image already, I just want to release it. Making the build process...