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

Set up Horde (for running on multiple nodes) #45

Closed
cpursley opened this issue Jan 26, 2024 · 3 comments
Closed

Set up Horde (for running on multiple nodes) #45

cpursley opened this issue Jan 26, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@cpursley
Copy link
Owner

cpursley commented Jan 26, 2024

#41

Similar to Nebulex

defmodule MyApp.Cache do
  use Nebulex.Cache,
    otp_app: :my_app,
    adapter: Nebulex.Adapters.Horde,
    horde: [
      members: :auto,
      process_redistribution: :passive
      # any other Horde options ...
    ]
end

But perhaps just in regular config instead of a module.

@cpursley cpursley self-assigned this Jan 26, 2024
@cpursley cpursley added the enhancement New feature or request label Jan 26, 2024
@DaemonSnake
Copy link
Contributor

DaemonSnake commented Apr 28, 2024

heya
Any news on this ?
Would be interested in using walex in a Failover multi-node setup.
Would that be compatible with what you had in mind ?

@cpursley
Copy link
Owner Author

I did some initial experiment but didn't get too far. Ran into a situation where multiple nodes were subscribes and I was still getting duplicate events. I'd love to see progress on this and open to ideas / PRs.

@cpursley
Copy link
Owner Author

Best handled in user's application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants