[kafka] branch trunk updated: MINOR: increase system test kafka start timeout (#5934)

2018-11-21 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 14fbf16 MINOR: increase system test kafka start

[kafka] branch trunk updated: KAFKA-7528: Standardize on Min/Avg/Max Kafka metrics' default value - NaN (#5908)

2018-11-20 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 068ab9c KAFKA-7528: Standardize on Min/Avg/Max

[kafka] branch 2.1 updated: KAFKA-7536: Initialize TopologyTestDriver with non-null topic (#5923)

2018-11-20 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 57cb9a7 KAFKA-7536: Initialize TopologyTestDriver

[kafka] branch 2.0 updated: KAFKA-7536: Initialize TopologyTestDriver with non-null topic (#5923)

2018-11-20 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new c6a9abe KAFKA-7536: Initialize TopologyTestDriver

[kafka] branch trunk updated: KAFKA-7536: Initialize TopologyTestDriver with non-null topic (#5923)

2018-11-20 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 46e7b13 KAFKA-7536: Initialize

[kafka] branch trunk updated: KAFKA-6567: Remove KStreamWindowReducer (#5922)

2018-11-19 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 8dc4d0e KAFKA-6567: Remove KStreamWindowReducer

[kafka] branch trunk updated: * MINOR: Catching null pointer exception for empty leader URL when assignment is null (#4798)

2018-11-16 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b21e933 * MINOR: Catching null pointer

[kafka] branch 1.0 updated: KAFKA-7192: Wipe out state store if EOS is turned on and checkpoint file does not exist

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 1.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.0 by this push: new 4d855ea KAFKA-7192: Wipe out state store if EOS

[kafka] branch 2.0 updated: KAFKA-7584: StreamsConfig throws ClassCastException if max.in.flight.request.per.connect is specified as String (#5874)

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 40cc817 KAFKA-7584: StreamsConfig throws

[kafka] branch 2.1 updated: KAFKA-7584: StreamsConfig throws ClassCastException if max.in.flight.request.per.connect is specified as String (#5874)

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new d8e0f43 KAFKA-7584: StreamsConfig throws

[kafka] branch trunk updated: HOTFIX: remove deprecated calls

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 23ed45a HOTFIX: remove deprecated calls 23ed45a

[kafka] branch trunk updated: MINOR: Remove redundant SuppressIntegrationTests (#5896)

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new abc0959 MINOR: Remove redundant

[kafka] branch trunk updated: MINOR: improve Puncutation JavaDocs and add runtime argument check (#5895)

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 80eb2c2 MINOR: improve Puncutation JavaDocs

[kafka] branch trunk updated: KAFKA-7584: StreamsConfig throws ClassCastException if max.in.flight.request.per.connect is specified as String (#5874)

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new d2f3794 KAFKA-7584: StreamsConfig throws

[kafka] branch trunk updated: MINOR: Code cleanup in StreamsResetter (#5891)

2018-11-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 9346660 MINOR: Code cleanup in StreamsResetter

[kafka] branch trunk updated: MINOR: Remove deprecated callers (#5911)

2018-11-14 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 14d3ead MINOR: Remove deprecated callers (#5911

[kafka] branch 2.1 updated: KAFKA-7080 and KAFKA-7222: Cleanup overlapping KIP changes Part 2

2018-10-17 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new bb370d2 KAFKA-7080 and KAFKA-7222: Cleanup

[kafka] branch 2.1 updated: MINOR: Update Streams Scala API for addition of Grouped (#5793)

2018-10-16 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 38a8767 MINOR: Update Streams Scala API

[kafka] branch trunk updated: MINOR: Update Streams Scala API for addition of Grouped (#5793)

2018-10-16 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 86b1150 MINOR: Update Streams Scala API

[kafka] branch 2.1 updated: MINOR: Doc changes for KIP-312 (#5789)

2018-10-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 5d20746 MINOR: Doc changes for KIP-312 (#5789

[kafka] branch trunk updated: MINOR: Doc changes for KIP-312 (#5789)

2018-10-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 90d0fd5 MINOR: Doc changes for KIP-312 (#5789

[kafka] branch 2.1 updated: MINOR: fix non-deterministic streams-scala tests (#5792)

2018-10-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 0d6a3d8 MINOR: fix non-deterministic streams-scala

[kafka] branch trunk updated: MINOR: fix non-deterministic streams-scala tests (#5792)

2018-10-15 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new f047e1c MINOR: fix non-deterministic streams

[kafka] branch trunk updated: MINOR: fixes on streams upgrade test (#5754)

2018-10-13 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 2d77746 MINOR: fixes on streams upgrade test

[kafka] branch 2.1 updated: MINOR: Streams Update for KIP-330 / KIP-356 (#5794)

2018-10-12 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 3f73978 MINOR: Streams Update for KIP-330 / KIP-356

[kafka] branch trunk updated: MINOR: Streams Update for KIP-330 / KIP-356 (#5794)

2018-10-12 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 6a3382c MINOR: Streams Update for KIP-330 / KIP

[kafka] branch 2.1 updated: KAFKA-7223: Add late-record metrics (#5742)

2018-10-12 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new d07fcd7 KAFKA-7223: Add late-record metrics (#5742

[kafka] branch trunk updated: KAFKA-7223: Add late-record metrics (#5742)

2018-10-12 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 21f88a5 KAFKA-7223: Add late-record metrics

[kafka] branch 2.0 updated: HOTFIX: Fix broken links (#5676)

2018-10-10 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 1d239a0 HOTFIX: Fix broken links (#5676) 1d239a0

[kafka] branch 2.1 updated: KAFKA-7483: Allow streams to pass headers through Serializer. (#5751)

2018-10-09 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new 712ed98 KAFKA-7483: Allow streams to pass headers

[kafka] branch trunk updated: KAFKA-7483: Allow streams to pass headers through Serializer. (#5751)

2018-10-09 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 9a74569 KAFKA-7483: Allow streams to pass

[kafka] branch 0.10.2 updated: MINOR: Flaky test improvement (#5761)

2018-10-09 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 0.10.2 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/0.10.2 by this push: new 8adaf91 MINOR: Flaky test improvement (#5761

[kafka] branch 2.1 updated: MINOR: Clarify usage of stateful processor node (#5740)

2018-10-05 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new a682cf4 MINOR: Clarify usage of stateful processor

[kafka] branch trunk updated (3edd8e7 -> 1bc620d)

2018-10-05 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 3edd8e7 KAFKA-7476: Fix Date-based types in SchemaProjector add 1bc620d MINOR: Clarify usage of stateful

[kafka] branch 2.1 updated: MINOR: Fix generic type of ProcessorParameters (#5741)

2018-10-04 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.1 by this push: new fa3fe3e MINOR: Fix generic type

[kafka] branch trunk updated: MINOR: Fix generic type of ProcessorParameters (#5741)

2018-10-04 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new d76805f MINOR: Fix generic type

[kafka] branch trunk updated: HOTFIX: Fix broken links (#5676)

2018-10-03 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 862e09f HOTFIX: Fix broken links (#5676

[kafka] branch trunk updated (7bd8ada -> 87879d5)

2018-10-03 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 7bd8ada MINOR: Docs on state store instantiation (#5698) add 87879d5 KAFKA-7223: Add name config

[kafka] branch trunk updated: MINOR: Docs on state store instantiation (#5698)

2018-10-03 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 7bd8ada MINOR: Docs on state store

[kafka] branch trunk updated: KAFKA-7223: Make suppression buffer durable (#5724)

2018-10-03 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b793eaa KAFKA-7223: Make suppression buffer

[kafka] branch trunk updated: KAFKA-7223: internally provide full consumer record during restore (#5710)

2018-09-30 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new eb61df6 KAFKA-7223: internally provide full

[kafka] branch trunk updated (69709d7 -> 08dfab0)

2018-09-30 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 69709d7 MINOR: Update Scala to 2.12.7, lz4-java to 1.5 and others add 08dfab0 KAFKA-3514: Upgrade

[kafka-site] branch asf-site updated: fix 0.8.2.1 title

2018-09-28 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 529fb19 fix 0.8.2.1 title 529fb19

[kafka] branch trunk updated: KAFKA-6620: Fix documentation about 'exactly_once'

2018-09-28 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new e7b6d65 KAFKA-6620: Fix documentation about

[kafka] branch trunk updated (2933f21 -> f712ce6)

2018-09-25 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 2933f21 KAFKA-7403; Use default timestamp if no expire timestamp set in offset commit value (#5690) add

[kafka] branch trunk updated: KAFKA-7223: Suppress API with only immediate emit (#5567)

2018-09-24 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 057c530 KAFKA-7223: Suppress API with only

[kafka] branch 1.1 updated: MINOR: Remove duplicate word (#5686)

2018-09-24 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 52422a0 MINOR: Remove duplicate word (#5686

[kafka] branch trunk updated: KAFKA-7430: Improve Transformer interface JavaDoc (#5675)

2018-09-24 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 86b4d9d KAFKA-7430: Improve Transformer

[kafka] branch trunk updated: [KAFKA-7379] [streams] send.buffer.bytes should be allowed to set -1 in KafkaStreams (#5643)

2018-09-20 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 7bc1019 [KAFKA-7379] [streams

[kafka] branch trunk updated: MINOR: increase number of unique keys for Streams EOS system test (#5640)

2018-09-19 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 9f187a9 MINOR: increase number of unique keys

[kafka] branch trunk updated: MINOR: Remove ignored tests that hang, added new versions for EOS tests (#5666)

2018-09-19 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new df00f1a MINOR: Remove ignored tests that hang

[kafka] branch trunk updated: KAFKA-7399: KIP-366, Make FunctionConversions deprecated (#5562)

2018-09-19 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new af80dcc KAFKA-7399: KIP-366, Make

[kafka] branch trunk updated: MINOR: log and fail on missing task in Streams (#5655)

2018-09-17 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 607dea2 MINOR: log and fail on missing task

[kafka] branch 1.1 updated: MINOR: increase the timeout for the streams broker resilience test (#5649)

2018-09-14 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new a1d6bdc MINOR: increase the timeout for the streams

[kafka] branch trunk updated: MINOR: Enable ignored upgrade system tests - trunk (#5605)

2018-09-13 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b74e7e4 MINOR: Enable ignored upgrade system

[kafka] branch trunk updated: MINOR: fix scala serde tests (#5644)

2018-09-13 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b18c8dd MINOR: fix scala serde tests (#5644

[kafka] branch trunk updated: KAFKA-3514, Documentations: Add out of ordering in concepts. (#5458)

2018-09-11 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 68b2f49 KAFKA-3514, Documentations: Add out

[kafka] branch 2.0 updated: KAFKA-7386: streams-scala should not cache serdes (#5622)

2018-09-11 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 5b98897 KAFKA-7386: streams-scala should not cache

[kafka] branch trunk updated: KAFKA-7386: streams-scala should not cache serdes (#5622)

2018-09-11 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 9dac615 KAFKA-7386: streams-scala should

[kafka] branch trunk updated: KAFKA-3514: Part III, Refactor StreamThread main loop (#5428)

2018-09-11 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 283a194 KAFKA-3514: Part III, Refactor

[kafka] branch trunk updated: KAFKA-7396: Materialized, Serialized, Joined, Consumed and Produced with implicit Serdes (#5551)

2018-09-11 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new acd3858 KAFKA-7396: Materialized, Serialized

[kafka] branch 1.1 updated: MINOR:Update versions for streams upgrade tests (#5609)

2018-09-10 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 09b3982 MINOR:Update versions for streams upgrade

[kafka] branch trunk updated: MINOR: Mark new Scala streams tests as integration tests (KIP-270 follow-up) (#5631)

2018-09-10 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 0d535b1 MINOR: Mark new Scala streams tests

[kafka-site] branch asf-site updated: HOTFIX: minor rephrases

2018-09-06 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 5933b2d HOTFIX: minor rephrases

[kafka-site] branch asf-site updated: New Committer Guidelines (#161)

2018-09-06 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 1701907 New Committer Guidelines

[kafka] branch 2.0 updated: MINOR: Enable ignored upgrade system tests 2.0 (#5614)

2018-09-06 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 032f531 MINOR: Enable ignored upgrade system tests

[kafka] branch 0.11.0 updated: MINOR: Update streams upgrade system tests 0.11.0.3 (#5613)

2018-09-06 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 0.11.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/0.11.0 by this push: new 3792111 MINOR: Update streams upgrade system

[kafka] branch 1.1 updated: MINOR: Fix Streams EOS tests (#5612)

2018-09-05 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 1.1 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.1 by this push: new 142fade MINOR: Fix Streams EOS tests (#5612

[kafka] branch 1.0 updated: MINOR:Updates for new versions and upgrade tests (#5607)

2018-09-04 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 1.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/1.0 by this push: new 032a249 MINOR:Updates for new versions and upgrade

[kafka-site] branch asf-site updated: MINOR: Make links recognizable (#160)

2018-09-01 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/kafka-site.git The following commit(s) were added to refs/heads/asf-site by this push: new b47ef3c MINOR: Make links

[kafka] branch trunk updated: MINOR: single Jackson serde for PageViewTypedDemo (#5590)

2018-08-31 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new d57fe1b MINOR: single Jackson serde

[kafka] branch trunk updated: MINOR:Use StoreBuilder.name() for node name (#5588)

2018-08-29 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 5fb2cdb MINOR:Use StoreBuilder.name() for node

[kafka] branch 2.0 updated: MINOR: Fix streams Scala peek recursive call (#5566)

2018-08-29 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 0bd8138 MINOR: Fix streams Scala peek recursive

[kafka] branch 2.0 updated: MINOR: Fix streams Scala foreach recursive call (#5539)

2018-08-29 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new a8f95bd MINOR: Fix streams Scala foreach recursive

[kafka] branch trunk updated: KAFKA-7269: Add docs for KStream.merge (#5512)

2018-08-29 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 2514a42 KAFKA-7269: Add docs for KStream.merge

[kafka] branch trunk updated: MINOR: Fix streams Scala peek recursive call (#5566)

2018-08-29 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 34d9ae6 MINOR: Fix streams Scala peek recursive

[kafka] branch trunk updated: MINOR: Correct folder for package object scala (#5573)

2018-08-27 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 7d2b958 MINOR: Correct folder for package

[kafka] branch trunk updated: KAFKA-7240: -total metrics in Streams are incorrect (#5467)

2018-08-24 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 6f48978 KAFKA-7240: -total metrics in Streams

[kafka] branch trunk updated: MINOR: replace deprecated remove with delete (#5565)

2018-08-24 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 89cf515 MINOR: replace deprecated remove

[kafka] branch trunk updated: MINOR: Fix streams Scala foreach recursive call (#5539)

2018-08-23 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b8559de MINOR: Fix streams Scala foreach

[kafka] branch 2.0 updated: MINOR: Return correct instance of SessionWindowSerde (#5546)

2018-08-23 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new dd00295 MINOR: Return correct instance

[kafka] branch trunk updated: MINOR: Return correct instance of SessionWindowSerde (#5546)

2018-08-23 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new c968267 MINOR: Return correct instance

[kafka] branch 2.0 updated: KAFKA-7316: Fix Streams Scala filter recursive call #5538

2018-08-23 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 4156ea0 KAFKA-7316: Fix Streams Scala filter

[kafka] branch trunk updated: KAFKA-7316: Fix Streams Scala filter recursive call #5538

2018-08-23 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new d8f9f27 KAFKA-7316: Fix Streams Scala filter

[kafka] branch 2.0 updated: KAFKA-7301: Fix streams Scala join ambiguous overload (#5502)

2018-08-21 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 2971cfc KAFKA-7301: Fix streams Scala join

[kafka] branch trunk updated: KAFKA-7301: Fix streams Scala join ambiguous overload (#5502)

2018-08-21 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new dae9c41 KAFKA-7301: Fix streams Scala join

[kafka] branch trunk updated: MINOR: Small refactorings on KTable joins (#5540)

2018-08-21 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new a289865 MINOR: Small refactorings on KTable

[kafka] branch trunk updated: KAFKA-7311: Reset next batch expiry time on each poll loop

2018-08-20 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new ea4078e KAFKA-7311: Reset next batch expiry

[kafka] branch trunk updated: Minor: add valueChangingOperation and mergeNode to StreamsGraphNode#toString (#5522)

2018-08-17 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new f9f0b5c Minor: add valueChangingOperation

[kafka] branch trunk updated: MINOR: Update test to wait for final value to reduce flakiness updated test method for multiple keys (#5517)

2018-08-17 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 7c4e672 MINOR: Update test to wait for final

[kafka] branch trunk updated: KAFKA-6998: Disable Caching when max.cache.bytes are zero. (#5488)

2018-08-17 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 0d77898 KAFKA-6998: Disable Caching when

[kafka] branch trunk updated: KAFKA-6761: Reduce streams footprint part IV add optimization (#5451)

2018-08-14 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 3e64e5b KAFKA-6761: Reduce streams footprint

[kafka] branch trunk updated: KAFKA-7222: Add Windows grace period (#5369)

2018-08-14 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b3771ba KAFKA-7222: Add Windows grace period

[kafka] branch trunk updated: MINOR: Add spotlessScalaCheck dependency to streams-scala test task (#5479)

2018-08-13 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 68fb293 MINOR: Add spotlessScalaCheck

[kafka] branch trunk updated: KAFKA-7250: switch scala transform to TransformSupplier (#5481)

2018-08-09 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b1539ff KAFKA-7250: switch scala transform

[kafka] branch trunk updated: MINOR: Follow up for KAFKA-6761 graph should add stores for consistency (#5453)

2018-08-08 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 59ae734 MINOR: Follow up for KAFKA-6761 graph

[kafka] branch 2.0 updated: KAFKA-7158: Add unit test for window store range queries (#5466)

2018-08-08 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 27224a3 KAFKA-7158: Add unit test for window store

[kafka] branch 2.0 updated: KAFKA-7080: pass segmentInterval to CachingWindowStore (#5474)

2018-08-08 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new 973b434 KAFKA-7080: pass segmentInterval

[kafka] branch trunk updated: KAFKA-7158: Add unit test for window store range queries (#5466)

2018-08-08 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new d12ceac KAFKA-7158: Add unit test for window

[kafka] branch 2.0 updated: MINOR: Add Scalafmt to Streams Scala API (#4965)

2018-08-07 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch 2.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/2.0 by this push: new ecb7943 MINOR: Add Scalafmt to Streams Scala API

<    5   6   7   8   9   10   11   12   13   14   >