[GitHub] kafka pull request #3605: KAFKA-2111: Add help arguments and required fields

2017-08-01 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/3605 KAFKA-2111: Add help arguments and required fields This patch addresses the less invasive standardization of command line arguments as an offshoot of KIP-14. The following changes have been

[GitHub] kafka pull request #3589: KAFKA-3623: KStreamTestDriver extends ExternalReso...

2017-07-27 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/3589 KAFKA-3623: KStreamTestDriver extends ExternalResource In the streams project, there are a number of unit tests that has duplicate code with respect to the tearDown() method, in which it tries

[GitHub] kafka pull request #2990: KAFKA-5096: Log invalid user configs and use defau...

2017-05-07 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/2990 KAFKA-5096: Log invalid user configs and use defaults Kafka Streams does not allow users to modify some consumer configurations. Currently, it does not allow modifying the value

[GitHub] kafka pull request #2938: KAFKA-5096: Log invalid user configs and use defau...

2017-05-07 Thread johnma14
Github user johnma14 closed the pull request at: https://github.com/apache/kafka/pull/2938 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2938: KAFKA-5096: Log invalid user configs and use defau...

2017-04-28 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/2938 KAFKA-5096: Log invalid user configs and use defaults Kafka Streams do not allow users to modify some consumer configurations. If the user modifies this property, currently an exception

[GitHub] kafka pull request #2914: KAFKA-4994: Fix findbug warnings about OffsetStora...

2017-04-26 Thread johnma14
Github user johnma14 closed the pull request at: https://github.com/apache/kafka/pull/2914 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2914: KAFKA-4994: Fix findbug warnings about OffsetStora...

2017-04-26 Thread johnma14
GitHub user johnma14 reopened a pull request: https://github.com/apache/kafka/pull/2914 KAFKA-4994: Fix findbug warnings about OffsetStorageWriter OffsetStorageWriter is not a thread-safe class and should be accessed only from a Task's processing thread. The WorkerSourceTask

[GitHub] kafka pull request #2914: KAFKA-4994: Fix findbug warnings about OffsetStora...

2017-04-25 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/2914 KAFKA-4994: Fix findbug warnings about OffsetStorageWriter OffsetStorageWriter is not a thread-safe class and should be accessed only from a Task's processing thread. The WorkerSourceTask class

[GitHub] kafka pull request #2913: KAFKA-4994: Fix findbug warnings about OffsetStora...

2017-04-25 Thread johnma14
Github user johnma14 closed the pull request at: https://github.com/apache/kafka/pull/2913 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2906: Kafka-4994 Fix findbug warnings about OffsetStorag...

2017-04-25 Thread johnma14
Github user johnma14 closed the pull request at: https://github.com/apache/kafka/pull/2906 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] kafka pull request #2913: Kafka-4994: Fix findbug warnings about OffsetStora...

2017-04-25 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/2913 Kafka-4994: Fix findbug warnings about OffsetStorageWriter OffsetStorageWriter is not a thread-safe class and should be accessed only from a Task's processing thread. The WorkerSourceTask class

[GitHub] kafka pull request #2906: Kafka-4994 Fix findbug warnings about OffsetStorag...

2017-04-24 Thread johnma14
GitHub user johnma14 opened a pull request: https://github.com/apache/kafka/pull/2906 Kafka-4994 Fix findbug warnings about OffsetStorageWriter#currentFlushId Based on the description of the class OffsetStorageWriter, it is not a thread-safe class and should be accessed only from