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

Consumer groups #89

Closed
wants to merge 6 commits into from
Closed

Consumer groups #89

wants to merge 6 commits into from

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    b47b611 View commit details
    Browse the repository at this point in the history
  2. Added condition expressions to ddb for updates and puts. rearranged s…

    …ome of the code in consumergroup to accomodate conditional expressions.
    
    Moved the LeaseUpdate from consumergroup to ddb.go - it is only needed by ddb.go, and it is ddb.go specific.
    Added some comments.
    kperry-godaddy committed May 20, 2019
    Configuration menu
    Copy the full SHA
    f3eb53a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Added some tests

    kperry-godaddy committed May 21, 2019
    Configuration menu
    Copy the full SHA
    e2dca42 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. remove comments

    kperry-godaddy committed May 22, 2019
    Configuration menu
    Copy the full SHA
    e8444db View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. remove comments

    kperry-godaddy committed May 23, 2019
    Configuration menu
    Copy the full SHA
    32fcced View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. addressed PR comments, moved some things around to new storage package,

    separated out lease and moved to storage, created storage.go.
    kperry-godaddy committed May 27, 2019
    Configuration menu
    Copy the full SHA
    8f0fb89 View commit details
    Browse the repository at this point in the history