[GitHub] kafka pull request #4092: KAFKA-6087: Scanning plugin.path needs to support ...

2017-10-18 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/4092 KAFKA-6087: Scanning plugin.path needs to support relative symlinks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka

[GitHub] kafka pull request #4030: KAFKA-5953: Register all jdbc drivers available in...

2017-10-05 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/4030 KAFKA-5953: Register all jdbc drivers available in plugin and class paths You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine

[GitHub] kafka pull request #3932: KAFKA-5867: Log Kafka Connect worker info during s...

2017-09-21 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3932 KAFKA-5867: Log Kafka Connect worker info during startup You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka KAFKA-5867

[GitHub] kafka pull request #3707: MINOR: Verify startup of zookeeper service in syst...

2017-08-21 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3707 MINOR: Verify startup of zookeeper service in system tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka MINOR

[GitHub] kafka pull request #3499: KAFKA-5567: Connect sink worker should commit offs...

2017-07-06 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3499 KAFKA-5567: Connect sink worker should commit offsets of original topic partitions You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3394: KAFKA-5475: Connector config validation needs to i...

2017-06-21 Thread kkonstantine
Github user kkonstantine closed the pull request at: https://github.com/apache/kafka/pull/3394 --- 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 #3394: KAFKA-5475: Connector config validation needs to i...

2017-06-21 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3394 KAFKA-5475: Connector config validation needs to include tranformation types You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine

[GitHub] kafka pull request #3326: MINOR: Add unit tests for PluginDesc in Connect.

2017-06-13 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3326 MINOR: Add unit tests for PluginDesc in Connect. Related to https://github.com/apache/kafka/pull/3321 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3321: HOTFIX: Handle Connector version returning 'null' ...

2017-06-13 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3321 HOTFIX: Handle Connector version returning 'null' during plugin loading. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine

[GitHub] kafka pull request #3197: MINOR: Set log level for org.reflections to ERROR.

2017-06-01 Thread kkonstantine
Github user kkonstantine closed the pull request at: https://github.com/apache/kafka/pull/3197 --- 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 #3197: MINOR: Set log level for org.reflections to ERROR.

2017-06-01 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3197 MINOR: Set log level for org.reflections to ERROR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka MINOR-Set-log-level

[GitHub] kafka pull request #3173: MINOR: Traverse plugin path recursively in connect

2017-05-30 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3173 MINOR: Traverse plugin path recursively in connect You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka MINOR-Traverse

[GitHub] kafka pull request #3111: HOTFIX: Increase timeouts in distributed connect t...

2017-05-20 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3111 HOTFIX: Increase timeouts in distributed connect tests. * There's considerably increased logging in DEBUG mode due to the class scanning performed with the new isolation scheme. You

[GitHub] kafka pull request #3028: KAFKA-3487: Support classloading isolation in Conn...

2017-05-11 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3028 KAFKA-3487: Support classloading isolation in Connect. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka KAFKA-3487

[GitHub] kafka pull request #3007: HOTFIX: Increase kafkatest startup wait time on Co...

2017-05-09 Thread kkonstantine
Github user kkonstantine closed the pull request at: https://github.com/apache/kafka/pull/3007 --- 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 #3007: HOTFIX: Increase kafkatest startup wait time on Co...

2017-05-09 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3007 HOTFIX: Increase kafkatest startup wait time on ConnectDistributed service in 0.10.2 You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3006: HOTFIX: Increase kafkatest startup wait time on Co...

2017-05-09 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/3006 HOTFIX: Increase kafkatest startup wait time on ConnectDistributed service You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine

[GitHub] kafka pull request #2830: KAFKA-5046: Support file rotation in FileStreamSou...

2017-04-09 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2830 KAFKA-5046: Support file rotation in FileStreamSource Connector - Detect file rotation/removal in FileStreamSource task. - Extend offset key to include creation time and fileKey attributes

[GitHub] kafka pull request #2798: KAFKA-4837: Fix class name comparison in connector...

2017-04-03 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2798 KAFKA-4837: Fix class name comparison in connector-plugins REST endpoint You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine

[GitHub] kafka pull request #2211: HOTFIX: Fix bug in readToLogEnd in KafkaBasedLog.

2016-12-05 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2211 HOTFIX: Fix bug in readToLogEnd in KafkaBasedLog. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka HOTFIX-Correctly

[GitHub] kafka pull request #2201: KAFKA-4306: Shutdown distributed herder with a tim...

2016-12-01 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2201 KAFKA-4306: Shutdown distributed herder with a timeout. Resolves KAFKA-4306: Connect workers won't shut down if brokers are not available KAFKA-4154: Kafka Connect fails

[GitHub] kafka pull request #2130: MINOR: Extract SCALA_BINARY_VERSION from SCALA_VER...

2016-11-14 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2130 MINOR: Extract SCALA_BINARY_VERSION from SCALA_VERSION Will allow users to set one fewer environment variable if they need to change scala version. Still, SCALA_BINARY_VERSION can

[GitHub] kafka pull request #2126: MINOR: Fix export command for additional env vars ...

2016-11-11 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2126 MINOR: Fix export command for additional env vars in connect system tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine

[GitHub] kafka pull request #2123: KAFKA-4397: Refactor Connect backing stores for th...

2016-11-10 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2123 KAFKA-4397: Refactor Connect backing stores for thread safety You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka KAFKA

[GitHub] kafka pull request #2081: MINOR: Extend mirror maker test to include interce...

2016-10-31 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/2081 MINOR: Extend mirror maker test to include interceptors You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka MINOR-Extend

[GitHub] kafka pull request #1995: KAFKA-4254: Update producers metadata before faili...

2016-10-08 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/1995 KAFKA-4254: Update producers metadata before failing on non-existent … …partition You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #1909: MINOR: Allow for asynchronous start of producer co...

2016-09-26 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/1909 MINOR: Allow for asynchronous start of producer consumer in validatio… …n test You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #1788: KAFKA-3008: Parallel start and stop of connectors ...

2016-08-25 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/1788 KAFKA-3008: Parallel start and stop of connectors and tasks in Connect You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka

[GitHub] kafka pull request #1771: KAFKA-2894: WorkerSinkTask should rewind offsets o...

2016-08-22 Thread kkonstantine
GitHub user kkonstantine opened a pull request: https://github.com/apache/kafka/pull/1771 KAFKA-2894: WorkerSinkTask should rewind offsets on rebalance You can merge this pull request into a Git repository by running: $ git pull https://github.com/kkonstantine/kafka KAFKA