kafka-site git commit: Added Xite and Zalando logo to Powered by page and update some styling for upcoming streams doc page changes

2017-09-19 Thread ewencp
Repository: kafka-site Updated Branches: refs/heads/asf-site e834dd428 -> 19d643354 Added Xite and Zalando logo to Powered by page and update some styling for upcoming streams doc page changes Author: Manjula Kumar Reviewers: Ewen Cheslack-Postava

kafka git commit: MINOR: various random minor fixes and improve KafkaConsumer JavaDocs

2017-09-19 Thread guozhang
Repository: kafka Updated Branches: refs/heads/trunk 80e0af50d -> bd0146d98 MINOR: various random minor fixes and improve KafkaConsumer JavaDocs Author: Matthias J. Sax Reviewers: Damian Guy , Jason Gustafson , Guozhang Wang

kafka git commit: MINOR: Only include transactional id in LogContext if it's set

2017-09-19 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 92c06cbad -> 80e0af50d MINOR: Only include transactional id in LogContext if it's set Author: Ismael Juma Reviewers: Apurva Mehta , Jason Gustafson Closes #3910 from

kafka git commit: MINOR: Protocol schema refactor follow-up

2017-09-19 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 5e0bb3df9 -> 92c06cbad MINOR: Protocol schema refactor follow-up - Use constants in a few places that were missed - Remove ProtoUtils by moving its methods to Schema - Merge SchemaVisitor and SchemaVisitorAdapter - Change SchemaVisitor

kafka git commit: MINOR: Fix unresolvable address in `testUnresolvableConnectString`

2017-09-19 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk c96f89f84 -> 5e0bb3df9 MINOR: Fix unresolvable address in `testUnresolvableConnectString` Before this change, the test always failed on my MacBook Pro. Author: Ismael Juma Reviewers: Rajini Sivaram

kafka git commit: MINOR: use StoreBuilder in KStreamImpl rather than StateStoreSupplier

2017-09-19 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk c8f147199 -> c96f89f84 MINOR: use StoreBuilder in KStreamImpl rather than StateStoreSupplier Author: Damian Guy Reviewers: Bill Bejeck , Matthias J. Sax , Guozhang Wang

kafka git commit: KAFKA-5921; add Materialized overloads to windowed kstream

2017-09-19 Thread damianguy
Repository: kafka Updated Branches: refs/heads/trunk 83bdcdbae -> c8f147199 KAFKA-5921; add Materialized overloads to windowed kstream Add `Materialized` overloads to `WindowedKStream`. Deprecate existing methods on `KGroupedStream` Author: Damian Guy Reviewers: