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

raft: add serde support for raft message types #5353

Merged
merged 17 commits into from
Jul 6, 2022

Commits on Jul 5, 2022

  1. raft: add adl specialization for transfer_leadership_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5ed6940 View commit details
    Browse the repository at this point in the history
  2. raft: add serde support for transfer_leadership_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cd779b2 View commit details
    Browse the repository at this point in the history
  3. raft: add adl specialization for transfer_leadership_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    2405096 View commit details
    Browse the repository at this point in the history
  4. raft: add serde support for transfer_leadership_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3bf65d9 View commit details
    Browse the repository at this point in the history
  5. raft: add serde support for vnode

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5bcc74b View commit details
    Browse the repository at this point in the history
  6. raft: add adl specialization for timeout_now_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    189fc71 View commit details
    Browse the repository at this point in the history
  7. raft: add serde support for timeout_now_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    0849e19 View commit details
    Browse the repository at this point in the history
  8. raft: add adl specialization for timeout_now_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cb11c48 View commit details
    Browse the repository at this point in the history
  9. raft: add serde support for timeout_now_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    18145d8 View commit details
    Browse the repository at this point in the history
  10. raft: add adl specialization for install_snapshot_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    488ea8f View commit details
    Browse the repository at this point in the history
  11. raft: add serde support for install_snapshot_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d6d6f20 View commit details
    Browse the repository at this point in the history
  12. raft: add adl specialization for install_snapshot_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9d13a5f View commit details
    Browse the repository at this point in the history
  13. raft: add serde support for install_snapshot_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6f59a54 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. raft: add adl specialization for vote_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    dd8a6db View commit details
    Browse the repository at this point in the history
  2. raft: add serde support for vote_request

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    4cb1e24 View commit details
    Browse the repository at this point in the history
  3. raft: add adl specialization for vote_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e975c1c View commit details
    Browse the repository at this point in the history
  4. raft: add serde support for vote_reply

    Signed-off-by: Noah Watkins <noah@redpanda.com>
    dotnwat committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    d3d407a View commit details
    Browse the repository at this point in the history