kafka git commit: KAFKA-5556; Fix IllegalStateException in KafkaConsumer.commitSync due to missing future completion check

2017-07-20 Thread jgus
Repository: kafka Updated Branches: refs/heads/0.11.0 2452201c5 -> 4b968afef KAFKA-5556; Fix IllegalStateException in KafkaConsumer.commitSync due to missing future completion check This PR makes `commitOffsetsSync` method check whether future is completed after client's poll or not. Author

kafka git commit: KAFKA-5556; Fix IllegalStateException in KafkaConsumer.commitSync due to missing future completion check

2017-07-20 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk fe4a469fc -> e0099e1f5 KAFKA-5556; Fix IllegalStateException in KafkaConsumer.commitSync due to missing future completion check This PR makes `commitOffsetsSync` method check whether future is completed after client's poll or not. Author: