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

Split out channel resource management into a generic Coldswap #20

Closed
istreeter opened this issue Jan 4, 2024 · 0 comments
Closed

Split out channel resource management into a generic Coldswap #20

istreeter opened this issue Jan 4, 2024 · 0 comments

Comments

@istreeter
Copy link
Collaborator

Our ChannelProvider trait has started to get quite complicated: it is handling snowflake channel lifecycle management and it is also handling concurrent access to the channel. We can make things cleaner by breaking out the concurrent access bits into a separate class. We will call it Coldswap, inspired by a cats-effect Hotswap.

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

No branches or pull requests

1 participant