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

pkg/nats refactoring #86

Merged
merged 3 commits into from
Dec 12, 2023
Merged

Conversation

nxtcoder17
Copy link
Member

NATS packaging cleanup

  • migrated nats client, jetstream client to a separate package pkg/nats
  • pkg/messaging makes use of that nats client now
  • fixes related import bugs in other files

- and messaging makes use of that client
- we had moved our nats client, jetstream client code to a separate
  package `pkg/nats`. This commit fixes the issues inherited by that
  change
@nxtcoder17 nxtcoder17 changed the title Migrate/from redis to nats pkg/nats refactoring Dec 12, 2023
Signed-off-by: Anshuman Bhaskar <nxtcoder17@gmail.com>
@nxtcoder17 nxtcoder17 merged commit c57394f into release-1.0.5 Dec 12, 2023
3 checks passed
@nxtcoder17 nxtcoder17 deleted the migrate/from-redis-to-nats branch December 12, 2023 08:41
abdheshnayak pushed a commit that referenced this pull request Nov 5, 2024
* refactor(NATS): 
- extracted nats to pkg/nats
- and messaging makes use of that client
- package import fixes in dependent codebase

---------

Signed-off-by: Anshuman Bhaskar <nxtcoder17@gmail.com>
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