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

Fix non-durable consumer groups #135

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

kobergj
Copy link
Contributor

@kobergj kobergj commented Dec 13, 2023

Non-Durable consumer groups (aka ephemeral consumers) could not be create as a QueueSubscribe call would always create a durable consumer group. We now call Subscribe instead if there is a non durable group requested.

Also fixes linter warning for the events/natsjs package so green pipelines are possible again.

Also tweaks .golangci.yml minimally by fixing depguard syntax and disabling forbidigo and errcheck for _test.go files.

Signed-off-by: jkoberg <jkoberg@owncloud.com>
@kobergj
Copy link
Contributor Author

kobergj commented Dec 14, 2023

Force merging this as approve is sufficient

@kobergj kobergj merged commit bbace9e into micro:main Dec 14, 2023
3 checks passed
@kobergj kobergj deleted the FixNatsjsDurableConsumers branch December 14, 2023 15:13
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.

None yet

2 participants