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

How the cluster is configured #126

Closed
huangyg1252497580 opened this issue Jun 17, 2024 · 5 comments
Closed

How the cluster is configured #126

huangyg1252497580 opened this issue Jun 17, 2024 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@huangyg1252497580
Copy link

Component

  • Core

Description

How to remember the cluster deployment configuration in a large system, how to synchronize the topics subscribed by the client to each TBMQ node in the cluster situation, and whether each TBMQ node will store all the client connection information?
Thank you very much,and look forward to your answers
Environment

  • OS: centos 7.8
  • TBMQ: 1.3.0
  • Browser: edge
@huangyg1252497580 huangyg1252497580 added the question Further information is requested label Jun 17, 2024
@dmytro-landiak
Copy link
Contributor

Hi, @huangyg1252497580!

Thank you for your questions! Here's a detailed response:

  1. To manage and remember the configuration for a large system deployment, I recommend using a version control system like Git. Store your deployment configuration files and all critical information about the cluster in a Git repository.
    If I misunderstood the question, please provide more details.

  2. Regarding the synchronization of topics subscribed by clients in a clustered environment, could you please provide more details or a specific scenario? This would help me give you a more precise answer.

  3. Each TBMQ node stores information about all client sessions and their respective subscriptions. The session context, including the state of each connection, is localized to the TBMQ node that the client is connected to.

I hope this helps! If you have further questions or need more detailed information, please feel free to ask.

@huangyg1252497580
Copy link
Author

ok, Thank you!
Now we have a business scenario, as shown in the following figure. Because tbmq cannot meet my business scenario, I need to transform it
Uploading 20240619200907.png…

1 similar comment
@huangyg1252497580
Copy link
Author

ok, Thank you!
Now we have a business scenario, as shown in the following figure. Because tbmq cannot meet my business scenario, I need to transform it
Uploading 20240619200907.png…

@dmytro-landiak
Copy link
Contributor

Understand! Unfortunately, the png file is not opening that you attached.

If you have further questions or need more detailed information, please feel free to ask.

@dmytro-landiak
Copy link
Contributor

I am closing this issue due to inactivity. Please feel free to reopen it if you have any more questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants