Closed jmsadair closed 10 months ago
This PR makes the storage mechanisms and transport that raft uses optional. By default, the storage and transport that this package offers will be used. If the user wishes to use their own implementation, they may pass it as an option.
This PR makes the storage mechanisms and transport that raft uses optional. By default, the storage and transport that this package offers will be used. If the user wishes to use their own implementation, they may pass it as an option.