-
Notifications
You must be signed in to change notification settings - Fork 22
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 Deprecation notice to encoded connections
#291
Comments
JavaScript doesn't implement encoded connections. |
Rust client also does not implement encoded connectionts. |
Java does not implement encoded connections. .NET V1 does. |
Ok please what is the best option for those of us who have been using it. Is there any migration doc? |
@Tochemey We are working on typed pub/sub/kv semantics in clients right now. |
@Jarema do you have a link to the issue for the |
Overview
As encoded connections are not properly working in many cases, and we always steer users away from them, we should mark them as deprecated in client API and docs.
Clients and Tools
Other Tasks
Implemented
Client authors please update with your progress. If you open issues in your own repositories as a result of this request, please link them to this one by pasting the issue URL in a comment or main issue description.
The text was updated successfully, but these errors were encountered: