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 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 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 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 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 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