Alexandre Garnier

Results 12 issues of Alexandre Garnier

- Use action docker/metadata-action to compute automatically - Allow image layer reuse as labels are now on latest layers - Better caching (+ use GitHub Actions cache for buildx) Could...

[KIP-840](https://cwiki.apache.org/confluence/x/bBqhD) [KAFKA-14146](https://issues.apache.org/jira/browse/KAFKA-14146) `kafka-console-producer.sh` & `kafka-console-consumer.sh` scripts have a `--property` that can be set multiple times. This PR allows to set those properties through a config file with `--config` instead of...

[KAFKA-14099](https://issues.apache.org/jira/browse/KAFKA-14099) Restore request logs in connect. `RequestLogHandler` seems to not work. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test...

connect

It could be nice to have a way to trim whitespaces but only over a certain number of whitespace. This could be useful for the markdown files: we could want...

Classic convention for extra Jenkins pipeline files.

Last automatic build of training-continuous-integration suddenly failed: https://app.circleci.com/pipelines/github/Zenika-Training/training-continuous-integration/213/workflows/2e616255-b848-41df-8955-21a6b3ec7375/jobs/512 ``` Loading page http://localhost:35903/slides.html ... /app/src/cli/cli.js:187 throw err; ^ TypeError [ERR_INVALID_CHAR]: Invalid character in header content ["Content-Disposition"] at storeHeader (node:_http_outgoing:573:5) at processHeader...

bug

Like in framework.

Any plan to allow users to build with buildx?

Currently failing because of read-only FS with this configuration as the paths `/mnt/mqm*` are on the container read-only FS: ```yaml security: readOnlyRootFilesystem: true persistence: qmPVC: enable: false dataPVC: enable: false...