Steve Gray

Results 46 comments of Steve Gray

This is one of those framework design questions that always messes folks up really: it's very easy to make the 'super-duper-happy-path' easy - but it's then a matter of how...

Yeah, I was basically coming to the same conclusion: we can establish a convention such as # or _ in the name to break it up into a controller/method pair-set....

The vendor extension can seemingly give way to the convention on the operationId for the super-happy-path - but other people who want to use extensions could still go down that...

My working theory is basically that the re-subscription to the newly updated group structure resets some state: then when the original handler finishes, it blows away marks something as done,...

I added some code a while back to deal with this scenario during unit tests where I was spinning up a thing that held a no-kafka client and shutting it...

Proposed solution (if there's traction on this, I'll submit a pull request with this in it): - Add a field to pipeline definition for 'DisplayLabel' - Allocate pipelines a guid...

The trouble with the naming rules would be that the display names of pipelines would be forced to meet the lowest common denominator for folder names on platforms. Thats why...

We're seeing the exact same thing. Randomly a consumer will stop dead, and we have to roll the instances to get it to come back to life. We're investigating a...

An update on the above, we switched over to the franz driver and this issue went away, which limits the issue seemingly to either this driver or our usage of...

Great package, enjoyed using it so far - so was keen to follow the generification - but ended up being impatient. With the use of an `Integer` type, this makes...