Results 48 comments of Cyril Jouve

https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol > The sixth lowest bit indicates whether the RecordBatch includes a control message. 1 indicates that the RecordBatch is contains a control message, 0 indicates that it doesn't. Control...

> This branch has conflicts that must be resolved @aCLr can you rebase ?

`/usr` is a standard `/usr` in ubuntu :) I reproduce the same with my python in `/opt/cpython`: `venv` gives `home = /opt/cpython/bin` and `virtualenv` gives `home = /opt/cpython` or with...

it looks like podman uses [gvproxy](https://github.com/containers/gvisor-tap-vsock) ref: https://github.com/containers/podman/blob/main/docs/tutorials/mac_experimental.md#using-podman-machine-on-macos-x86_64-and-apple-silicon

It looks like it's calling `/v1/pods?labelSelector=` instead of `/api/v1/namespaces/xxx/pods?labelSelector=`

with a cluster created today using https://rancher.com/docs/rancher/v2.6/en/quick-start-guide/deployment/quickstart-vagrant/#getting-started, then 2 namespaces with bitnami/nginx deployments: ```bash helm upgrade --install --set service.type=ClusterIP --create-namespace --namespace ns1 nginx bitnami/nginx helm upgrade --install --set service.type=ClusterIP --create-namespace...

I think this should be implémented in jsonnet too