Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: randallr/mod-kinesis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sendgridlabs/mod-kinesis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 5, 2014

  1. Update README.md

    Sascha Möllering committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    0c11188 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Use async callback from put record request to respond to message.

    Previous implementation was synchronous and blocked event loop
    while put record request was in progress.
    jonathan-short committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    1e1d2bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sendgridlabs/put_records_async

    Use async callback from put record request to respond to message.
    Sascha Möllering committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    d303eaf View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. allow partition key to be passed for each put record request.

    this is required in order for writes to be balanced between
    shards.  to grandfather in the old behavior, use the value
    provided in config if a partition key is not supplied in the request.
    jonathan-short committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    ce308f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from sendgridlabs/add_partition_key

    allow partition key to be passed for each put record request.
    Sascha Möllering committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    d07f9e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Added files to gitignore

    Sascha Möllering committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    f324204 View commit details
    Browse the repository at this point in the history
  2. no message

    Sascha Möllering committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    eeab003 View commit details
    Browse the repository at this point in the history
  3. no message

    Sascha Möllering committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    040afac View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. no message

    Sascha Möllering committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    cc5d7d2 View commit details
    Browse the repository at this point in the history
  2. no message

    Sascha Möllering committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    f904ea8 View commit details
    Browse the repository at this point in the history
  3. Maven release

    Sascha Möllering committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    158ca92 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Update README.md

    Sascha Möllering committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    0fe2131 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Changed to JDK 1.8

    Sascha Möllering committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    c9b83fa View commit details
    Browse the repository at this point in the history
Loading