databendlabs / openraft

rust raft with improvements
Apache License 2.0
1.41k stars 158 forks source link

Update quickstart to include Responder for RaftTypeConfig #1168

Closed danthegoodman1 closed 4 months ago

danthegoodman1 commented 4 months ago

What kind of doc do you ask for?

Describe the information you want Missing the Responder type for the example in https://docs.rs/openraft/latest/openraft/docs/getting_started/index.html (RaftTypeConfig).

github-actions[bot] commented 4 months ago

👋 Thanks for opening this issue!

Get help or engage by:

drmingdrmer commented 4 months ago

The Responder type is optional and can be left absent. These has been added to getting-started.md in: