Michael

Results 5 comments of Michael

I didn't think Nats Streaming itself guaranteed message order? Due to the way the server will attempt redelivery of messages it hasn't received an ack for?

> Changes makes sense to me. Although is it possible to add some tests for this? looks like there are already some tests [here](https://github.com/sanity-io/sanity/blob/next/packages/%40sanity/cli/test/graphql.test.ts) for graphql cli. Im not sure,...

This looks like an issue we're experiencing with round-robin. We see identical pod IPs in retries: ``` 10.0.0.1:8080, 10.0.0.1:8080, 10.0.0.1:8080 ... 5.000, 5.000, 5.000 504, 504, 504 ``` The round-robin...