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: mahendra/kafka-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mpcommit
Choose a base ref
...
head repository: mahendra/kafka-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gevent
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 1, 2013

  1. Configuration menu
    Copy the full SHA
    9597eb9 View commit details
    Browse the repository at this point in the history
  2. Add support for gevent

    Basically this commit adds request for drivers. While initializing
    a consumer, you can specify a driver to use:
    * process - (default), uses different process instances for commit, etc.
    * thread - uses different threads for commit, MultiConsumer etc.
    * gevent - uses gevent
    
    This was made possible by using APIs/features common to the
    multiprocessing, threading and gevent libraries. The implementation was
    possible with almost no hacks.
    mahendra committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    176eef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e7bf78 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

  1. Markup correction

    mahendra committed Jul 2, 2013
    Configuration menu
    Copy the full SHA
    4cf0192 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Merge branch 'master' into gevent

    Conflicts:
    	kafka/__init__.py
    mahendra committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    9d06d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7989d View commit details
    Browse the repository at this point in the history
  3. Removed trailing whitespace

    mahendra committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    159d62f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2013

  1. Merge branch 'mpcommit' into gevent

    Conflicts:
    	README.md
    	kafka/client.py
    	kafka/consumer.py
    	test/test_integration.py
    mahendra committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    14f1e58 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Merge branch 'mpcommit' into gevent

    Conflicts:
    	README.md
    	kafka/client.py
    	kafka/conn.py
    	kafka/consumer.py
    	test/test_integration.py
    mahendra committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    bfe479b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mpcommit' into gevent

    Conflicts:
    	kafka/consumer.py
    mahendra committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    c56dce6 View commit details
    Browse the repository at this point in the history
  3. pep-ify

    mahendra committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    dd2b9dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c6c01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a26fa1 View commit details
    Browse the repository at this point in the history
Loading