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

Add Redis Streams support in Transport Layer #1180

Closed
souvikhaldar opened this issue Aug 24, 2021 · 1 comment
Closed

Add Redis Streams support in Transport Layer #1180

souvikhaldar opened this issue Aug 24, 2021 · 1 comment

Comments

@souvikhaldar
Copy link

What would you like?

I would like to add support for Redis Streams in the Transport Layer for supporting async communications.

@sagikazarmark
Copy link
Contributor

As someone pointed out on the Slack channel, Go kit no longer accepts new transports in the core (at least for now). The reason being that with generics on the horizon it will undergo some changes and restructuring, most probably moving some of the packages out to separate repositories. (See more in #843)

The other reason is the realization that transports can live outside of the core and can be linked from the README so others can find it.

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

3 participants