[jira] [Created] (KAFKA-4095) When a topic is deleted and then created with the same name, 'committed' offsets are not reset

2016-08-28 Thread Alex Glikson (JIRA)
Alex Glikson created KAFKA-4095: --- Summary: When a topic is deleted and then created with the same name, 'committed' offsets are not reset Key: KAFKA-4095 URL: https://issues.apache.org/jira/browse/

[GitHub] kafka pull request #1571: Fix few documentation errors in streams quickstart

2016-06-29 Thread glikson
GitHub user glikson opened a pull request: https://github.com/apache/kafka/pull/1571 Fix few documentation errors in streams quickstart Plus a minor enhancement You can merge this pull request into a Git repository by running: $ git pull https://github.com/glikson/kafka patch

[GitHub] kafka pull request: MINOR: Use "new line" delimeters in a portable...

2015-12-22 Thread glikson
GitHub user glikson opened a pull request: https://github.com/apache/kafka/pull/708 MINOR: Use "new line" delimeters in a portable way in a unit test This fixes failure of the FileStreamSinkTaskTest unit test on Windows Signed-off-by: glikson You can merge