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

fixed bug in client.check_version() #79

Merged
merged 1 commit into from Nov 23, 2016

Conversation

fabregas
Copy link
Contributor

For Kafka version <0.10 we have error log message on bootstrap:

[asyncio:1148][ERROR ] Task exception was never retrieved
future: <Task finished coro=<wait_for() done, defined at /usr/lib64/python3.5/asyncio/tasks.py:355> exception=CorrelationIdError('Correlation ids do not match: sent 1, recv 2',)>
Traceback (most recent call last):
File "/usr/lib64/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/usr/lib64/python3.5/asyncio/tasks.py", line 392, in wait_for
return fut.result()
File "/usr/lib64/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
kafka.errors.CorrelationIdError: CorrelationIdError: Correlation ids do not match: sent 1, recv 2

@codecov-io
Copy link

codecov-io commented Nov 15, 2016

Current coverage is 95.84% (diff: 100%)

Merging #79 into master will increase coverage by <.01%

@@             master        #79   diff @@
==========================================
  Files             8          8          
  Lines          1609       1612     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1542       1545     +3   
  Misses           67         67          
  Partials          0          0          

Powered by Codecov. Last update e0ee9b3...6440fac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants