huxi
d2aca95aeb
MINOR: Fix incorrect expression for KTable in stream doc. ( #4718 )
...
In dsi-api.html, when reading from Kafka to a KTable, the doc says "In the case of a KStream.." where `Kstream` here is not correct. They should be `KTable`.
Reviewers: Guozhang Wang <wangguoz@gmail.com>
7 years ago
Guozhang Wang
077fd9ced3
HOTFIX: Fix broken javadoc links on web docs( #4543 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
7 years ago
Joel Hamill
6ea53d22e2
MINOR: Fix some streams web doc nits ( #4411 )
...
Reviewers: Derrick Or <derrickor@gmail.com>, Guozhang Wang <wangguoz@gmail.com>
7 years ago
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
7 years ago
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
7 years ago
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:
![image](https://user-images.githubusercontent.com/11722533/33904945-df9cf804-df31-11e7-93aa-52385961522c.png )
Here is a child page:
![image](https://user-images.githubusercontent.com/11722533/33904976-f2eafabe-df31-11e7-918c-fbf95db0f76b.png )
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
7 years ago