feat: migrate to async_nats client#15533
feat: migrate to async_nats client#15533makarchuk wants to merge 3 commits intovectordotdev:masterfrom
async_nats client#15533Conversation
✅ Deploy Preview for vrl-playground ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vector-project ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Regression Test Results
Run ID: fa37f44d-fd16-4727-ad0e-c18288530361 Explanation
A regression test is an integrated performance test for
The table below, if present, lists those experiments that have experienced a
statistically significant change in their No interesting changes in Fine details of change detection per experiment.
|
StephenWakely
left a comment
There was a problem hiding this comment.
Nice. Thanks for doing this.
The issue you mentioned around buffering should be fine, from what I can tell the async library isn't doing any buffering so it shouldn't be a problem.
There are a couple of CI errors that need fixing. The integration tests have some compile errors. nats.rs needs to be formatted correctly, which you can do by running the file through rustfmt.
Regression Test Results
Run ID: 6e988203-128f-4e9c-bba8-b162ec5e6d2c Explanation
A regression test is an integrated performance test for
The table below, if present, lists those experiments that have experienced a
statistically significant change in their No interesting changes in Fine details of change detection per experiment.
|
|
Hi, I'm getting a bunch of integration test errors now, for example: Are they passing locally for you? You can run the tests by running Unfortunately the integration tests weren't set to run in CI for this PR. I've just enabled it so we should now see the results on each push. |
|
Didn't mean to close this. |
|
Since this PR hasn't received any updates I'll try continuing it in #18165 |
That would be great, thank you! |
Implements migration from
nats::asynkclient to more modern official clientasync_natsCloses #15534