Francisco Vila
Francisco Vila
@merlimat could you take a look at it? Thank you!!
There is no reply from the author, so closing it.
LGTM after the changes done in strimzi-ci
An issue has been opened on test clients to add the message key on producers https://github.com/strimzi/test-clients/issues/90
FYI, Strimzi test clients already supports message key: adding a new env variable called `MESSAGE_KEY` in the producer configuration (currently it is the same key for all messages)
Thanks a lot for that investigation! In case the workaround for the gh-pages doesn't work, we can skip installing DCO on that repo of the project until we have a...
> gh-pages is on the kroxylicious repo. That's the repo we actually expect contributions. You are right, I went to the `kroxylicious.github.io` repo.
@k-wall told in the last sync meeting that he will take this issue soon to try to include it in 0.7.0.
Currently we have some functionality included in the `deleteKek` method in the `TestKekManager` implementations that would not allow us to test the behavior of the KMS in case of an...
Currently we have all methods `generateKek`, `deleteKek`, `rotateKek` and `exists` duplicated in each `XTestKekManager` which implements `TestKekManager` interface, so we could move this somewhere we can reuse it for all...