Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

reset pKey when message#key is null #167

Merged
merged 2 commits into from Feb 21, 2015
Merged

reset pKey when message#key is null #167

merged 2 commits into from Feb 21, 2015

Commits on Jan 27, 2015

  1. reset pKey when message#key is null

    The pKey object is reused across messages, but is not being reset between each read. #getNext should empty pKey when it receives a message without a partition key.
    jimjh committed Jan 27, 2015
    Copy the full SHA
    f48aacc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2015

  1. add logging when message#key is null

    Jim Lim committed Feb 21, 2015
    Copy the full SHA
    3695ea5 View commit details
    Browse the repository at this point in the history