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

Replication #506

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Replication #506

merged 1 commit into from
Jun 27, 2023

Conversation

carlhoerberg
Copy link
Member

Allow hot-standby replication.

@cloudamqp cloudamqp deleted a comment from github-actions bot May 5, 2023
@github-actions
Copy link

github-actions bot commented May 5, 2023

Main benchmark
'Average publish rate: 61065.1 msgs/s'
'Average consume rate: 62148.6 msgs/s'

PR benchmark
'Average publish rate: 62343.4 msgs/s'
'Average consume rate: 60738.1 msgs/s'

Keep in mind, these numbers are not representative of LavinMQ's peak performance.
It is rather an indication of how the changes of this pull request affects the performance of the main branch.

@carlhoerberg carlhoerberg force-pushed the replication branch 2 times, most recently from d9b4671 to 64282ec Compare May 6, 2023 06:24
@carlhoerberg carlhoerberg marked this pull request as ready for review May 18, 2023 13:24
@carlhoerberg carlhoerberg force-pushed the replication branch 2 times, most recently from 13f5ee2 to f80d50d Compare May 18, 2023 14:12
Copy link
Member

@viktorerlingsson viktorerlingsson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! 👍

@carlhoerberg carlhoerberg force-pushed the replication branch 2 times, most recently from d6292d4 to de86556 Compare May 23, 2023 12:18
@carlhoerberg carlhoerberg force-pushed the replication branch 3 times, most recently from f52dfa2 to bd0bec0 Compare June 19, 2023 14:56
@carlhoerberg carlhoerberg force-pushed the replication branch 5 times, most recently from 52bff65 to a6498da Compare June 27, 2023 12:05
Allow followers to connect and replicate data in real time from the
leader. Data is written async to the followers. UI is added under the
Nodes view. Followers share a secret, written in `.replication_secret`
file in the data directory. The replication listener is not enabled by
default, but have to be enabled via the config file or command line
arguments. Only durable queues are replicated.
@carlhoerberg carlhoerberg merged commit f1f1e28 into main Jun 27, 2023
13 of 17 checks passed
@carlhoerberg carlhoerberg deleted the replication branch June 27, 2023 14:37
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.

2 participants