You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download the code, It's master branch, and the pom.xml's version is 1.0.0-beta-SNAPSHOT, then I checkout to branch 2.0.1-pubsub, I see the code is so different, even package!
So, is the branch 2.0.1-pubsub is RELEASED? Will the same big changes follow?
The text was updated successfully, but these errors were encountered:
@exceting thanks for your attention, the master branch aims to provide Queue model interface and the topic_model branch aim to resolve the Topic(Pubsub) issues.
These two branches are for different messaging models, because we find it difficult to unify two completely different models. If you want to unify, one problem is that the interface you need to provide is the least common multiple of the two branches. Therefore, the community temporarily incubates a new topic model in the topic_model branch. After reaching production availability in the future, it may become an independent repo in GitHub. Welcome to participate and give more suggestions.
I download the code, It's
master
branch, and thepom.xml
's version is1.0.0-beta-SNAPSHOT
, then I checkout to branch2.0.1-pubsub
, I see the code is so different, even package!So, is the branch
2.0.1-pubsub
isRELEASED
? Will the same big changes follow?The text was updated successfully, but these errors were encountered: