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

support sticky sessions for load balancer #796

Merged
merged 21 commits into from
Oct 24, 2022
Merged

Commits on Oct 13, 2022

  1. support sticky sessions

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    0bd5b83 View commit details
    Browse the repository at this point in the history
  2. use murmur3 instead of fnv

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    68dd9f6 View commit details
    Browse the repository at this point in the history
  3. refactor deep nesting

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    cf82f80 View commit details
    Browse the repository at this point in the history
  4. refactor names

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    6f08659 View commit details
    Browse the repository at this point in the history
  5. introduce consistent hash

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5aaf79e View commit details
    Browse the repository at this point in the history
  6. refactor after rebase

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    7e6f48b View commit details
    Browse the repository at this point in the history
  7. refactor slot hash

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    bcb6d73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f85181 View commit details
    Browse the repository at this point in the history
  9. refactor slot hash

    samanhappy committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ce330f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. refactor many

    samanhappy committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    e2264bc View commit details
    Browse the repository at this point in the history
  2. refactor slot test

    samanhappy committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    9d68df0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    c8f6a36 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. refactor slot hash

    samanhappy committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    efd0dc6 View commit details
    Browse the repository at this point in the history
  2. optimize comments

    samanhappy committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9e8898c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    7cf8d12 View commit details
    Browse the repository at this point in the history
  2. Update pkg/filters/proxy/loadbalance.go

    Co-authored-by: Hao Chen <[email protected]>
    samanhappy and haoel authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    5946847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f4cbf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. use consistent lib

    samanhappy committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1f530ee View commit details
    Browse the repository at this point in the history
  2. simplify hash create

    samanhappy committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2452d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. refactor

    localvar committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    e71a2a8 View commit details
    Browse the repository at this point in the history
  2. fix typo

    localvar committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5cc4e48 View commit details
    Browse the repository at this point in the history