-
Notifications
You must be signed in to change notification settings - Fork 3.9k
#ref 1987 allowing user to define AddressResolver #2036
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
Conversation
|
@gkorland Mostly LGTM! But a test would help users to understand how to use it. |
|
@mina-asham Compared to working on whole Socket, IMO, this PR is closer to both of our expectation. I said that a custom object to create/connect a socket could be enough. And you did not prefer to expose socket directly. I think this PR sets a very good balance on both of our expectations and plans. So, for the time being, we can skip the idea of whole socket and support UDS based on this one. WDYT? |
Happy to do it here, but I don't see how you can support UDS socket, without supporting some sort of socket factory here, am I missing something? |
|
@mina-asham Before answering that, what were you planning to do in #1942 with whole socket? Was it with or without some socket factory? |
Apologies for the uber late reply, here is what I (roughly) intended to do: |
I thought, by socket factory, you meant something like |
Yeah, the |
|
@mina-asham agree adding JedisSocketFactory can be the right solution here for both FRs. |
|
@mina-asham Okay, I understand now. As I've mentioned in my previous comment, I was a bit misdirected. And, apologies for late reply. |
|
@gkorland @mina-asham any update? |
…main Socket) or any other custom address resolution - Related pull requests: redis#2036 and redis#1942 and redis#1132
|
Resolved by #2151 |
No description provided.