rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
813 stars 96 forks source link

add start_cluster/1 #296

Closed lazedo closed 2 years ago

lazedo commented 2 years ago

Proposed Changes

trying to upgrade ra library from previous outdated version where System wasn't part of ra library. adding start_cluster/1 which defers to start_cluster/2 with default will help upgrade

Types of Changes

What types of changes does your code introduce to this project? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask on the mailing list. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further Comments

pivotal-cla commented 2 years ago

@lazedo Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 2 years ago

@lazedo Thank you for signing the Contributor License Agreement!

lazedo commented 2 years ago

Thank You @michaelklishin and @the-mikedavis