piif

Results 14 comments of piif

here is an example : with following aggregator, the exporter will return `my_query_le_doc_count` and `my_query_le_to` : ``` "aggs": { "le": { "range": { "field": "time_request", "ranges": [ { "to": "1",...

L'académie en a décidé autrement il y a très longtemps : binon https://fr.wiktionary.org/wiki/binon#:~:text=Nom%20commun&text=(Informatique)%20%C3%89l%C3%A9ment%20binaire.

Hello, I confirm that rollback to 0.7.1 solved the issue in my case, using brokers on 6.0.1 and 7.2.1 version Thanks !

Hi, I just got the same issue. I can't help on code, but let me know if there are some tests to do to help analysis

I just understood that I completly missed the point... kafka-storage must be used only for a first admin user creation, when initializing kraft Then, kafka-config must be used to create...

pull request modified after testing on combined and separate nodes, with scram users

hi @mansisinha , sorry, but I disagree with this argument. As a maintainer of a kafka cluster, I need to deploy development, preproduction and production clusters from the same playbook,...

pull request modified after testing on combined and separate nodes, with scram users

I've got the same problem `confluent/platform/roles/kafka_broker/tasks/main.yml` file contains tasks "Create SCRAM Users" with a comment "Only supported when zookeeper is enabled" `when` statement should be completed with `not kraft_enabled` and...

Hi @Gianlu , could you please try a patch ? It's available here : https://github.com/piif/cp-ansible/tree/fix/issue-1495-scram-kraft I can't try it myself for the moment because the cluster I'm installing fails before,...