Steve Gray

Results 62 comments of Steve Gray

Hey, We're not interested in NATS at all (our delivery guarantees are iron-clad, cannot-drop, at-least once with streaming retries), but are not good fits for the JetStream architecture. Is this...

Can you email through your calendar to steve (the at-sign) zeroflucs (dot) io? We'll be keen to have the chat. Timezone wise I'm UTC+10, and I've got an engineer who's...

@mmatczuk - One for you, It seems pretty safe to call the mutex here, and it stops the issues fine in my CI runs locally. I've got a lot of...

The issue is the assignment of the logger on line 401 during Init() can race with a use of the logger in the updateReplicas where it passes to getStrategy. The...

Multiple sessions, but each only created after the previous has been .Closed()'d. However, I can't share the entire body of the application - but it seems like the thrashing during...

Sounds like it’s a more along the lines of a defective design pattern - and the strategies should be passed as a factory so that each session the driver summons...

Sounds reasonable. Maybe a swagger-tools org needs to rise up - I've got some ideas around codegen for this. For example where I am, we are generating from the YAML...

If there's room for a gulp-task in there, let me know. I've written some codegen stuff to wrap around the controller classes. It's effectively generating definitions and controllers that are...

Could folks not use sway to just build the injected value? I've submitted a PR for this feature, but didn't realise VScode accidentally checked in 3 build outputs. But it's...

How do you validate the real route handler calls the right implementations from outside your app, with a dummy back end. For any sizeable app, there's a lot more going...