[GitHub] kafka pull request #4344: KAFKA-6321: Consolidate calls to KafkaConsumer's `...

2017-12-19 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4344 KAFKA-6321: Consolidate calls to KafkaConsumer's `beginningOffsets()` and `endOffsets()` in ConsumerGroupCommand ### Committer Checklist (excluded from commit message) - [ ] Verify

[GitHub] kafka pull request #4333: MINOR: Use TopicPartition in ConsumerGroupCommand ...

2017-12-15 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4333 MINOR: Use TopicPartition in ConsumerGroupCommand instead of TopicAndPartition where possible ### Committer Checklist (excluded from commit message) - [ ] Verify design

[GitHub] kafka pull request #4271: KAFKA-5526: Additional `--describe` views for Cons...

2017-11-28 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4271 KAFKA-5526: Additional `--describe` views for ConsumerGroupCommand (KIP-175) The `--describe` option of ConsumerGroupCommand is expanded to support: * `--describe` or `--describe

[GitHub] kafka pull request #3448: KAFKA-5526: Report group consumers while offsets a...

2017-11-28 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/3448 ---

[GitHub] kafka pull request #4241: KAFKA-4893: Fix conflict between async topic delet...

2017-11-20 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4241 KAFKA-4893: Fix conflict between async topic deletion and max topic length With async topic deletion the topic partition folder name is affixed with a '.', a UUID, and '-delete'. If topic

[GitHub] kafka pull request #4190: MINOR: Fix Javadoc Issues

2017-11-07 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4190 MINOR: Fix Javadoc Issues This PR mainly fixes some broken links and invalid references in the clients Javadoc You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request #4139: MINOR: Indentation Fix

2017-10-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4139 MINOR: Indentation Fix You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor/indentation_fix_1710 Alternatively

[GitHub] kafka pull request #4135: KAFKA-5848: Perform a complete topic name validati...

2017-10-25 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4135 KAFKA-5848: Perform a complete topic name validation in KafkaConsumer's assign/subscribe You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #4083: MINOR: Improve a Windows quickstart instruction

2017-10-17 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4083 MINOR: Improve a Windows quickstart instruction The output of `wmic` can be very long and could truncate the search keywords in the existing command. If those keywords are truncated

[GitHub] kafka pull request #4062: KAFKA-6055: Fix a JVM misconfiguration that affect...

2017-10-11 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/4062 KAFKA-6055: Fix a JVM misconfiguration that affects Windows tools You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[GitHub] kafka pull request #3965: KAFKA-5944: Unit tests for handling SASL authentic...

2017-09-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3965 KAFKA-5944: Unit tests for handling SASL authentication failures in clients You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #3438: KAFKA-3465: Clarify warning message of ConsumerOff...

2017-09-25 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/3438 ---

[GitHub] kafka pull request #3941: KAFKA-3999: Record raw size of fetch responses as ...

2017-09-21 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3941 KAFKA-3999: Record raw size of fetch responses as part of consumer metrics Currently, only the decompressed size of fetch responses is recorded. This PR adds a sensor to keep track

[GitHub] kafka pull request #1698: KAFKA-3999: Record raw size of fetch responses as ...

2017-09-21 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1698 ---

[GitHub] kafka pull request #3854: MINOR: Fix LogContext message format in KafkaProdu...

2017-09-13 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3854 MINOR: Fix LogContext message format in KafkaProducer You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor

[GitHub] kafka pull request #3832: KAFKA-5854: (WIP) Handle SASL authentication failu...

2017-09-11 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3832 KAFKA-5854: (WIP) Handle SASL authentication failures as non-retriable exceptions in clients This PR depends on the in progress [PR for KAFKA-4764](https://github.com/apache/kafka/pull/3708

[GitHub] kafka pull request #3694: MINOR: Improve help doc of ConsumerGroupCommand

2017-08-18 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3694 MINOR: Improve help doc of ConsumerGroupCommand You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor

[GitHub] kafka pull request #3661: KAFKA-4585: Lower the Minimum Required ACL Permiss...

2017-08-11 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3661 KAFKA-4585: Lower the Minimum Required ACL Permission of OffsetFetch (KIP-163) Details can be found in the [KIP](https://cwiki.apache.org/confluence/display/KAFKA/KIP-163%3A+Lower

[GitHub] kafka pull request #3593: KAFKA-5664: Disable auto offset commit in ConsoleC...

2017-07-28 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3593 KAFKA-5664: Disable auto offset commit in ConsoleConsumer if no group is provided This is to avoid polluting the Consumer Coordinator cache as the auto-generated group and its offsets

[GitHub] kafka pull request #3460: KAFKA-5534: `offsetForTimes` result should include...

2017-06-29 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3460 KAFKA-5534: `offsetForTimes` result should include partitions with no offset For topics that support timestamp search, if no offset is found for a partition, the partition should still

[GitHub] kafka pull request #3448: KAFKA-5526: Report group consumers while offsets a...

2017-06-27 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3448 KAFKA-5526: Report group consumers while offsets are being initialized Instead of reporting no rows in consumer group command's result for new consumers while group offsets are being

[GitHub] kafka pull request #3438: KAFKA-3465: Clarify warning message of ConsumerOff...

2017-06-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3438 KAFKA-3465: Clarify warning message of ConsumerOffsetChecker Add that the tool works with the old consumer only. You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request #3415: MINOR: Make 'Topic-Level Configs' a doc section fo...

2017-06-22 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3415 MINOR: Make 'Topic-Level Configs' a doc section for easier access You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[GitHub] kafka pull request #3405: KAFKA-5495: Update docs to use `kafka-consumer-gro...

2017-06-21 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3405 KAFKA-5495: Update docs to use `kafka-consumer-groups.sh` for checking consumer offsets And remove the deprecated `ConsumerOffsetChecker` example. You can merge this pull request into a Git

[GitHub] kafka pull request #3387: MINOR: Update documentation to use `kafka-consumer...

2017-06-21 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/3387 --- 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

[GitHub] kafka pull request #3387: MINOR: Update documentation to use `kafka-consumer...

2017-06-20 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3387 MINOR: Update documentation to use `kafka-consumer-groups.sh` as the main tool for checking consumer offsets You can merge this pull request into a Git repository by running: $ git

[GitHub] kafka pull request #3320: KAFKA-5370 (WIP): Replace uses of the old consumer...

2017-06-13 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3320 KAFKA-5370 (WIP): Replace uses of the old consumer with the new consumer when possible Also, methods in `ClientUtils` that are called by server or tools code should be introduced

[GitHub] kafka pull request #3222: MINOR: Code Cleanup

2017-06-02 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3222 MINOR: Code Cleanup Clean up includes - Removing some seemingly unnecessary `@SuppressWarnings` annotations - Resolving some Java warnings - Closing unclosed Closable objects

[GitHub] kafka pull request #3213: KAFKA-5359: Make future exception the exception ca...

2017-06-02 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3213 KAFKA-5359: Make future exception the exception cause on the client side Instead of throwing `future.exception()` on the client side, throw an exception with `future.exception

[GitHub] kafka pull request #3147: MINOR: Remove unused method parameter in `SimpleAc...

2017-05-25 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3147 MINOR: Remove unused method parameter in `SimpleAclAuthorizer` You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[GitHub] kafka pull request #3129: KAFKA-5282: Use a factory method to create produce...

2017-05-23 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3129 KAFKA-5282: Use a factory method to create producers and consumers an d close them in tearDown You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #3092: KAFKA-5277: Sticky Assignor should not cache previ...

2017-05-18 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/3092 KAFKA-5277: Sticky Assignor should not cache previous assignment ... plus some minor cleanup You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2674: MINOR: Fix a documentation typo

2017-03-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2674 MINOR: Fix a documentation typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor/fix_typos_1703 Alternatively

[GitHub] kafka pull request #2673: KAFKA-4858: Broker should ignore long topic names

2017-03-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2673 KAFKA-4858: Broker should ignore long topic names Starting from the 0.10.0.0 release topics names of over 249 characters are not allowed (`kafka-topics.sh` would disallow the creation

[GitHub] kafka pull request #2653: MINOR: Update possible errors in OffsetFetchRespon...

2017-03-07 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2653 MINOR: Update possible errors in OffsetFetchResponse Note: None of the use cases for offset fetch would lead to a `TOPIC_AUTHORIZATION_FAILED` error (fetching offset of an unauthorized

[GitHub] kafka pull request #2636: MINOR: Follow up to KAFKA-2857

2017-03-03 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2636 MINOR: Follow up to KAFKA-2857 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor/kafka-2857-followup

[GitHub] kafka pull request #2635: MINOR: additional refactoring around the use of Er...

2017-03-03 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2635 MINOR: additional refactoring around the use of Errors A couple of updates were missed in the [PR](https://github.com/apache/kafka/pull/2475) that replaced the use of error codes

[GitHub] kafka pull request #2595: MINOR: Fix typos in javadoc and code comments

2017-02-24 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2595 MINOR: Fix typos in javadoc and code comments You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor/fix_typos_1702

[GitHub] kafka pull request #2550: KAFKA-4665: Normalize handling of non-existing top...

2017-02-14 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2550 KAFKA-4665: Normalize handling of non-existing topics/partitions in fetching offsets This PR brings some consistency around how non-existing topics or partitions are handled when fetching

[GitHub] kafka pull request #2539: MINOR: Fix quickstart in docs

2017-02-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2539 MINOR: Fix quickstart in docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka doc/fix_quickstart_issues

[GitHub] kafka pull request #2538: KAFKA-2857: Retry querying the consumer group whil...

2017-02-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2538 KAFKA-2857: Retry querying the consumer group while initializing This applies to new-consumer based groups and would avoid scenarios in which user issues a `--describe` query while the group

[GitHub] kafka pull request #2498: MINOR: Make Kafka Connect step in quickstart more ...

2017-02-03 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2498 MINOR: Make Kafka Connect step in quickstart more Windows friendly You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[GitHub] kafka pull request #2475: MINOR: Use an explicit `Errors` object when possib...

2017-01-31 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2475 MINOR: Use an explicit `Errors` object when possible instead of a numeric error code You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2467: MINOR: Use API hyperlinks in 'Kafka Protocol Guide...

2017-01-30 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2467 MINOR: Use API hyperlinks in 'Kafka Protocol Guide' to facilitate navigation Finding the protocol associated with an API key can be a challenge in the lengthy web page. Adding hyperlinks

[GitHub] kafka pull request #2453: MINOR: Escape '<' and '>' symbols in quickstart st...

2017-01-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2453 MINOR: Escape '<' and '>' symbols in quickstart streams code snippet This was missing from [an earlier PR](https://github.com/apache/kafka/pull/2247) that escaped these symbols in a

[GitHub] kafka pull request #2431: KAFKA-4547 (0.10.1 hotfix): Avoid unnecessary offs...

2017-01-25 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/2431 --- 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

[GitHub] kafka pull request #2431: KAFKA-4547 (0.10.1 hotfix): Avoid unnecessary offs...

2017-01-24 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2431 KAFKA-4547 (0.10.1 hotfix): Avoid unnecessary offset commit that could lead to an invalid offset position if partition is paused You can merge this pull request into a Git repository

[GitHub] kafka pull request #2415: KAFKA-4547 (0.10.1 hotfix): Avoid unnecessary offs...

2017-01-20 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2415 KAFKA-4547 (0.10.1 hotfix): Avoid unnecessary offset commit that could lead to an invalid offset position if partition is paused You can merge this pull request into a Git repository

[GitHub] kafka pull request #2415: KAFKA-4547 (0.10.1 hotfix): Avoid unnecessary offs...

2017-01-20 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/2415 --- 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

[GitHub] kafka pull request #2409: MINOR: Update consumer group describe output in th...

2017-01-19 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2409 MINOR: Update consumer group describe output in the documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka

[GitHub] kafka pull request #2341: KAFKA-4547: Avoid unnecessary offset commit that c...

2017-01-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2341 KAFKA-4547: Avoid unnecessary offset commit that could lead to an invalid offset position if partition is paused You can merge this pull request into a Git repository by running

[GitHub] kafka pull request #2328: KAFKA-3264: Deprecate the old Scala consumer (WIP)

2017-01-06 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2328 KAFKA-3264: Deprecate the old Scala consumer (WIP) You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-3264

[GitHub] kafka pull request #2302: KAFKA-4531: Centralize validation of configs for c...

2017-01-03 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2302 KAFKA-4531: Centralize validation of configs for consumer and producer You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian

[GitHub] kafka pull request #2300: KAFKA-4583: Fail the 'kafka-configs' command if th...

2017-01-03 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2300 KAFKA-4583: Fail the 'kafka-configs' command if the config to be removed does not exist You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2247: MINOR: Fix Streams examples in documentation

2016-12-12 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2247 MINOR: Fix Streams examples in documentation Performed minor cleanup and escaped `<` and `>` so code examples are shown correctly in the browser. You can merge this pull request into

[GitHub] kafka pull request #2238: MINOR: Sync up 'kafka-run-class.bat' with 'kafka-r...

2016-12-09 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2238 MINOR: Sync up 'kafka-run-class.bat' with 'kafka-run-class.sh' Some of the recent changes to `kafka-run-class.sh` have not been applied to `kafka-run-class.bat`. These recent changes

[GitHub] kafka pull request #2218: KAFKA-4480: Report an error in 'kafka-configs' com...

2016-12-06 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2218 KAFKA-4480: Report an error in 'kafka-configs' command if the config to be removed does not exist You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2189: KAFKA-4271: Fix the server start script for Window...

2016-11-29 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2189 KAFKA-4271: Fix the server start script for Windows to run normally on a 32-bit OS Without this fix the new consumer fails to run on a 32-bit Windows OS. You can merge this pull request

[GitHub] kafka pull request #2160: KAFKA-4095: Remove topic offsets and owners from Z...

2016-11-22 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2160 KAFKA-4095: Remove topic offsets and owners from ZK consumer groups upon topic deletion You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2150: KAFKA-4416: Add a `--group` option to console cons...

2016-11-18 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2150 KAFKA-4416: Add a `--group` option to console consumer The value provided for this option overwrites any `group.id` value indirectly provided via `consumer-property` or `consumer.config

[GitHub] kafka pull request #2146: KAFKA-4272: Add missing 'connect' Windows batch sc...

2016-11-17 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2146 KAFKA-4272: Add missing 'connect' Windows batch scripts You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka KAFKA-4272

[GitHub] kafka pull request #2075: KAFKA-4357: Fix consumer group describe output whe...

2016-10-28 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2075 KAFKA-4357: Fix consumer group describe output when there is no active member (old consumer) You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #2074: KAFKA-3853: Report offsets for empty groups in con...

2016-10-28 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2074 KAFKA-3853: Report offsets for empty groups in consumer group describe command (new consumer) When there are no active new consumers in a consumer group report the offsets within the group

[GitHub] kafka pull request #2070: KAFKA-4349: Handle 'PreparingRebalance' and 'Await...

2016-10-27 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/2070 --- 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

[GitHub] kafka pull request #2070: KAFKA-4349: Handle 'PreparingRebalance' and 'Await...

2016-10-27 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/2070 KAFKA-4349: Handle 'PreparingRebalance' and 'AwaitingSync' states in consumer group describe The edge case where consumer group state is `PreparingRebalance` or `AwaitingSync

[GitHub] kafka pull request #2070: KAFKA-4349: Handle 'PreparingRebalance' state in c...

2016-10-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2070 KAFKA-4349: Handle 'PreparingRebalance' state in consumer group describe The edge case where consumer group state is `PreparingRebalance` will be explicitly handled as the group assignment

[GitHub] kafka pull request #2061: KAFKA-4339: Update system tests to accommodate the...

2016-10-24 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2061 KAFKA-4339: Update system tests to accommodate the new consumer group describe output You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #2060: KAFKA-4211: Update system tests to use the new con...

2016-10-24 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2060 KAFKA-4211: Update system tests to use the new consumer by default Update system test method signatures and method calls to use the new consumer by default. You can merge this pull request

[GitHub] kafka pull request #2059: KAFKA-4333: Report coordinator id of the consumer ...

2016-10-24 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2059 KAFKA-4333: Report coordinator id of the consumer group with '--list' option Enahnce the output of the consumer group commend and report the coordinator id of each group (for Java API based

[GitHub] kafka pull request #1622: KAFKA-3859: Fix describe group command to report v...

2016-10-22 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1622 --- 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

[GitHub] kafka pull request #2046: MINOR: Improve the help doc of consumer group comm...

2016-10-20 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2046 MINOR: Improve the help doc of consumer group command Clarify the documentation around `zookeeper`, `bootstrap-server`, and `new-consumer` options. You can merge this pull request

[GitHub] kafka pull request #2010: MINOR: Fixed broken links in the documentation

2016-10-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2010 MINOR: Fixed broken links in the documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka doc/fix_hyperlinks

[GitHub] kafka pull request #2004: MINOR: Fix table of content in and cross reference...

2016-10-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2004 MINOR: Fix table of content in and cross references in the documentation Removed a non-existing reference in table of contents and fixed some section numbers. You can merge this pull

[GitHub] kafka pull request #2002: MINOR: Fix typos in documentation

2016-10-10 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/2002 MINOR: Fix typos in documentation And improve readability by adding proper punctuations. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #1990: MINOR: Update Quickstart in documentation to accou...

2016-10-07 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1990 MINOR: Update Quickstart in documentation to account for Windows platforms You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] kafka pull request #1921: KAFKA-3697: Refer to "new" consumer/producer as "J...

2016-09-27 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1921 KAFKA-3697: Refer to "new" consumer/producer as "Java" consumer/producer in the documentation This is to imply that the Java consumer/producer are the recommended c

[GitHub] kafka pull request #1912: KAFKA-4201: Add an `assignment.strategy` option to...

2016-09-26 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1912 KAFKA-4201: Add an `assignment.strategy` option to new-consumer-based Mirror Maker A command line option `assignment.strategy` is added to new-consumer-based Mirror Maker that overwrites

[GitHub] kafka pull request #1698: KAFKA-3999: Record raw size of fetch responses as ...

2016-09-26 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1698 KAFKA-3999: Record raw size of fetch responses as part of consumer metrics Currently, only the decompressed size of fetch responses is recorded. This PR adds a sensor to keep track

[GitHub] kafka pull request #1698: KAFKA-3999: Record raw size of fetch responses as ...

2016-09-26 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1698 --- 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

[GitHub] kafka pull request #1894: KAFKA-3438: Rack-aware replica assignment should w...

2016-09-20 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1894 KAFKA-3438: Rack-aware replica assignment should warn of overloaded brokers When using the `--generate` option of the replica reassignment tool the balance of replicas across brokers

[GitHub] kafka pull request #1868: MINOR: Improve output format of `kafka_reassign_pa...

2016-09-16 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1868 MINOR: Improve output format of `kafka_reassign_partitions.sh` tool The current output for the `--generate` option looks like this ``` Current partition replica assignment

[GitHub] kafka pull request #1868: MINOR: Improve output format of `kafka_reassign_pa...

2016-09-16 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1868 --- 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

[GitHub] kafka pull request #1868: MINOR: Improve output format of `kafka_reassign_pa...

2016-09-16 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1868 MINOR: Improve output format of `kafka_reassign_partitions.sh` tool The current output for the `--generate` option looks like this ``` Current partition replica assignment

[GitHub] kafka pull request #1863: KAFKA-4126: Log a server-side warning when a recor...

2016-09-15 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1863 KAFKA-4126: Log a server-side warning when a record is sent to a missing topic with auto create disabled You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #1863: KAFKA-4126: Log a server-side warning when a recor...

2016-09-15 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1863 --- 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

[GitHub] kafka pull request #1863: Log a server-side warning when a record is sent to...

2016-09-15 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1863 Log a server-side warning when a record is sent to a missing topic with auto create disabled You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] kafka pull request #1842: KAFKA-4145: Avoid redundant integration testing in...

2016-09-09 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1842 KAFKA-4145: Avoid redundant integration testing in ProducerSendTests You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian

[GitHub] kafka pull request #1839: KAFKA-4135: Consumer polls when not subscribed to ...

2016-09-09 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1839 KAFKA-4135: Consumer polls when not subscribed to any topic or assigned any partition should raise an exception When the consumer is not subscribed to any topic or, in the case of manual

[GitHub] kafka pull request #1363: KAFKA-3664: Commit offset of unsubscribed partitio...

2016-09-08 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1363 --- 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

[GitHub] kafka pull request #1336: KAFKA-3144: Report members with no assigned partit...

2016-09-07 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1336 KAFKA-3144: Report members with no assigned partitions in ConsumerGroupCommand This PR makes a couple of enhancements to the `--describe` option of `ConsumerGroupCommand`: 1. Listing

[GitHub] kafka pull request #1336: KAFKA-3144: Report members with no assigned partit...

2016-09-07 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1336 --- 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

[GitHub] kafka pull request #1726: KAFKA-4033: KIP-70: Revise Partition Assignment Se...

2016-09-07 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1726 KAFKA-4033: KIP-70: Revise Partition Assignment Semantics on New Consumer's Subscription Change This PR changes topic subscription semantics so a change in subscription does

[GitHub] kafka pull request #1726: KAFKA-4033: KIP-70: Revise Partition Assignment Se...

2016-09-07 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1726 --- 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

[GitHub] kafka pull request #1336: KAFKA-3144: Report members with no assigned partit...

2016-09-07 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1336 --- 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

[GitHub] kafka pull request #1336: KAFKA-3144: Report members with no assigned partit...

2016-09-07 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1336 KAFKA-3144: Report members with no assigned partitions in ConsumerGroupCommand This PR makes a couple of enhancements to the `--describe` option of `ConsumerGroupCommand`: 1. Listing

[GitHub] kafka pull request #1726: KAFKA-4033: KIP-70: Revise Partition Assignment Se...

2016-09-06 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1726 KAFKA-4033: KIP-70: Revise Partition Assignment Semantics on New Consumer's Subscription Change This PR changes topic subscription semantics so a change in subscription does

[GitHub] kafka pull request #1726: KAFKA-4033: KIP-70: Revise Partition Assignment Se...

2016-09-06 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1726 --- 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

[GitHub] kafka pull request #1732: MINOR: Clarification in producer config documentat...

2016-08-17 Thread vahidhashemian
GitHub user vahidhashemian reopened a pull request: https://github.com/apache/kafka/pull/1732 MINOR: Clarification in producer config documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor

[GitHub] kafka pull request #1732: MINOR: Clarification in producer config documentat...

2016-08-17 Thread vahidhashemian
Github user vahidhashemian closed the pull request at: https://github.com/apache/kafka/pull/1732 --- 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

[GitHub] kafka pull request #1732: MINOR: Clarification in producer config documentat...

2016-08-12 Thread vahidhashemian
GitHub user vahidhashemian opened a pull request: https://github.com/apache/kafka/pull/1732 MINOR: Clarification in producer config documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/vahidhashemian/kafka minor

  1   2   3   >