Keith Wall
Keith Wall
**Describe the bug** https://qpid.apache.org/releases/qpid-dispatch-1.10.0/user-guide/index.html#router-address-pattern-matching The router considers the following addresses as equal: * `foo/bar` * `foo.bar` * `/foo/bar` * `.foo.bar` EnMasse doesn't know about about the special meaning of the...
Currently it is possible to define addresses in the standard space using the router's pattern matching syntax. This is not documented as a feature and won't work in the brokered...
Testing the 0.44 alpha, using kas-installler (fleet-manager `registered_users_per_organisation config` configured with `max_allowed_instances` 2). ``` rhoas kafka create --bypass-checks --provider aws --name penguin --size=x2 ``` is accepted, but an x1 results....
Pull-up plugin-management of `maven-deploy-plugin` to the BOM so that the version of the plugin used to deploy the BOM is the same as that used to deploy the remainder of...
I'd value having `kaf` released as a container image. I just wonder if that's been considered? My use case is ad-hoc development interactions with Kafka clusters running within Kubernetes. If...
We are using strimzi-canary 0.2.0, occasionally we are seeing extended periods where the canary reports `The provided member is not known in the current generation`. During this time it appears...
In the VaultEdekSerde we currently have no means to identify the serialised bytes, so we cannot evolve the implementation in a backwardly compatible fashion. We have a TODO suggesting a...
### Type of change _Select the type of your PR_ - Enhancement ### Description AWS KMS KMS implementation ### Additional Context _Why are you making this pull request?_ ### Checklist...
A `FilterFactory` implementation might need to create resources on the JVM. Currently, there's no mechanism to allow the filter factory to release those resources. This could lead to resource leaks...
We've started to accumulate container image references in the code base, particularly in integration tests and example content. Currently managing the software currency of those dependencies is a manual chore....