Elliot West
Elliot West
# Desired Behavior Using the API I should be able to submit a related set of mutations in a single request and have them all be applied on success, or...
Context ============================== The consumer/producer API model currently supported by Stream Registry follows a factory pattern. This creates enriched clients that are closely coupled to the underlying streaming platform (Kafka, Kinesis,...
Fixes #783 ### Motivation `pulsarctl` cannot be used to set topic level schema compatibility strategies. ### Modifications Added get/set commands for topic. ### Verifying this change - [x] Make sure...
I would expect: ### Topics * `pulsarctl topics set-schema-compatibility-strategy ...` * `pulsarctl topics get-schema-compatibility-strategy ...` * `pulsarctl topics remove-schema-compatibility-strategy ...` ### Namespaces * `pulsarctl namespaces set-schema-compatibility-strategy ...` * `pulsarctl namespaces...
We make a distinction between 'write' and 'create', but understandably this may cast doubt on what behaviours 'write' encompasses. We should call out in a list something like: * **Read:**...
# Motivation To be able to plug in different rate controller implementations. To enable testing. # Changes * Created a rate controller interface * Refactored existing rate controller into a...
# Motivation We would like to have the ability to set the produce throughput adaptively according to the phase of the benchmark. For example, in a general load test we...
I have observed a situation where the consumer is unable to fully drain the backlog, but does reach a steady state. In this scenario, the test does not terminate at...
# Motivation It'd be useful to be able to correlate benchmark metrics with broker and system metrics. To do so we'd need to expose the benchmark metrics so that they...
We've recently added a GitHub Actions build (#307) and included a number of code quality checks (#309). All code coverage levels are currently set to 0, however we do have...