forked from dpkp/kafka-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mahendra/kafka-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gevent
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 9 files changed
- 1 contributor
Commits on Jul 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9597eb9 - Browse repository at this point
Copy the full SHA 9597eb9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 176eef6 - Browse repository at this point
Copy the full SHA 176eef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7bf78 - Browse repository at this point
Copy the full SHA 2e7bf78View commit details
Commits on Jul 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 4cf0192 - Browse repository at this point
Copy the full SHA 4cf0192View commit details
Commits on Jul 30, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9d06d8e - Browse repository at this point
Copy the full SHA 9d06d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a7989d - Browse repository at this point
Copy the full SHA 0a7989dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159d62f - Browse repository at this point
Copy the full SHA 159d62fView commit details
Commits on Sep 26, 2013
-
Merge branch 'mpcommit' into gevent
Conflicts: README.md kafka/client.py kafka/consumer.py test/test_integration.py
Configuration menu - View commit details
-
Copy full SHA for 14f1e58 - Browse repository at this point
Copy the full SHA 14f1e58View commit details
Commits on Oct 9, 2013
-
Merge branch 'mpcommit' into gevent
Conflicts: README.md kafka/client.py kafka/conn.py kafka/consumer.py test/test_integration.py
Configuration menu - View commit details
-
Copy full SHA for bfe479b - Browse repository at this point
Copy the full SHA bfe479bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c56dce6 - Browse repository at this point
Copy the full SHA c56dce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2b9dd - Browse repository at this point
Copy the full SHA dd2b9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c6c01 - Browse repository at this point
Copy the full SHA 33c6c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a26fa1 - Browse repository at this point
Copy the full SHA 8a26fa1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff mpcommit...gevent