steeling

Results 111 comments of steeling
trafficstars

I use an interceptor to check for aborted/conflict grpc errors and implement an automatic retry. However I have a lot of code in the server itself that is doing wrapping...

We're looking at leveraging pre/post hooks for db migrations. It's possible without this, but its not very intuitive. I ended up spinning up a k8s cluster, and playing around with...

I don't think we should be worried about fragmenting the language here. Any use of a cue file, is a custom library, and will make expectations about what is imported....

I disagree that it is akin to adding a new keyword. It is more akin to defining an import of a library... but in this case you're simply extending support...

As a hack I've done the following: ``` locals { assertion = var.workspace == terraform.workspace ? to_number(1) : to_number("workspaces must match") } ``` And place the workspace name in each...

@keithmattix FYI @shashankram FYI this would be a pre-req to [#4970](https://github.com/openservicemesh/osm/issues/4970)

correct, i think just the CLI, and I believe @keithmattix has a use case for certificates where there is a concern of a potential race condition due to cache being...

@jsturtevant @shashankram you may be interested in this PR.

There's a lot of requests to provide performance numbers. I get the desire to do that, however we unfortunately lack good tooling to test this. I'll try to add some...

> > Pushes message coalescing from a global message broker to a per-proxy goroutine. > > Reading through #4623 it seems like it was using the ratelimiter queue to buffer...