Jean-Daniel Dupas

Results 56 comments of Jean-Daniel Dupas

Thank you. It look like it help on my side too. I clearly remember enabling automount on Ubuntu with CRI-O was not working when I first configured Cilium (this is...

This is because IPv4NativeRoutingCIDR is NULL in the config (as masquerading is disabled). I see that the main branch is using `podsCIDR := state.localNodeInfo.ipv4NativeRoutingCIDR` instead of getting it from the...

There is a new issue with fish an recent macOS version. When executing the `do script` apple script command to launch a new window, the script is not executed when...

> I am seeing this too after a patch of kernel on Centos 7. > > ``` > Oct 23 08:40:06 monitoring.codezoo.io dockerd[10366]: time="2019-10-23T08:40:06.058652873+02:00" level=error msg="error reading the kernel parameter...

Did you try @michalcila suggestion above ? https://github.com/cilium/cilium/issues/30609#issuecomment-2006989265

> > Second, if you have multiple workers, it's not really possible to archive consistency. You might replay messages multiple times. In kafka you have consuming groups, which manage this...

As a side note, there is also a need to be able to pass arbitrary annotations like `metallb.universe.tf/address-pool` or `metallb.universe.tf/allow-shared-ip`

Out of curiosity, what are the benefit of the NServiceBus implementation versus using [per-message TTL](https://www.rabbitmq.com/docs/ttl#per-message-ttl-in-publishers) by specifying the `expiration` field when sending a delayed message ?

As long as it uses the redis protocol, you can install whatever redis compatible server you want (Valkey, Redis, DragonflyDB, …).