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

feat: use subscriber client for subscription in pubsub #1297

Merged
merged 4 commits into from
May 29, 2023

Conversation

dracarys18
Copy link
Member

Type of Change

  • Enhancement

Description

use SubscriberClient for subscriber instead of RedisClient.

Motivation and Context

SubscriberClient from fred has extensive features on top of RedisClient which spawns a tokio task which will automatically resubscribe to the channel in case if it closes for any reason.

How did you test it?

Manual

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code

@dracarys18 dracarys18 added A-core Area: Core flows S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels May 29, 2023
@dracarys18 dracarys18 added this to the May 2023 Release milestone May 29, 2023
@dracarys18 dracarys18 self-assigned this May 29, 2023
@dracarys18 dracarys18 requested a review from a team as a code owner May 29, 2023 10:14
@Narayanbhat166 Narayanbhat166 added this pull request to the merge queue May 29, 2023
Merged via the queue into main with commit 864d855 May 29, 2023
@SanchithHegde SanchithHegde deleted the subscriber_client_for_pubsub branch May 29, 2023 20:39
@SanchithHegde SanchithHegde removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core flows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants