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

support: $queue/<topic> for sharing subscribe #286

Merged
merged 1 commit into from Aug 29, 2019
Merged

support: $queue/<topic> for sharing subscribe #286

merged 1 commit into from Aug 29, 2019

Conversation

elvizlai
Copy link
Contributor

@elvizlai elvizlai commented Mar 7, 2019

As EMQX mentioned.

It allows load balancing between multiple subscribers in the same group when distributing MQTT messages.

                            -----------
                            |         | --Msg1--> Subscriber1
Publisher--Msg1,Msg2,Msg3-->|  EMQ X  | --Msg2--> Subscriber2
                            |         | --Msg3--> Subscriber3
                            -----------
Prefix Examples
$queue/ mosquitto_sub -t ‘$queue/topic’
$share/<group>/ mosquitto_sub -t ‘$share/group/topic’

This PR fix $share/ prefix and add $queue support.

@elvizlai
Copy link
Contributor Author

Sorry, hidden@gmail.com is not recognized as a user name or an email address.

??? can not sign.

@alsm
Copy link
Contributor

alsm commented Mar 20, 2019

You need to have an eclipse account with the same email and have signed the CLA for the check to pass

@elvizlai
Copy link
Contributor Author

elvizlai commented Jun 25, 2019

CLA signed

Signed-off-by: Yongzheng Lai <sdrzlyz@gmail.com>
@alsm
Copy link
Contributor

alsm commented Aug 29, 2019

Thanks

@alsm alsm merged commit 2e9e43b into eclipse:master Aug 29, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants