A. Sophie Blee-Goldman
92f4e4ebba
port paragrpah from CP docs ( #7808 )
...
The AK Streams architecture docs should explain how the maximum parallelism is determined
Reviewers: Bill Bejeck <bbejeck@gmail.com>
2019-12-16 11:44:01 -05:00
A. Sophie Blee-Goldman
9f52e0066f
MINOR: clarify node grouping of input topics using pattern subscription ( #7793 )
...
Updates the HTML docs and the javadoc.
Reviewers: John Roesler <vvcephei@apache.org>
2019-12-06 23:16:10 -06:00
slim
cf3f9ac4ea
Fixes #8198 KStreams testing docs use non-existent method pipe ( #6678 )
...
Minor fix of #8198 apache/kafka-site#210
Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
2019-07-12 11:23:54 -04:00
Victoria Bialas
34fad3d94d
KAFKA-7315 DOCS update TOC internal links serdes all versions ( #6875 )
...
Reviewers: Joel Hamill <joel@confluent.io>, Jim Galasyn <jim.galasyn@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2019-06-10 10:11:52 -07:00
Bill Bejeck
d7aa7b80e1
KAFKA-8209: Wrong link for KStreams DSL in core concepts doc ( #6564 )
...
Reviewers Matthias J. Sax <mjsax@apache.org>, Michael Drogalis <michael.drogalis@confluent.io>, Victoria Bialas <vicky@confluent.io>
2019-04-16 10:34:39 -04:00
Victoria Bialas
75cd50da62
KAFKA-8212 DOCS (kafka) - Fix Maven artifacts table from cutting off text ( #6576 )
...
Reviewer: Matthias J. Sax <matthias@confluent.io>
2019-04-13 15:47:16 -07:00
Victoria Bialas
aa3b04c11e
KAFKA-8213 - Fix typo in Streams Dev Guide ( #6574 )
...
Reviewers: Jim Galasyn <jim.galasyn@confluent.io>, Joel Hamill <joel@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2019-04-13 15:38:58 -07:00
cwildman
5847e06176
MINOR: state.cleanup.delay.ms default is 600,000 ms (10 minutes). ( #6345 )
...
Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2019-02-28 09:27:06 -08:00
Bill Bejeck
52422a0941
MINOR: Remove duplicate word ( #5686 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-09-24 10:55:22 -07:00
Matthias J. Sax
4335ab09a2
MINOR: fix Streams docs state.dir ( #5465 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-08-06 13:54:47 -07:00
Simon Clark
3e76d82e87
MINOR: Fixed default streams state dir location. ( #5441 )
...
Co-authored-by: Mickael Maison <mickael.maison@gmail.com>
Co-authored-by: Simon Clark <simonc6r@gmail.com>
Reviewers: Sriharsha Chintalapani <sriharsha@apache.org>
2018-08-06 11:58:13 -07:00
Guozhang Wang
c1fa2b0580
MINOR: Add missing configs for resilience settings
...
Reviewers: Matthias J. Sax <matthias@confluent.io>, Bill Bejeck <bill@confluent.io>
2018-06-05 11:44:53 -07:00
Matthias J. Sax
b532ee218e
MINOR: add missing parameter `processing.guaratees` to Streams docs ( #5023 )
...
Reviewers: Guozhang Wang <guozhang@confluent.io>, Bill Bejeck <bill@confluent.io>
2018-05-16 13:59:19 -07:00
Guozhang Wang
b492e8e85e
MINOR: fix broken links in streams doc ( #5025 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-05-16 13:23:51 -07:00
ro7m
2d18b1dfce
KAFKA-6790: Fix Streams processor node broken link ( #4874 )
...
The page here https://kafka.apache.org/11/documentation/streams/developer-guide/memory-mgmt.html talks about processor nodes and refers to non existing links.
Broken link (appears twice in the same document):
https://kafka.apache.org/11/documentation/streams/concepts.html#streams-concepts-processor
To find this search for the word "processor node" on the page memory-management , the ones which are links are broken.
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-04-15 10:05:28 -07:00
Matthias J. Sax
7c313f4a07
KAFKA-6054: Fix upgrade path from Kafka Streams v0.10.0 ( #4773 )
...
Reviewers: Guozhang Wang <guozhang@confluent.io>, John Roesler <john@confluent.io>, Bill Bejeck <bill@confluent.io>
2018-04-05 17:14:20 -07:00
Rajini Sivaram
c765a8854e
MINOR: Remove 1.2.0 changes from streams doc ( #4784 )
...
Reviewers: John Roesler <john@confluent.io>, Guozhang Wang <guozhang@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2018-03-28 17:03:00 +01:00
huxi
cd096e49cb
KAFKA-6663: Doc for `GlobalKTable` should be corrected. ( #4723 )
...
Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bill@confluent.io>, Guozhang Wang <guozhang@confluent.io>, Damian Guy <damian@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2018-03-16 13:25:51 -07:00
Matthias J. Sax
e35946a92b
MINOR: Streams doc example should not close store ( #4667 )
...
Author: Matthias J. Sax <matthias@confluent.io>
Reviewers: Bill Bejeck <bill@confluent.io>, Guozhang Wang <guozhang@confluent.io>
2018-03-13 00:43:47 -07:00
Guozhang Wang
8e676b7700
KAFKA-6560: Add docs for KIP-261 ( #4685 )
...
Reviewers: Matthias J. Sax <mjsax@apache.org>, Bill Bejeck <bill@confluent.io>
2018-03-12 13:11:58 -07:00
Joel Hamill
066e569210
KAFKA-6472 - Fix WordCount example code error ( #4538 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Matthias J. Sax <mjsax@apache.org>
2018-02-12 16:55:28 -08:00
Matthias J. Sax
ee7cacc811
KAFKA-3625: add docs for Kafka Streams test-utils (follow up) ( #4493 )
...
Adds web page docs for KIP-247
Author: Matthias J. Sax <matthias@confluent.io>
Reviewers: Guozhang Wang <guozhang@confluent.io>, Bill Bejeck <bill@confluent.io>, Joel Hamill <joel@confluent.io>, Damian Guy <damian@confluent.io>
2018-02-08 13:36:43 -08:00
Matthias J. Sax
ae36127eaf
MINOR: improve security docs for Kafka Streams ( #4532 )
...
Author: Matthias J. Sax <matthias@confluent.io>
Reviewers: Bill Bejeck <bill@confluent.io>, Joel Hamill <joel@confluent.io>, Guozhang Wang <guozhang@confluent.io>
2018-02-08 11:50:58 -08:00
Daniel Wojda
187e0e8390
MINOR: Add missing imports to 'Hello Kafka Streams' examples ( #4535 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
2018-02-08 09:55:42 -08:00
Guozhang Wang
534a7bc1e0
HOTFIX: Fix broken javadoc links on web docs( #4543 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2018-02-08 09:33:09 -08:00
Matthias J. Sax
8362164aad
MINOR: update upgrade notes for Streams API; message format 0.10 requiered ( #4500 )
...
Author: Matthias J. Sax <matthias@confluent.io>
Reviewers: Bill Bejeck <bill@confluent.io>, Guozhang Wang <guozhang@confluent.io.>
2018-02-07 11:45:14 -08:00
Yu
ae8761ded6
KAFKA-6354: Update KStream JavaDoc using new State Store API ( #4456 )
...
Updates KStream JavaDoc and web page documentations using new State Store API
Author: Yu Liu <yu.liu003@gmail.com>
Reviewers: Guozhang Wang <guozhang@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2018-02-02 11:25:36 -08:00
Matthias J. Sax
a78f66a5ae
KAFKA-3625: Add public test utils for Kafka Streams ( #4402 )
...
* KAFKA-3625: Add public test utils for Kafka Streams
- add new artifact test-utils
- add TopologyTestDriver
- add MockTime, TestRecord, add TestRecordFactory
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Damian Guy <damian.guy@gmail.com>, Bill Bejeck <bill@confluent.io>
2018-01-29 17:21:48 -08:00
Joel Hamill
6ea53d22e2
MINOR: Fix some streams web doc nits ( #4411 )
...
Reviewers: Derrick Or <derrickor@gmail.com>, Guozhang Wang <wangguoz@gmail.com>
2018-01-29 10:09:32 -08:00
Yu-Jhe
decfb834fb
Add missing backslash ( #4474 )
...
There're missing backslash when running the quick start tutorial.
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-01-26 10:14:10 -08:00
Matthias J. Sax
d673c8cf94
MINOR: update upgrade notes with regard to KIP-149 ( #4439 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Damian Guy <damian.guy@gmail.com>
2018-01-26 09:18:22 -08:00
Matthias J. Sax
9ef883e62f
MINOR: update docs with regard to improved resilience of Kafka Streams ( #4380 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Joel Hamill, Damian Guy <damian.guy@gmail.com>, Bill Bejeck <bill@confluent.io>
2018-01-22 14:37:19 -08:00
manjuapu
b543bfc18e
Streams Use case anchor ( #4420 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-01-18 09:59:32 -08:00
Joel Hamill
c7e7cc1a5a
MINOR: Fix typo ( #4426 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-01-16 10:30:43 -08:00
RichardYuSTUG
1d1c857596
4385
...
Author: RichardYuSTUG <yohan.richard.yu2@gmail.com>
Author: Prasanna Gautam <prasannagautam@gmail.com>
Author: Dong Lin <lindong28@gmail.com>
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>
Author: Matthias J. Sax <matthias@confluent.io>
Reviewers: Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
Closes #4385 from ConcurrencyPractitioner/doc-kafka-4499
2018-01-12 17:27:52 -08:00
Richard Yu
b8aa1761c3
KAFKA-6265: Add #queryableStoreName() to GlobalKTable
...
A spinoff of original pull request #4340 for resolving conflicts.
Author: RichardYuSTUG <yohan.richard.yu2@gmail.com>
Reviewers: Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
Closes #4413 from ConcurrencyPractitioner/kafka-6265-2
2018-01-11 09:54:02 -08:00
Joel Hamill
06597ba26b
MINOR: Menu updates and navigation ( #4405 )
...
* Menu updates and navigation
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-01-09 16:28:49 -08:00
Jorge Quilcate Otoya
2900af6b33
Updating docs for streams app reset tool ( #4401 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
2018-01-08 12:02:29 -08:00
Joel Hamill
26270983cd
MINOR: Fix menu ordering in streams docs
...
https://issues.apache.org/jira/browse/KAFKA-6419
Related: https://github.com/apache/kafka-site/pull/115
Author: Joel Hamill <joel-hamill@users.noreply.github.com>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4390 from joel-hamill/fix-streams-menu-order
2018-01-08 11:43:38 -08:00
Joel Hamill
d63f94797c
MINOR: fix image 404s in streams doc
...
Fixes image 404s in streams docs (e.g. https://kafka.apache.org/documentation/streams/developer-guide/interactive-queries.html ).
Related https://github.com/apache/kafka-site/pull/114
Author: Joel Hamill <joel-hamill@users.noreply.github.com>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4389 from joel-hamill/fix-404-streams
2018-01-08 09:38:58 -08:00
Matt Farmer
e1c5d0c119
MINOR: Add documentation for KAFKA-6086 (ProductionExceptionHandler) ( #4395 )
...
* Update streams documentation to describe production exception handler
* Add a mention of the ProductionExceptionHandler in the upgrade guide
2018-01-08 11:33:23 +00:00
Guozhang Wang
5995453f4c
MINOR: Web docs for KIP-220
...
1. added functions for KafkaStreams and KafkaClientSupplier.
2. added prefix for admin client in StreamsConfig.
Author: Guozhang Wang <wangguoz@gmail.com>
Reviewers: Jason Gustafson <jason@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Closes #4338 from guozhangwang/K6150-doc-changes
2017-12-22 11:53:04 -08:00
Joel Hamill
3e2fe17c08
MINOR: Improve Streams Dev Guide content on web docs
...
This PR migrates content from CP Streams Dev Guide.
Here is the top-level page:

Here is a child page:

See related: https://github.com/apache/kafka-site/pull/112
Author: Joel Hamill <joel-hamill@users.noreply.github.com>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4252 from joel-hamill/20171122-migrate-cp-dev-guide
2017-12-21 11:15:54 -08:00
Manjula K
ca7f3dab04
MINOR: Adding secondary nav to Streams webpage
...
Added secondary navigation to Streams sub-pages:
- quickstart.html
- core-concepts.html
- developer-guide.html
- tutorial.html
Author: Manjula K <manjula@kafka-summit.org>
Reviewers: Joel Hamill <joel-hamill@users.noreply.github.com>, Guozhang Wang <wangguoz@gmail.com>
Closes #4222 from manjuapu/streams-nav
2017-11-15 14:43:11 -08:00
Guozhang Wang
487436b1a4
MINOR: Update docs for new version
...
1. Update the Streams hello world examples with the new API.
2. Update the version references in various places.
3. Update version templates to 1.1.x.
Author: Guozhang Wang <wangguoz@gmail.com>
Reviewers: Ismael Juma <ismael@juma.me.uk>, Damian Guy <damian.guy@gmail.com>, Derrick Or <derrickor@gmail.com>
Closes #4169 from guozhangwang/KMINOR-streams-docs
2017-11-03 08:51:44 -07:00
Manjula K
5178702715
MINOR: Adding Trivago logo to Streams landing page
...
guozhangwang Please review
Author: Manjula K <manjula@kafka-summit.org>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4164 from manjuapu/ny-trivago-logos
2017-10-31 13:22:56 -07:00
Joel Hamill
5f779ca3f3
MINOR: Fix typo dev guide title
...
related to https://github.com/apache/kafka-site/pull/103
Author: Joel Hamill <git config --global user.email>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4133 from joel-hamill/dev-guide-title
2017-10-25 10:11:09 -07:00
Guozhang Wang
ef49145200
MINOR: a few web doc and javadoc fixes
...
1. Added missing Javadocs in public interfaces.
2. Added missing upgrade web docs.
3. Minor improvements on exception messages.
Author: Guozhang Wang <wangguoz@gmail.com>
Reviewers: Bill Bejeck <bill@confluent.io>, Damian Guy <damian.guy@gmail.com>, Matthias J. Sax <matthias@confluent.io>, Antony Stubbs <antony.stubbs@gmail.com>
Closes #4071 from guozhangwang/KMinor-javadoc-gaps
2017-10-16 16:50:59 -07:00
Manjula K
f6e724b127
MINOR: Redesign of Streams page to include video & logos
...
guozhangwang Please review.
Author: Manjula K <manjula@kafka-summit.org>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4059 from manjuapu/redesign-streams-page
2017-10-11 15:16:12 -07:00
Bill Bejeck
dac990aab3
KAFKA-6025: small fix for streams tutorial
...
Author: Bill Bejeck <bill@confluent.io>
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Closes #4053 from bbejeck/KAFKA_6025_fix_streams_tutorial
2017-10-10 15:07:53 -07:00