[GitHub] kafka pull request #3678: KAFKA-5233 follow up

2017-08-16 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/3678 KAFKA-5233 follow up You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor/kafka trunk Alternatively you can review and apply these changes

[GitHub] kafka pull request #3229: MINOR: (docs) add missing word

2017-06-03 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/3229 MINOR: (docs) add missing word You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor/kafka patch-9 Alternatively you can review and apply

[GitHub] kafka pull request #3228: MINOR: (docs) in section, not at section

2017-06-03 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/3228 MINOR: (docs) in section, not at section See https://english.stackexchange.com/questions/158981/at-this-section-vs-in-this-section and https://forum.wordreference.com/threads/at-in-within

[GitHub] kafka pull request #3227: MINOR: fix quotes for consistent rendering

2017-06-03 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/3227 MINOR: fix quotes for consistent rendering “ as opposed to " don't render consistently across browsers. On current Kafka website they render correctly in Firefox but not Chrome (“runsÃ

[GitHub] kafka pull request #3224: MINOR: mention IQ use-case in the Overview

2017-06-03 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/3224 MINOR: mention IQ use-case in the Overview You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor/kafka patch-5 Alternatively you can review

[GitHub] kafka pull request #3055: Kip 138

2017-05-15 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/3055 Kip 138 Test coverage is not satisfactory but I'd like to start getting feedback already. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor

[GitHub] kafka pull request #2992: KIP-147 WIP for discussion

2017-05-07 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/2992 KIP-147 WIP for discussion This is WIP to help discussion, do not merge. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor/kafka KIP-147-wip

[GitHub] kafka pull request #2947: KAFKA-5144 added 2 test cases

2017-05-01 Thread mihbor
Github user mihbor closed the pull request at: https://github.com/apache/kafka/pull/2947 --- 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 #2948: KAFKA-5144 renamed and added comments to make it c...

2017-04-30 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/2948 KAFKA-5144 renamed and added comments to make it clear what's going on The descendingSubsequence is a misnomer. The linked list is actually arranged so that the lowest timestamp is first and larger

[GitHub] kafka pull request #2947: KAFKA-5144 added 2 test cases

2017-04-30 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/2947 KAFKA-5144 added 2 test cases These two newly added test cases are currently failing You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor/kafka

[GitHub] kafka pull request #2884: MINOR: fix javadoc comment

2017-04-21 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/2884 MINOR: fix javadoc comment Here's where it's called: https://github.com/apache/kafka/blob/trunk/streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamTransform.java#L64-L67

[GitHub] kafka pull request #2874: KAFKA-5090 Kafka Streams SessionStore.findSessions...

2017-04-19 Thread mihbor
GitHub user mihbor opened a pull request: https://github.com/apache/kafka/pull/2874 KAFKA-5090 Kafka Streams SessionStore.findSessions javadoc broken You can merge this pull request into a Git repository by running: $ git pull https://github.com/mihbor/kafka patch-1