Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store raw server responses when gathering #602

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

ripienaar
Copy link
Collaborator

Previously the responses would be ran through data types and then saved again for no good reason, this had the side effect of losing data for a gather process using older structs than the server generating the data

Now we store the data as received only indenting it for readability

Previously the responses would be ran through data types and then
saved again for no good reason, this had the side effect of losing
data for a gather process using older structs than the server generating
the data

Now we store the data as received only indenting it for readability

Signed-off-by: R.I.Pienaar <rip@devco.net>
@ripienaar ripienaar merged commit d9197c0 into nats-io:main Jan 3, 2025
2 checks passed
@ripienaar ripienaar deleted the gather_raw branch January 3, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant