kafka git commit: MINOR: Update TransactionManager to use LogContext

2017-09-14 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk a0ad9f156 -> 2656659e0 MINOR: Update TransactionManager to use LogContext Author: Jason Gustafson Reviewers: Manikumar Reddy , Ismael Juma Closes #3852 from

kafka git commit: MINOR: Fix LogContext message format in KafkaProducer

2017-09-14 Thread ijuma
Repository: kafka Updated Branches: refs/heads/trunk 3b5d88feb -> a0ad9f156 MINOR: Fix LogContext message format in KafkaProducer Author: Vahid Hashemian Reviewers: Manikumar Reddy , Ismael Juma Closes #3854 from

kafka-site git commit: MINOR: update streams quickstart to have note about updating snapshot dependency

2017-09-14 Thread damianguy
Repository: kafka-site Updated Branches: refs/heads/asf-site 7e98fdb95 -> b415c59b0 MINOR: update streams quickstart to have note about updating snapshot dependency Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit:

[1/2] kafka git commit: KAFKA-5783; Add KafkaPrincipalBuilder with support for SASL (KIP-189)

2017-09-14 Thread rsivaram
Repository: kafka Updated Branches: refs/heads/trunk f7b1add68 -> 3b5d88feb http://git-wip-us.apache.org/repos/asf/kafka/blob/3b5d88fe/clients/src/main/java/org/apache/kafka/common/security/authenticator/SaslServerCallbackHandler.java

[2/2] kafka git commit: KAFKA-5783; Add KafkaPrincipalBuilder with support for SASL (KIP-189)

2017-09-14 Thread rsivaram
KAFKA-5783; Add KafkaPrincipalBuilder with support for SASL (KIP-189) Author: Jason Gustafson Reviewers: Ismael Juma , Rajini Sivaram , Manikumar Reddy Closes #3795 from hachikuji/KAFKA-5783

kafka git commit: MINOR: Bump version in streams quickstart archetype pom.xml

2017-09-14 Thread damianguy
Repository: kafka Updated Branches: refs/heads/0.11.0 b0708c4ac -> b95a6bf61 MINOR: Bump version in streams quickstart archetype pom.xml Author: Damian Guy Reviewers: Ismael Juma Closes #3857 from dguy/fix-archetype-version Project:

kafka-site git commit: MINOR: add note to streams quickstart about snapshot dependency removal being temporary

2017-09-14 Thread damianguy
Repository: kafka-site Updated Branches: refs/heads/asf-site b415c59b0 -> e834dd428 MINOR: add note to streams quickstart about snapshot dependency removal being temporary Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit:

kafka git commit: MINOR: update docs to add note about removing SNAPSHOT from streams dependency

2017-09-14 Thread damianguy
Repository: kafka Updated Branches: refs/heads/0.11.0 b95a6bf61 -> 1c9581e2e MINOR: update docs to add note about removing SNAPSHOT from streams dependency Author: Damian Guy Reviewers: Michael G. Noll , Ismael Juma Closes

kafka git commit: MINOR: Remove unused SecurityProtocol.TRACE

2017-09-14 Thread jgus
Repository: kafka Updated Branches: refs/heads/trunk 2656659e0 -> dfd625daa MINOR: Remove unused SecurityProtocol.TRACE It adds complexity for no benefit since we don't use it anywhere. Also removed a few unused imports, variables and default parameters. Author: Ismael Juma