-
Notifications
You must be signed in to change notification settings - Fork 734
support setting ZMQ socks proxy #2400
support setting ZMQ socks proxy #2400
Conversation
Signed-off-by: Vitalij Reicherdt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice solution to a pesky problem! Thank you!
Thanks! |
Although I have rights to merge, I am not as close to this code as I used to be. I suggest that we get @jovfer to review. Sergey, this PR looks very straightforward; <1 min for you to review. If you give your approval, I will merge it? |
@vitalrev Please take a look on API params related to pool open operation https://github.com/hyperledger/indy-sdk/blob/master/libindy/src/api/pool.rs#L68-L82 @dhh1128 thanks for the heads up. PS: initially the config was used for different kind of settings, so this is rather a question, not a change request |
@jovfer thank you for support! But we need the socks proxy configuration only for the communication to the remote nodes via |
@jovfer ok, I'm trying to include the |
… the socks_proxy - to set ZMQ SOCKS_PROXY parameter Signed-off-by: Vitalij Reicherdt <[email protected]>
@jovfer I rebuilt it ... it became a little more than 2 lines of code. I hope it goes with your suggestion. |
I am going to merge this, now that @jovfer has approved. Just waiting on builds to pass. |
thank you! |
implementation for issue #2399
Signed-off-by: Vitalij Reicherdt [email protected]