Skip to content
New issue

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

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

Already on GitHub? # to your account

JetStream config JSON fixed #394

Merged
merged 4 commits into from
Feb 20, 2024
Merged

JetStream config JSON fixed #394

merged 4 commits into from
Feb 20, 2024

Conversation

mtmk
Copy link
Collaborator

@mtmk mtmk commented Feb 12, 2024

No description provided.

@mtmk mtmk requested a review from caleblloyd February 12, 2024 23:28
@mtmk mtmk linked an issue Feb 12, 2024 that may be closed by this pull request
#if NET6_0
public string Cluster { get; set; } = default!;
public string? Cluster { get; set; } = default;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the #if can go away now since required is gone

Copy link
Collaborator

@caleblloyd caleblloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mtmk mtmk added this to the 2.1.1 milestone Feb 15, 2024
@mtmk mtmk merged commit c9be1cf into main Feb 20, 2024
10 checks passed
@mtmk mtmk deleted the 393-stream-config-json-fix branch February 20, 2024 14:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NatsKVContext.GetStoreAsync fails to get store created by NATS CLI
2 participants