[GitHub] [kafka] ijuma commented on issue #8467: MINOR: reduce allocations in log start and recovery checkpoints

2020-04-19 Thread GitBox
ijuma commented on issue #8467: URL: https://github.com/apache/kafka/pull/8467#issuecomment-616239344 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] kkonstantine commented on a change in pull request #8445: KAFKA-9823: Remember the sent generation for the coordinator request

2020-04-20 Thread GitBox
kkonstantine commented on a change in pull request #8445: URL: https://github.com/apache/kafka/pull/8445#discussion_r411123324 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java ## @@ -737,16 +751,21 @@ public void

[GitHub] [kafka] ijuma commented on issue #7677: MINOR: Update to Gradle 6.3

2020-04-19 Thread GitBox
ijuma commented on issue #7677: URL: https://github.com/apache/kafka/pull/7677#issuecomment-616271179 I tested `./gradlew install` with trunk versus this PR after `./gradlew clean`: * trunk: BUILD SUCCESSFUL in 1m 23s * this PR: BUILD SUCCESSFUL in 1m 50s I think that's OK

[GitHub] [kafka] kkonstantine commented on a change in pull request #8445: KAFKA-9823: Remember the sent generation for the coordinator request

2020-04-20 Thread GitBox
kkonstantine commented on a change in pull request #8445: URL: https://github.com/apache/kafka/pull/8445#discussion_r411125481 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java ## @@ -737,16 +751,21 @@ public void

[GitHub] [kafka] ijuma commented on issue #7677: MINOR: Update to Gradle 6.3

2020-04-19 Thread GitBox
ijuma commented on issue #7677: URL: https://github.com/apache/kafka/pull/7677#issuecomment-616272581 @omkreddy I've done a bunch of testing and this seems to work as expected generally. One part that I wasn't completely sure about is the behavior of `./gradlew uploadArchivesAll`

[GitHub] [kafka] LiamClarkeNZ opened a new pull request #8520: Add explicit grace period to tumbling window example

2020-04-19 Thread GitBox
LiamClarkeNZ opened a new pull request #8520: URL: https://github.com/apache/kafka/pull/8520 Comments also discuss current default grace period value, and the fact that it may change with the next major release. ### Committer Checklist (excluded from commit message) - [n/a]

[GitHub] [kafka] ijuma commented on issue #8517: MINOR: avoid unnecessary delay conversion in isDelayed check

2020-04-19 Thread GitBox
ijuma commented on issue #8517: URL: https://github.com/apache/kafka/pull/8517#issuecomment-616264737 Same test failed in both jobs: > kafka.api.ConsumerBounceTest.testRollingBrokerRestartsWithSmallerMaxGroupSizeConfigDisruptsBigGroup Seems unrelated, but will retest just in

[GitHub] [kafka] ijuma commented on issue #8517: MINOR: avoid unnecessary delay conversion in isDelayed check

2020-04-19 Thread GitBox
ijuma commented on issue #8517: URL: https://github.com/apache/kafka/pull/8517#issuecomment-616264759 retest this please This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] ijuma opened a new pull request #8519: MINOR: Upgrade gradle plugins and test libraries for Java 14 support

2020-04-19 Thread GitBox
ijuma opened a new pull request #8519: URL: https://github.com/apache/kafka/pull/8519 Also remove deprecated `=` in resolutionStrategy. With these changes, the build works with Java 14 and Scala 2.12. The same will apply to Scala 2.13 when Scala 2.13.2 is released (should

[GitHub] [kafka] mjsax commented on issue #8114: KAFKA-9290: Update IQ related JavaDocs

2020-04-19 Thread GitBox
mjsax commented on issue #8114: URL: https://github.com/apache/kafka/pull/8114#issuecomment-616325249 Build failed with checkstyle error: ``` [ant:checkstyle] [ERROR]

[GitHub] [kafka] cadonna commented on a change in pull request #8514: MINOR: Further reduce runtime for metrics integration tests

2020-04-20 Thread GitBox
cadonna commented on a change in pull request #8514: URL: https://github.com/apache/kafka/pull/8514#discussion_r411304452 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/RocksDBMetricsIntegrationTest.java ## @@ -319,18 +266,6 @@ private void

[GitHub] [kafka] cadonna commented on a change in pull request #8514: MINOR: Further reduce runtime for metrics integration tests

2020-04-20 Thread GitBox
cadonna commented on a change in pull request #8514: URL: https://github.com/apache/kafka/pull/8514#discussion_r411304452 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/RocksDBMetricsIntegrationTest.java ## @@ -319,18 +266,6 @@ private void

[GitHub] [kafka] tombentley commented on a change in pull request #8222: KAFKA-9650: include human readable units in ms and bytes configs

2020-04-20 Thread GitBox
tombentley commented on a change in pull request #8222: URL: https://github.com/apache/kafka/pull/8222#discussion_r411295815 ## File path: clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java ## @@ -1179,6 +1186,50 @@ protected String getConfigValue(ConfigKey

[GitHub] [kafka] highluck commented on issue #8114: KAFKA-9290: Update IQ related JavaDocs

2020-04-20 Thread GitBox
highluck commented on issue #8114: URL: https://github.com/apache/kafka/pull/8114#issuecomment-616510519 Thank you for reivew Yes ok! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] tombentley commented on issue #8222: KAFKA-9650: include human readable units in ms and bytes configs

2020-04-20 Thread GitBox
tombentley commented on issue #8222: URL: https://github.com/apache/kafka/pull/8222#issuecomment-616538532 @mimaison I rewrote that code, which I think makes it clear enough and avoids the repeated constants. Rendered it looks like this: ![Screenshot from 2020-04-20

[GitHub] [kafka] ijuma edited a comment on issue #8490: MINOR: Fix compiler warnings and add @nowarn for the unfixed ones

2020-04-20 Thread GitBox
ijuma edited a comment on issue #8490: URL: https://github.com/apache/kafka/pull/8490#issuecomment-614073786 Looks like the annotation is somehow not in the binary. I added a comment to the upstream ticket: https://github.com/scala/scala-collection-compat/pull/312#issuecomment-614073213

[GitHub] [kafka] tombentley commented on issue #8450: KAFKA-7613: Enable -Xlint:rawtypes in clients, fixing warnings

2020-04-20 Thread GitBox
tombentley commented on issue #8450: URL: https://github.com/apache/kafka/pull/8450#issuecomment-616548913 @ijuma would you be able to take a look at this, since you opened the original issue? This is an automated message

[GitHub] [kafka] tombentley commented on issue #8449: KAFKA-7613: Enable -Xlint:try, fixing warnings

2020-04-20 Thread GitBox
tombentley commented on issue #8449: URL: https://github.com/apache/kafka/pull/8449#issuecomment-616548667 @ijuma would you be able to take a look at this, since you opened the original issue? This is an automated message

[GitHub] [kafka] ijuma commented on a change in pull request #8417: KAFKA-8955: Add an AbstractResponse#errorCounts(Stream) and tidy

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8417: URL: https://github.com/apache/kafka/pull/8417#discussion_r411378332 ## File path: clients/src/main/java/org/apache/kafka/common/requests/AbstractResponse.java ## @@ -57,6 +59,10 @@ public ByteBuffer serialize(ApiKeys apiKey,

[GitHub] [kafka] chia7712 commented on a change in pull request #8506: Minor: avoid duplicate unwrapping when end of stream has been reached

2020-04-20 Thread GitBox
chia7712 commented on a change in pull request #8506: URL: https://github.com/apache/kafka/pull/8506#discussion_r411355668 ## File path: clients/src/main/java/org/apache/kafka/common/network/SslTransportLayer.java ## @@ -293,6 +293,11 @@ public void handshake() throws

[GitHub] [kafka] ijuma commented on issue #8417: KAFKA-8955: Add an AbstractResponse#errorCounts(Stream) and tidy

2020-04-20 Thread GitBox
ijuma commented on issue #8417: URL: https://github.com/apache/kafka/pull/8417#issuecomment-616553082 ok to test This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka] rajinisivaram commented on a change in pull request #8506: Minor: avoid duplicate unwrapping when end of stream has been reached

2020-04-20 Thread GitBox
rajinisivaram commented on a change in pull request #8506: URL: https://github.com/apache/kafka/pull/8506#discussion_r411331273 ## File path: clients/src/main/java/org/apache/kafka/common/network/SslTransportLayer.java ## @@ -293,6 +293,11 @@ public void handshake() throws

[GitHub] [kafka] ijuma commented on issue #8519: MINOR: Upgrade gradle plugins and test libraries for Java 14 support

2020-04-20 Thread GitBox
ijuma commented on issue #8519: URL: https://github.com/apache/kafka/pull/8519#issuecomment-616531362 retest this please This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] ijuma commented on issue #8429: MINOR: Enable fatal warnings with scala 2.13

2020-04-20 Thread GitBox
ijuma commented on issue #8429: URL: https://github.com/apache/kafka/pull/8429#issuecomment-616542386 Will rebase after https://github.com/apache/kafka/pull/8490 is merged. Scala 2.13.2 should be released within 1 to 2 weeks and is a requirement for this PR.

[GitHub] [kafka] ijuma commented on issue #8449: KAFKA-7613: Enable -Xlint:try, fixing warnings

2020-04-20 Thread GitBox
ijuma commented on issue #8449: URL: https://github.com/apache/kafka/pull/8449#issuecomment-616552849 Yes, I should be able to review this tomorrow. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] ijuma commented on issue #8450: KAFKA-7613: Enable -Xlint:rawtypes in clients, fixing warnings

2020-04-20 Thread GitBox
ijuma commented on issue #8450: URL: https://github.com/apache/kafka/pull/8450#issuecomment-616552532 Yes, I should be able to review this tomorrow. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] ijuma commented on a change in pull request #8417: KAFKA-8955: Add an AbstractResponse#errorCounts(Stream) and tidy

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8417: URL: https://github.com/apache/kafka/pull/8417#discussion_r411379678 ## File path: clients/src/main/java/org/apache/kafka/common/requests/AbstractResponse.java ## @@ -57,6 +59,10 @@ public ByteBuffer serialize(ApiKeys apiKey,

[GitHub] [kafka] omkreddy commented on issue #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
omkreddy commented on issue #8521: URL: https://github.com/apache/kafka/pull/8521#issuecomment-616604860 @ijuma Thanks for the review. Merging to trunk. This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] ijuma commented on a change in pull request #8417: KAFKA-8955: Add an AbstractResponse#errorCounts(Stream) and tidy

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8417: URL: https://github.com/apache/kafka/pull/8417#discussion_r411381287 ## File path: clients/src/main/java/org/apache/kafka/common/requests/AlterPartitionReassignmentsResponse.java ## @@ -66,14 +64,13 @@ public int

[GitHub] [kafka] ijuma commented on a change in pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8521: URL: https://github.com/apache/kafka/pull/8521#discussion_r411389823 ## File path: .asf.yaml ## @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

[GitHub] [kafka] ijuma commented on a change in pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8521: URL: https://github.com/apache/kafka/pull/8521#discussion_r411401447 ## File path: .asf.yaml ## @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

[GitHub] [kafka] ijuma commented on a change in pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8521: URL: https://github.com/apache/kafka/pull/8521#discussion_r411401447 ## File path: .asf.yaml ## @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

[GitHub] [kafka] highluck commented on issue #8114: KAFKA-9290: Update IQ related JavaDocs

2020-04-20 Thread GitBox
highluck commented on issue #8114: URL: https://github.com/apache/kafka/pull/8114#issuecomment-616573641 @mjsax It was a hotfix! #8515 This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka] omkreddy opened a new pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
omkreddy opened a new pull request #8521: URL: https://github.com/apache/kafka/pull/8521 Following the instructions from: https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-ImplementedFeatures This PR

[GitHub] [kafka] ijuma commented on issue #8490: MINOR: Fix compiler warnings and add @nowarn for the unfixed ones

2020-04-20 Thread GitBox
ijuma commented on issue #8490: URL: https://github.com/apache/kafka/pull/8490#issuecomment-616567152 Looks like this annotation is not present in the Scala 2.13 version of this library. So we need to wait for Scala 2.13.2 to be released before we can merge it.

[GitHub] [kafka] omkreddy commented on a change in pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
omkreddy commented on a change in pull request #8521: URL: https://github.com/apache/kafka/pull/8521#discussion_r411399680 ## File path: .asf.yaml ## @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [kafka] ijuma commented on a change in pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
ijuma commented on a change in pull request #8521: URL: https://github.com/apache/kafka/pull/8521#discussion_r411400608 ## File path: .asf.yaml ## @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

[GitHub] [kafka] omkreddy commented on a change in pull request #8521: MINOR: Use .asf.yaml to direct github notifications to JIRA and mailing lists

2020-04-20 Thread GitBox
omkreddy commented on a change in pull request #8521: URL: https://github.com/apache/kafka/pull/8521#discussion_r411406852 ## File path: .asf.yaml ## @@ -0,0 +1,22 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[GitHub] [kafka] WanderingStar commented on issue #8184: KAKFA-9612 CLI Dynamic Configuration with file input

2020-04-20 Thread GitBox
WanderingStar commented on issue #8184: URL: https://github.com/apache/kafka/pull/8184#issuecomment-616585615 @rajinisivaram, @cmccabe, @gwenshap would you mind taking a look at this PR? This is an automated message from the

[GitHub] [kafka-site] hartantothio opened a new pull request #263: Added KS2020 (Virtual)

2020-04-30 Thread GitBox
hartantothio opened a new pull request #263: URL: https://github.com/apache/kafka-site/pull/263 ## Reviewers @guozhangwang @mjsax This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka-site] showuon opened a new pull request #264: MINOR: Reorder the documentation sub-title to sync with the TOC

2020-05-04 Thread GitBox
showuon opened a new pull request #264: URL: https://github.com/apache/kafka-site/pull/264 current Table of Content(TOC) in navigation sidebar: ![image](https://user-images.githubusercontent.com/43372967/80948079-fabe5a80-8e23-11ea-9cc5-758fffcc63fa.png) **TOC in the content:**

[GitHub] [kafka-site] mjsax commented on pull request #264: MINOR: Reorder the documentation sub-title to sync with the TOC

2020-05-04 Thread GitBox
mjsax commented on pull request #264: URL: https://github.com/apache/kafka-site/pull/264#issuecomment-623619312 Thanks for the PR @showuon! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka-site] showuon opened a new pull request #265: Update stream documentation

2020-05-17 Thread GitBox
showuon opened a new pull request #265: URL: https://github.com/apache/kafka-site/pull/265 1. fix broken links 2. rephrase a sentence 3. update the version number This is an automated message from the Apache Git

[GitHub] [kafka-site] showuon commented on pull request #265: MINOR: Update stream documentation for version 2.5

2020-05-17 Thread GitBox
showuon commented on pull request #265: URL: https://github.com/apache/kafka-site/pull/265#issuecomment-629911823 Same change with the PR to `kafka` repo: https://github.com/apache/kafka/pull/8622/ per @bbejeck 's request. Thanks. :)

[GitHub] [kafka-site] bbejeck commented on pull request #265: MINOR: Update stream documentation for version 2.5

2020-05-19 Thread GitBox
bbejeck commented on pull request #265: URL: https://github.com/apache/kafka-site/pull/265#issuecomment-630893259 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [kafka-site] bbejeck merged pull request #265: MINOR: Update stream documentation for version 2.5

2020-05-19 Thread GitBox
bbejeck merged pull request #265: URL: https://github.com/apache/kafka-site/pull/265 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka-site] ableegoldman opened a new pull request #301: Redo 2.6 docs commit

2020-09-03 Thread GitBox
ableegoldman opened a new pull request #301: URL: https://github.com/apache/kafka-site/pull/301 Just noticed that all of the docs I added just before 2.6 aren't actually showing up on the site. Seems like they were accidentally reverted by [this

[GitHub] [kafka-site] vvcephei merged pull request #301: Redo 2.6 docs commit

2020-09-09 Thread GitBox
vvcephei merged pull request #301: URL: https://github.com/apache/kafka-site/pull/301 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka-site] vvcephei commented on a change in pull request #301: Redo 2.6 docs commit

2020-09-08 Thread GitBox
vvcephei commented on a change in pull request #301: URL: https://github.com/apache/kafka-site/pull/301#discussion_r485142442 ## File path: 26/streams/developer-guide/memory-mgmt.html ## @@ -202,7 +202,10 @@ RocksDB} } -1. INDEX_FILTER_BLOCK_RATIO can be

[GitHub] [kafka-site] ableegoldman commented on a change in pull request #301: Redo 2.6 docs commit

2020-09-08 Thread GitBox
ableegoldman commented on a change in pull request #301: URL: https://github.com/apache/kafka-site/pull/301#discussion_r485154723 ## File path: 26/streams/developer-guide/memory-mgmt.html ## @@ -202,7 +202,10 @@ RocksDB} } -1. INDEX_FILTER_BLOCK_RATIO can

[GitHub] [kafka-site] ableegoldman commented on a change in pull request #301: Redo 2.6 docs commit

2020-09-08 Thread GitBox
ableegoldman commented on a change in pull request #301: URL: https://github.com/apache/kafka-site/pull/301#discussion_r485154723 ## File path: 26/streams/developer-guide/memory-mgmt.html ## @@ -202,7 +202,10 @@ RocksDB} } -1. INDEX_FILTER_BLOCK_RATIO can

[GitHub] [kafka-site] ewencp merged pull request #300: [MINOR] adding Itau Unibanco and OTICS to the powered-by page

2020-08-31 Thread GitBox
ewencp merged pull request #300: URL: https://github.com/apache/kafka-site/pull/300 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka-site] scott-confluent opened a new pull request #302: Updating title on videos page

2020-10-13 Thread GitBox
scott-confluent opened a new pull request #302: URL: https://github.com/apache/kafka-site/pull/302 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [kafka-site] mjsax merged pull request #302: Updating title on videos page

2020-10-13 Thread GitBox
mjsax merged pull request #302: URL: https://github.com/apache/kafka-site/pull/302 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka-site] dajac opened a new pull request #303: Add dajac to committers

2020-10-16 Thread GitBox
dajac opened a new pull request #303: URL: https://github.com/apache/kafka-site/pull/303 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka-site] dajac merged pull request #303: Add dajac to committers

2020-10-16 Thread GitBox
dajac merged pull request #303: URL: https://github.com/apache/kafka-site/pull/303 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka-site] chia7712 merged pull request #304: Add chia7712 to committers

2020-10-18 Thread GitBox
chia7712 merged pull request #304: URL: https://github.com/apache/kafka-site/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka-site] chia7712 commented on pull request #304: Add chia7712 to committers

2020-10-18 Thread GitBox
chia7712 commented on pull request #304: URL: https://github.com/apache/kafka-site/pull/304#issuecomment-711161869 @guozhangwang Thanks for confirming. Merge it to trunk :) This is an automated message from the Apache Git

[GitHub] [kafka-site] chia7712 opened a new pull request #304: Add chia7712 to committers

2020-10-16 Thread GitBox
chia7712 opened a new pull request #304: URL: https://github.com/apache/kafka-site/pull/304 hello Kafka :) This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [kafka-site] guozhangwang commented on pull request #304: Add chia7712 to committers

2020-10-17 Thread GitBox
guozhangwang commented on pull request #304: URL: https://github.com/apache/kafka-site/pull/304#issuecomment-710760998 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka-site] chia7712 commented on pull request #304: Add chia7712 to committers

2020-10-17 Thread GitBox
chia7712 commented on pull request #304: URL: https://github.com/apache/kafka-site/pull/304#issuecomment-710767238 @guozhangwang thanks for reviews! > you'd also need to git add the image file as well. The image file is already included. Please correct me if I misunderstand

[GitHub] [kafka-site] guozhangwang commented on pull request #304: Add chia7712 to committers

2020-10-17 Thread GitBox
guozhangwang commented on pull request #304: URL: https://github.com/apache/kafka-site/pull/304#issuecomment-711025894 I missed that file. You are good to go. This is an automated message from the Apache Git Service. To

[GitHub] [kafka-site] miguno commented on pull request #305: Add the best talks from Kafka Summit 2020

2020-10-19 Thread GitBox
miguno commented on pull request #305: URL: https://github.com/apache/kafka-site/pull/305#issuecomment-711975561 I tested the PR locally with `vnu` (HTML validation) and via https://cwiki.apache.org/confluence/display/KAFKA/Setup+Kafka+Website+on+Local+Apache+Server.

[GitHub] [kafka-site] miguno commented on pull request #305: Add the best talks from Kafka Summit 2020

2020-10-19 Thread GitBox
miguno commented on pull request #305: URL: https://github.com/apache/kafka-site/pull/305#issuecomment-711980559 HTML cleanup example. After cleanup: ```html

[GitHub] [kafka-site] miguno opened a new pull request #305: Add the best talks from Kafka Summit 2020

2020-10-19 Thread GitBox
miguno opened a new pull request #305: URL: https://github.com/apache/kafka-site/pull/305 This PR adds the thirty best Kafka Summit 2020 talks as rated by the community (summit attendees). To make maintenance of the Videos page easier, I also refactored (read: cleaned up) the HTML

[GitHub] [kafka-site] tom1299 closed pull request #290: MINOR: Add missing to to testing

2020-10-19 Thread GitBox
tom1299 closed pull request #290: URL: https://github.com/apache/kafka-site/pull/290 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka-site] mjsax merged pull request #305: Add the best talks from Kafka Summit 2020

2020-10-19 Thread GitBox
mjsax merged pull request #305: URL: https://github.com/apache/kafka-site/pull/305 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka-site] vvcephei merged pull request #295: MINOR: fix for text wrapping in some tables in docs

2020-08-25 Thread GitBox
vvcephei merged pull request #295: URL: https://github.com/apache/kafka-site/pull/295 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka-site] SanjayYr opened a new pull request #296: MINOR: fix for extra line break in streams processor API documentation

2020-08-18 Thread GitBox
SanjayYr opened a new pull request #296: URL: https://github.com/apache/kafka-site/pull/296 Removed the extra "/p" tag. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka-site] SanjayYr opened a new pull request #297: MINOR: fix for example implementation of how to add a new header to the record

2020-08-18 Thread GitBox
SanjayYr opened a new pull request #297: URL: https://github.com/apache/kafka-site/pull/297 Fixed method invocation and arguments. This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka-site] scott-confluent opened a new pull request #295: fix for text wrapping in some tables in docs

2020-08-17 Thread GitBox
scott-confluent opened a new pull request #295: URL: https://github.com/apache/kafka-site/pull/295 Someone opened a JIRA ticket for this: https://issues.apache.org/jira/browse/KAFKA-10406 This is an automated message from

[GitHub] [kafka-site] guozhangwang commented on pull request #293: MINOR: fix for quickstart in docs

2020-08-18 Thread GitBox
guozhangwang commented on pull request #293: URL: https://github.com/apache/kafka-site/pull/293#issuecomment-675832265 @scott-confluent After merged the PR the new link seems still not working? This is an automated message

[GitHub] [kafka-site] guozhangwang merged pull request #293: MINOR: fix for quickstart in docs

2020-08-18 Thread GitBox
guozhangwang merged pull request #293: URL: https://github.com/apache/kafka-site/pull/293 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka-site] mimaison merged pull request #299: fix: Fix link for Kafka London meetup

2020-08-21 Thread GitBox
mimaison merged pull request #299: URL: https://github.com/apache/kafka-site/pull/299 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [kafka-site] katheris opened a new pull request #299: fix: Fix link for Kafka London meetup

2020-08-21 Thread GitBox
katheris opened a new pull request #299: URL: https://github.com/apache/kafka-site/pull/299 Signed-off-by: Katherine Stanley This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [kafka-site] mjsax merged pull request #298: MINOR: remove unreleased versions from CVE page

2020-08-19 Thread GitBox
mjsax merged pull request #298: URL: https://github.com/apache/kafka-site/pull/298 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka-site] mjsax opened a new pull request #298: MINOR: remove unreleased versions from CVE page

2020-08-19 Thread GitBox
mjsax opened a new pull request #298: URL: https://github.com/apache/kafka-site/pull/298 As reported on the mailing list: https://lists.apache.org/list.html?dev@kafka.apache.org:lte=1M:cve%202.0.2%202.1.2 Call for review @ijuma

[GitHub] [kafka-site] scott-confluent opened a new pull request #300: [MINOR] adding Itau Unibanco and OTICS to the powered-by page

2020-08-27 Thread GitBox
scott-confluent opened a new pull request #300: URL: https://github.com/apache/kafka-site/pull/300 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [kafka-site] viktorsomogyi edited a comment on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-21 Thread GitBox
viktorsomogyi edited a comment on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696132637 Otherwise it looks good, I can approve it once you create the PR in the kafka repo (and perhaps get someone to merge it).

[GitHub] [kafka-site] viktorsomogyi commented on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-21 Thread GitBox
viktorsomogyi commented on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696132637 Otherwise it looks good, I can approve it once you create the PR in the kafka repo. This is an

[GitHub] [kafka-site] ankit-kumar-25 commented on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-21 Thread GitBox
ankit-kumar-25 commented on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696188603 Hey @viktorsomogyi, Thank you for the pointers, I have created a PR against the ops.html available in the Kafka project:

[GitHub] [kafka-site] ankit-kumar-25 edited a comment on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-23 Thread GitBox
ankit-kumar-25 edited a comment on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696188603 Hey @viktorsomogyi, Thank you for the pointers, I have created a PR against the ops.html available in the Kafka project:

[GitHub] [kafka-site] ankit-kumar-25 closed pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-23 Thread GitBox
ankit-kumar-25 closed pull request #220: URL: https://github.com/apache/kafka-site/pull/220 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [kafka-site] ankit-kumar-25 commented on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-21 Thread GitBox
ankit-kumar-25 commented on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696188603 Hey @viktorsomogyi, Thank you for the pointers, I have created a PR against the ops.html available in the Kafka project:

[GitHub] [kafka-site] mjsax commented on pull request #266: MINOR: Add more info in the "adding to contributor list" section

2020-05-26 Thread GitBox
mjsax commented on pull request #266: URL: https://github.com/apache/kafka-site/pull/266#issuecomment-634390804 Thanks a lot @showuon! This seems to be super helpful! This is an automated message from the Apache Git Service.

[GitHub] [kafka-site] showuon commented on pull request #266: MINOR: Add more info in the "adding to contributor list" section

2020-05-26 Thread GitBox
showuon commented on pull request #266: URL: https://github.com/apache/kafka-site/pull/266#issuecomment-634381918 hi @mjsax , I think you must love this PR because you won't have to handle the "requesting to be added into contributor list" but without JIRA ID provided issue. :)

[GitHub] [kafka-site] mjsax merged pull request #266: MINOR: Add more info in the "adding to contributor list" section

2020-05-26 Thread GitBox
mjsax merged pull request #266: URL: https://github.com/apache/kafka-site/pull/266 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [kafka-site] showuon opened a new pull request #266: MINOR: Add more info in the "adding to contributor list" section

2020-05-26 Thread GitBox
showuon opened a new pull request #266: URL: https://github.com/apache/kafka-site/pull/266 We usually got this kind of email to request to be added into contributor list, but without JIRA username provided. That wasted the committer's or the existing contributor's time to do more

[GitHub] [kafka-site] viktorsomogyi commented on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-21 Thread GitBox
viktorsomogyi commented on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696132637 Otherwise it looks good, I can approve it once you create the PR in the kafka repo. This is an

[GitHub] [kafka-site] viktorsomogyi edited a comment on pull request #220: KAFKA-8360: Docs do not mention RequestQueueSize JMX metric

2020-09-21 Thread GitBox
viktorsomogyi edited a comment on pull request #220: URL: https://github.com/apache/kafka-site/pull/220#issuecomment-696132637 Otherwise it looks good, I can approve it once you create the PR in the kafka repo (and perhaps get someone to merge it).

[GitHub] [kafka-site] ableegoldman opened a new pull request #306: Add ableegoldman to committers

2020-10-27 Thread GitBox
ableegoldman opened a new pull request #306: URL: https://github.com/apache/kafka-site/pull/306 A bit late on this but here we go  This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [kafka-site] ableegoldman commented on a change in pull request #306: Add ableegoldman to committers

2020-10-27 Thread GitBox
ableegoldman commented on a change in pull request #306: URL: https://github.com/apache/kafka-site/pull/306#discussion_r513151562 ## File path: committers.html ## @@ -334,6 +334,14 @@ The committers Committer

[GitHub] [kafka-site] chia7712 commented on a change in pull request #306: Add ableegoldman to committers

2020-10-27 Thread GitBox
chia7712 commented on a change in pull request #306: URL: https://github.com/apache/kafka-site/pull/306#discussion_r513148887 ## File path: committers.html ## @@ -334,6 +334,14 @@ The committers Committer

[GitHub] [kafka-site] ableegoldman merged pull request #306: Add ableegoldman to committers

2020-10-27 Thread GitBox
ableegoldman merged pull request #306: URL: https://github.com/apache/kafka-site/pull/306 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka-site] rhauch commented on a change in pull request #260: Add 2.5.0 release to website

2020-08-03 Thread GitBox
rhauch commented on a change in pull request #260: URL: https://github.com/apache/kafka-site/pull/260#discussion_r464774655 ## File path: downloads.html ## @@ -5,12 +5,52 @@ Download -2.4.1 is the latest release. The current stable version is 2.4.1. +

[GitHub] [kafka-site] rhauch opened a new pull request #277: 2.6.0 release

2020-08-03 Thread GitBox
rhauch opened a new pull request #277: URL: https://github.com/apache/kafka-site/pull/277 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka-site] guozhangwang merged pull request #269: Kafka nav and hompeage redesign

2020-08-04 Thread GitBox
guozhangwang merged pull request #269: URL: https://github.com/apache/kafka-site/pull/269 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [kafka-site] rhauch commented on a change in pull request #277: 2.6.0 release

2020-08-04 Thread GitBox
rhauch commented on a change in pull request #277: URL: https://github.com/apache/kafka-site/pull/277#discussion_r465425702 ## File path: 26/upgrade.html ## @@ -19,6 +19,48 @@

[GitHub] [kafka-site] rhauch commented on a change in pull request #277: 2.6.0 release

2020-08-04 Thread GitBox
rhauch commented on a change in pull request #277: URL: https://github.com/apache/kafka-site/pull/277#discussion_r465425450 ## File path: 26/upgrade.html ## @@ -19,6 +19,48 @@

[GitHub] [kafka-site] scott-confluent commented on a change in pull request #284: MINOR: Change the arrow direction based on the view state is expanded or not

2020-08-06 Thread GitBox
scott-confluent commented on a change in pull request #284: URL: https://github.com/apache/kafka-site/pull/284#discussion_r466554238 ## File path: includes/_footer.htm ## @@ -329,7 +329,13 @@ var docsHandle =

  1   2   3   4   5   6   7   8   9   >