Mickael Maison

Results 19 issues of Mickael Maison

Both the Producer and Consumer are crashing when running Node 6 (I tested 6.2.1 and 6.3). This is the output I get: undefined:0 TypeError: object is not a function It...

## Problem Some configurations and many variables throughout the code base use racially charged terms. ## Solution - Introduce new configurations. Existing configurations using racially charged terms are marked as...

This implements KIP-830: https://cwiki.apache.org/confluence/display/KAFKA/KIP-830%3A+Allow+disabling+JMX+Reporter It adds a new configuration jmx.reporter.enable that can be set to false to disable the JMX Reporter ### Committer Checklist (excluded from commit message) - [...

kip

@mumrah @cmccabe It looks like a way to fix `DynamicBrokerReconfigurationTest` in 3.2 is to backport https://github.com/apache/kafka/commit/9c3f605fc78f297ecf5accdcdec18471c19cf7d6. I think it makes sense to to also backport https://github.com/apache/kafka/commit/78038bca6688ce01f7df238d53142f5de3455863, otherwise `testKeyStoreAlter()` is really...

### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...

Copy of https://github.com/apache/kafka/pull/11899 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ]...

- `describe plugin ` to retrieve a plugin's configuration definitions - `get plugins --types=` to list plugins by types

[KIP-769](https://cwiki.apache.org/confluence/display/KAFKA/KIP-769%3A+Connect+APIs+to+list+all+connector+plugins+and+retrieve+their+configuration+definitions) allows listing all connector plugins and also retrieving their configuration definitions. kcctl should expose these features. I've started working on it, hoping to have a PR soon

# What is currently missing? Currently the project is not publishing releases artifacts and users have to either build the project themselves (assuming `main` is in a working state) or...

Changes in Jenkinsfile are only tested if the PR is from a committer. So opening this temp PR to check if the changes from https://github.com/apache/kafka/pull/13817 work. ### Committer Checklist (excluded...

stale