Re: [zeromq-dev] PUB-SUB using XPUB-XSUB

2018-10-21 Thread Hiren Shah
Let me give example: Today I have SUB which gets Messages from PUB_1 and PUB_2 - each one using different key for Encryption. SUB Connects to PUB_1 and PUB_2 both If my understanding is correct if I switch to XPUB-XSUB now PUB_1/PUB_2 will connect to XPUB and SUB will connect to XPUB. In this

[zeromq-dev] PUB-SUB using XPUB-XSUB

2018-10-21 Thread Hiren Shah
Currently I already have PUB-SUB set-up with Curve Security. I have multiple PUB each using different key for encryption. I want to change it to use XPUB-XSUB which is straight forward. I don't see example or documentation how to use XPUB-XSUB with Encryption/Decryption (Curve Security). Each

Re: [zeromq-dev] PUB-SUB using XPUB-XSUB

2018-10-21 Thread Luca Boccassi
On Sun, 21 Oct 2018, 22:16 Hiren Shah, wrote: > Currently I already have PUB-SUB set-up with Curve Security. I have > multiple PUB each using different key for encryption. > > I want to change it to use XPUB-XSUB which is straight forward. I don't > see example or documentation how to use