[GitHub] kafka pull request #2633: MINOR: Add simplified aggregate methods to KGroupe...

2017-03-03 Thread KyleWinkelman
GitHub user KyleWinkelman opened a pull request: https://github.com/apache/kafka/pull/2633 MINOR: Add simplified aggregate methods to KGroupedStream Currently the KGroupedStream aggregate methods requires users to supply (Serde) null if they intend to use the default value serde

[GitHub] kafka pull request #2963: Minor: Removed use of keySerde in CachingSessionSt...

2017-05-02 Thread KyleWinkelman
GitHub user KyleWinkelman opened a pull request: https://github.com/apache/kafka/pull/2963 Minor: Removed use of keySerde in CachingSessionStore. CachingSessionStore wasn't properly using the default keySerde if no Serde was supplied. I saw the below error in the logs for one

[GitHub] kafka pull request #2971: [Minor] Remove use of aggSerde in RocksDBSessionSt...

2017-05-03 Thread KyleWinkelman
GitHub user KyleWinkelman opened a pull request: https://github.com/apache/kafka/pull/2971 [Minor] Remove use of aggSerde in RocksDBSessionStore. RocksDBSessionStore wasn't properly using the default aggSerde if no Serde was supplied. You can merge this pull request into

[GitHub] kafka pull request #2972: [KAFKA-5172] Fix fetchPrevious to find the correct...

2017-05-03 Thread KyleWinkelman
GitHub user KyleWinkelman opened a pull request: https://github.com/apache/kafka/pull/2972 [KAFKA-5172] Fix fetchPrevious to find the correct session. Change fetchPrevious to use findSessions with the proper key and timestamps rather than using fetch. You can merge this pull

[GitHub] kafka pull request #2633: MINOR: Add simplified aggregate methods to KGroupe...

2017-05-04 Thread KyleWinkelman
Github user KyleWinkelman closed the pull request at: https://github.com/apache/kafka/pull/2633 --- 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 #2975: KIP-150 [WIP]: Kafka Streams Cogroup

2017-05-04 Thread KyleWinkelman
GitHub user KyleWinkelman opened a pull request: https://github.com/apache/kafka/pull/2975 KIP-150 [WIP]: Kafka Streams Cogroup Work in progress PR for KIP-150. You can merge this pull request into a Git repository by running: $ git pull https://github.com/KyleWinkelman/kafka