kroxylicious / kroxylicious-junit5-extension

JUnit5 extension and helpers for writing tests parameterised over Kafka clusters
Apache License 2.0
9 stars 10 forks source link

Enable zk with out kafka cluster #353

Closed SamBarker closed 2 months ago

SamBarker commented 2 months ago

Type of change

Description

Use reflection hackery to force enableEntityConfigControllerCheck to false.

Additional Context

We can't configure SCRAM users before starting Kafka without this.

Checklist

Please go through this checklist and make sure all applicable tasks have been done

k-wall commented 2 months ago

lgtm. In another place, https://github.com/ozangunalp/kafka-native/pull/195/files this was the approach that was taken. But I'm happy with this approach.