[GitHub] kafka pull request #1686: KAFKA-4002: task.open() should be invoked in case ...

2016-07-29 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1686 KAFKA-4002: task.open() should be invoked in case that 0 partitions is assigned to task You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #1574: KAFKA-3920: Add Schema source connector to Kafka C...

2016-06-29 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1574 KAFKA-3920: Add Schema source connector to Kafka Connect You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka schema-source

[GitHub] kafka pull request #1502: MINOR: Clarify the at least once delivery with aut...

2016-06-13 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1502 MINOR: Clarify the at least once delivery with auto commit enabled. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka fetcher

[GitHub] kafka pull request #1475: MINOR: Add comment for round robin partitioner wit...

2016-06-06 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1475 MINOR: Add comment for round robin partitioner with different subscriptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka

[GitHub] kafka pull request: MINOR: Remove synchronized as the tasks are ex...

2016-05-27 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1441 MINOR: Remove synchronized as the tasks are executed sequentially You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka remove

[GitHub] kafka pull request: MINOR: Catch Throwable in CommitSourceTask()

2016-05-18 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1402 MINOR: Catch Throwable in CommitSourceTask() You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka source-task-commit-record

[GitHub] kafka pull request: KAFKA-3421: Connect developer guide update and...

2016-05-11 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1366 KAFKA-3421: Connect developer guide update and several fixes This is a follow up of KAKFA-3421 to update the connect developer guide to include the configuration validation. Also includes

[GitHub] kafka pull request: MINOR: Add quotes to variables in kafka-run-cl...

2016-05-10 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1364 MINOR: Add quotes to variables in kafka-run-class.sh You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka add-quote-classpath

[GitHub] kafka pull request: Avoid to pass null to UnmodifiableMap

2016-05-10 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1360 Avoid to pass null to UnmodifiableMap You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka avoid-to-pass-null Alternatively you

[GitHub] kafka pull request: KAFKA-2479: Transient exception

2016-05-09 Thread Ishiihara
Github user Ishiihara closed the pull request at: https://github.com/apache/kafka/pull/279 --- 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: MINOR: Should return ConfigDef in SourceConnec...

2016-05-09 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1356 MINOR: Should return ConfigDef in SourceConnectorConfig and SinkConnectorConfig You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara

[GitHub] kafka pull request: MINOR: Move connect.start() to try catch block

2016-05-08 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1347 MINOR: Move connect.start() to try catch block You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka connect-standalone

[GitHub] kafka pull request: MINOR: Add virtual env to Kafka system test RE...

2016-05-08 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1346 MINOR: Add virtual env to Kafka system test README.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka add-venv Alternatively

[GitHub] kafka pull request: MINOR: Cleanup Admin Package

2016-05-07 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1342 MINOR: Cleanup Admin Package You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka clean-admin-package Alternatively you can

[GitHub] kafka pull request: KAFKA-3673: Connect tests don't handle concurr...

2016-05-06 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1340 KAFKA-3673: Connect tests don't handle concurrent config changes You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka connect-test

[GitHub] kafka pull request: KAFKA-3587: Fix fake large log segment in log ...

2016-05-05 Thread Ishiihara
Github user Ishiihara closed the pull request at: https://github.com/apache/kafka/pull/1328 --- 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: WIP: Fix fake large log segment in log cleaner

2016-05-05 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1328 WIP: Fix fake large log segment in log cleaner You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka kafka-3587 Alternatively you

[GitHub] kafka pull request: KAFKA 3656: Remove logging outstanding message...

2016-05-04 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1319 KAFKA 3656: Remove logging outstanding messages when producer flush fails You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka

[GitHub] kafka pull request: KAFKA-3654: Config validation should validate ...

2016-05-03 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1313 KAFKA-3654: Config validation should validate both common and connector specific configurations You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: MINOR: Clean up of Kafka Consumer

2016-05-03 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1306 MINOR: Clean up of Kafka Consumer You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka minor-consumer-cleanup Alternatively you

[GitHub] kafka pull request: KAFKA-3527: Consumer commitAsync should not ex...

2016-04-30 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1300 KAFKA-3527: Consumer commitAsync should not expose internal exceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka kafka

[GitHub] kafka pull request: KAFKA-3578: Allow cross origin HTTP requests o...

2016-04-28 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1288 KAFKA-3578: Allow cross origin HTTP requests on all HTTP methods You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka kip-56

[GitHub] kafka pull request: MINOR: Remove some warning

2016-04-28 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1280 MINOR: Remove some warning @ijuma @junrao Can you take a look? You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka minor-warning

[GitHub] kafka-site pull request: Add Ismael to committers page

2016-04-26 Thread Ishiihara
Github user Ishiihara commented on the pull request: https://github.com/apache/kafka-site/pull/11#issuecomment-214653285 LGTM --- 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

[GitHub] kafka pull request: KAFKA-3615: Exclude test jars in kafka-run-cla...

2016-04-23 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1263 KAFKA-3615: Exclude test jars in kafka-run-class.sh @granders @hachikuji Can you take a look when you have time? Appreciate your time to review. You can merge this pull request into a Git

[GitHub] kafka pull request: KAFKA-3611: Remove warnings when using reflect...

2016-04-22 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1259 KAFKA-3611: Remove warnings when using reflections @ewencp @granders Can you take a look? Thanks! You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: Traverse CLASSPATH during herder start

2016-04-21 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1252 Traverse CLASSPATH during herder start @ewencp Can you take a quick look? You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka pre

[GitHub] kafka pull request: KAFKA-3459: Returning zero task configurations...

2016-04-20 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1248 KAFKA-3459: Returning zero task configurations from a connector does not properly clean up existing tasks @hachikuji @ewencp Can you take a look when you have time? You can merge this pull

[GitHub] kafka pull request: Minor comment fix

2016-04-20 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1243 Minor comment fix @ewencp You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka docs Alternatively you can review and apply

[GitHub] kafka pull request: KAFKA-3582: Remove references to Copcyat from ...

2016-04-18 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1236 KAFKA-3582: Remove references to Copcyat from Kafka Connect property files @junrao You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request: KAFKA 3421: Update docs with new connector fea...

2016-04-15 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1227 KAFKA 3421: Update docs with new connector features @ewencp @gwenshap Docs. I also tried to clean up some typos. However, it seems that the we don't have two words without space in between

[GitHub] kafka pull request: KAFKA-3526: Return string instead of object in...

2016-04-07 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1200 KAFKA-3526: Return string instead of object in ConfigKeyInfo and ConfigValueInfo You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara

[GitHub] kafka pull request: KAFKA-3520: Add system tests for REST APIs of ...

2016-04-06 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1195 KAFKA-3520: Add system tests for REST APIs of list connector plugins and config validation @ewen @granders Ready for review. You can merge this pull request into a Git repository by running

[GitHub] kafka pull request: [Minor]: Clean up of SourceTaskOffsetCommiter

2016-03-31 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1170 [Minor]: Clean up of SourceTaskOffsetCommiter You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka minor-cleanup Alternatively

[GitHub] kafka pull request: KAFKA-3462: Allow SinkTasks to disable consume...

2016-03-24 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1139 KAFKA-3462: Allow SinkTasks to disable consumer offset commit You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka disable-offset

[GitHub] kafka pull request: [KAFKA-3316]: Add REST API for listing connect...

2016-03-19 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1090 [KAFKA-3316]: Add REST API for listing connector plugins You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka kafka-3316

[GitHub] kafka pull request: [MINOR] cleanup

2016-03-14 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/1063 [MINOR] cleanup @guozhangwang Very minor cleanup. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka minor-cleanup

[GitHub] kafka pull request: Add REST and Connector API to expose connector...

2016-02-24 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/964 Add REST and Connector API to expose connector configuration You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka expose-connector

[GitHub] kafka pull request: KAFKA 2480 Add backoff timeout and support rew...

2015-10-20 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/340 KAFKA 2480 Add backoff timeout and support rewinds You can merge this pull request into a Git repository by running: $ git pull https://github.com/Ishiihara/kafka backoff Alternatively you

[GitHub] kafka pull request: KAFKA-2484: Add schema projection utilities

2015-10-13 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/307 KAFKA-2484: Add schema projection utilities This PR adds schema projection utilities to copycat. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request: Transient exception

2015-10-05 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/279 Transient exception Transient exception handling. You can merge this pull request into a Git repository by running: $ git pull https://github.com/confluentinc/kafka transient-exception

[GitHub] kafka pull request: Should stop offset backing store in Copycat Wo...

2015-09-22 Thread Ishiihara
Github user Ishiihara closed the pull request at: https://github.com/apache/kafka/pull/232 --- 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: Should stop offset backing store in Worker's s...

2015-09-22 Thread Ishiihara
GitHub user Ishiihara opened a pull request: https://github.com/apache/kafka/pull/232 Should stop offset backing store in Worker's stop method You can merge this pull request into a Git repository by running: $ git pull https://github.com/confluentinc/kafka bug-fix