[GitHub] kafka pull request #3968: KAFKA-5952 Refactor Consumer Fetcher metrics

2017-09-26 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/3968 KAFKA-5952 Refactor Consumer Fetcher metrics This is ready for review. This does not have to be merged into 1.0.0, it can simply go to trunk. You can merge this pull request into a Git

[GitHub] kafka pull request #3967: KAFKA-5951: Autogenerate Producer RecordAccumulato...

2017-09-26 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/3967 KAFKA-5951: Autogenerate Producer RecordAccumulator metrics Don't review this until https://github.com/apache/kafka/pull/3799/files is merged. This PR layers on top of https

[GitHub] kafka pull request #3931: Minor: Fix testUniqueErrorCodes unit test failure

2017-09-21 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/3931 Minor: Fix testUniqueErrorCodes unit test failure I'm not really sure if I'm doing the right thing here, but I thought I'd give it a shot and try to fix the unit test breakage. Running

[GitHub] kafka pull request #3799: KAFKA-5597 [WIP] Alternate way to do Metrics docs ...

2017-09-06 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/3799 KAFKA-5597 [WIP] Alternate way to do Metrics docs generation I was about to start on the next round of autogeneration of metrics docs, but I wanted to @guozhangwang 's opinion on this first

[GitHub] kafka-site pull request #56: Update commiter page to indicate that Gwen is a...

2017-08-26 Thread wushujames
Github user wushujames closed the pull request at: https://github.com/apache/kafka-site/pull/56 --- 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 #3535: KAFKA-5597: Autogenerate producer sender metrics.

2017-07-16 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/3535 KAFKA-5597: Autogenerate producer sender metrics. Subtask of https://issues.apache.org/jira/browse/KAFKA-3480 The changes are very similar to what was done for the consumer in https

[GitHub] kafka-site pull request #56: Update commiter page to indicate that Gwen is a...

2017-05-26 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka-site/pull/56 Update commiter page to indicate that Gwen is a PMC member. Would it be a conflict of interest for @gwenshap to approve this PR? :) You can merge this pull request into a Git repository

[GitHub] kafka pull request #2993: KAFKA-5191: Autogenerate Consumer Fetcher metrics

2017-05-07 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/2993 KAFKA-5191: Autogenerate Consumer Fetcher metrics Autogenerate docs for the Consumer Fetcher's metrics. This is a smaller subset of the original PR https://github.com/apache/kafka/pull/1202

[GitHub] kafka pull request #1202: KAFKA-3480: Autogenerate metrics documentation

2017-05-07 Thread wushujames
Github user wushujames closed the pull request at: https://github.com/apache/kafka/pull/1202 --- 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 #1527: KAFKA-3809: Auto-generate documentation for topic-...

2016-08-05 Thread wushujames
GitHub user wushujames reopened a pull request: https://github.com/apache/kafka/pull/1527 KAFKA-3809: Auto-generate documentation for topic-level configuration @ijuma said that it would make sense to split out this work from KAFKA-3234, since KAFKA-3234 had both a mechanical change

[GitHub] kafka pull request #1527: KAFKA-3809: Auto-generate documentation for topic-...

2016-08-05 Thread wushujames
Github user wushujames closed the pull request at: https://github.com/apache/kafka/pull/1527 --- 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 #1527: KAFKA-3809: Auto-generate documentation for topic-...

2016-06-20 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/1527 KAFKA-3809: Auto-generate documentation for topic-level configuration @ijuma said that it would make sense to split out this work from KAFKA-3234, since KAFKA-3234 had both a mechanical change

[GitHub] kafka pull request: [WIP] KAFKA-3480: Autogenerate metrics documen...

2016-04-07 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/1202 [WIP] KAFKA-3480: Autogenerate metrics documentation This is a proof of concept for autogenerating documentation for metrics, to see whether this approach is feasible. I applied

[GitHub] kafka pull request: KAFKA-3216: "Modifying topics" section incorre...

2016-02-06 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/881 KAFKA-3216: "Modifying topics" section incorrectly says you can't change replication factor. Correct the text that said that you can't change the replication factor of a topic. You

[GitHub] kafka pull request: KAFKA-3138: 0.9.0 docs still say that log comp...

2016-01-23 Thread wushujames
GitHub user wushujames opened a pull request: https://github.com/apache/kafka/pull/807 KAFKA-3138: 0.9.0 docs still say that log compaction doesn't work on compressed topics. Log compaction is supported on compressed topics as of 0.9.0, so update the docs to reflect that. You can