KAFKA-9290: Update IQ related JavaDocs#8114
Conversation
|
Thanks for the PR @highluck -- this overlaps with #7848 but the other PR seems to be abandoned? Hence, I would just more forward with your PR. There are some other changes in #7848 (changing \cc @miroswan who is the author of #7848 -- let us know if you are still interested in finishing your PR (we don't want to "take it away" from you). |
@mjsax I apologize. Please feel free to reassign. |
b055acb to
46fd1bf
Compare
|
@mjsax |
|
Retest this please |
|
Build failed with checkstyle error: @highluck Can you update the PR? |
|
Thank you for reivew |
# Conflicts: # streams/src/main/java/org/apache/kafka/streams/StreamsBuilder.java # streams/src/main/java/org/apache/kafka/streams/kstream/CogroupedKStream.java # streams/src/main/java/org/apache/kafka/streams/kstream/KGroupedStream.java # streams/src/main/java/org/apache/kafka/streams/kstream/KGroupedTable.java # streams/src/main/java/org/apache/kafka/streams/kstream/KTable.java # streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindowedCogroupedKStream.java # streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindowedKStream.java
| * ReadOnlyKeyValueStore<String, Long> localStore = streams.store(queryableStoreName, QueryableStoreTypes.<String, Long>keyValueStore()); | ||
| * String key = "some-key"; | ||
| * Long valueForKey = localStore.get(key); // key must be local (application state is shared over all running Kafka Streams instances) | ||
| * ReadOnlyKeyValueStore<K,ValueAndTimestamp<V>> localStore = streams.store(queryableStoreName, QueryableStoreTypes.<K, ValueAndTimestamp<V>>timestampedKeyValueStore()); |
There was a problem hiding this comment.
nit: insert space between generics (here and elsewhere)
|
Ah. Thanks for pointing out the hotfix @highluck. Can you address Sophie's comment? |
…dowedCogroupedKStream.java
…dowedCogroupedKStream.java
…dowedKStream.java
…dowedKStream.java
…dowedKStream.java
…dowedKStream.java
…dowedKStream.java
…dowedKStream.java
|
I removed the blanks you inserted on the wrong place in a previous commit but not not remove in your latest commit. Thanks for the PR! Merged to |
|
@mjsax |
* 'trunk' of github.com:apache/kafka: KAFKA-9290: Update IQ related JavaDocs (apache#8114) KAFKA-9928: Fix flaky GlobalKTableEOSIntegrationTest (apache#8600) KAFKA-6145: Set HighAvailabilityTaskAssignor as default in streams_upgrade_test.py (apache#8613) KAFKA-9667: Connect JSON serde strip trailing zeros (apache#8230) MINOR: Log4j Improvements on Fetcher (apache#8629)
Reviewers: A. Sophie Blee-Goldman <sophie@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Update IQ related JavaDocs
Committer Checklist (excluded from commit message)