Liam Clarke-Hutchinson

Results 9 issues of Liam Clarke-Hutchinson

### Type of change _Select the type of your PR_ - Refactoring ### Description The TO's usage of Kafka Streams has led to repeated bug reports, hopefully replacing Kafka Streams...

**Describe the bug** There are assertions within the TopicOperatorTest that, even if failing, won't cause the test to fail, as the `VertxTestContext` has already been completed. This is most obvious...

bug
topic operator

**Describe the bug** At times the topic operator, when using the Kafka Streams state store, will hit a state where it repeatedly throws a Streams InvalidStateStoreException with the message: "The...

bug
topic operator

@brian-brazil Two configurations I've deployed in production to capture essential (as recommended by the [O'Reilly book's](https://www.confluent.io/resources/kafka-the-definitive-guide/) chapter on monitoring producers and consumers. Hopefully I got the metric names correct by...

The current implementation enforces Graphite metric naming patterns, but not all usages of Dropwizard metrics use these patterns, so I've removed the validation to allow a more widespread use.

I am exposing metrics to Prometheus in an existing app that uses Dropwizard, and they have a wide variety of names. From `app_metric_some_count` to `appMetric.someCount`. For legacy monitoring reasons I...

After noting rather crucial fields for `ProducerRecord` (`key` and `value`) were not present in the Kafka Bridge documentation, I did some digging into why they're being omitted when the documentation...

documentation

Kia ora, there's some changes around JWT that are merged to main but not yet released that I'm interested in, but have no milestone attached it. I'm wondering how often...

question

Kia ora, I added dco-check to GH, thank you for that, it's awesome :), and it flagged that a bunch of my commits weren't DCO compliant, so I rebased from...

documentation