Ismael Juma
da21b536c4
MINOR: Java version and TLS documentation improvements ( #18822 )
...
Most of the changes are obvious clean-ups/fixes. A couple of noteworthy items:
1. Support for non LTS versions is clarified (we were incorrectly stating full support
for Java 23).
2. TLS version negotiation details are clarified.
Reviewers: Matthias J. Sax <matthias@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>
2025-02-10 12:24:28 -08:00
Victoria Xia
7c74f3983b
KAFKA-14491: [21/N] Docs updates for versioned state stores ( #13444 )
...
Add docs for KIP-889.
Reviewers: Matthias J. Sax <matthias@confluent.io>
2023-04-12 11:31:27 -07:00
Luke Chen
ad59e3b622
MINOR: update doc to reflect the grace period change ( #11100 )
...
We removed default 24 hours grace period in KIP-633, and deprecate some grace methods, but we forgot to update the stream docs.
Reviewer: Bruno Cadonna <cadonna@apache.org>
2021-07-21 13:26:41 +02:00
Josep Prat
aa25176e77
MINOR: Kafka Streams code samples formating unification ( #10651 )
...
Code samples are now unified and correctly formatted.
Samples under Streams use consistently the prism library.
Reviewers: Bruno Cadonna <cadonna@apache.org>
2021-05-21 17:27:42 +02:00
Bill Bejeck
e847f057e3
KAFKA-10679: [Streams] migrate kafka-site updated docs to kafka/docs ( #9554 )
...
During the AK website upgrade, changes made to kafka-site weren't migrated back to kafka-docs.
This PR is an attempt at porting the streams changes to kafka/docs
For the most part, the bulk of the changes in the PR are cosmetic.
For testing:
I reviewed the PR diffs
Rendered the changes locally
Reviewers: John Roesler <john@confluent.io>
2020-11-04 08:30:10 -05:00
Luke Chen
77f6175d2e
update source link in interactive query page ( #9261 )
...
Currently, the source reference are all pointing to the 1.0 version codes,
which is obviously wrong. Update to the current dotVersion.
Reviewers: John Roesler <vvcephei@apache.org>
2020-09-14 10:11:03 -05:00
Lee Dongjin
9942e20a58
MINOR: fix omitted 'next.' in interactive queries documentation ( #7883 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2020-02-19 10:23:59 -08:00
Victoria Bialas
8bd66eb870
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:35:47 -07:00
John Roesler
8ae985705f
KAFKA-7768: Use absolute paths for javadoc ( #6100 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2019-01-07 13:30:49 -08:00
slim
6a20e3cd4c
KAFKA-7768: Add version to java html urls ( #6094 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2019-01-07 09:21:33 -08:00
Bill Bejeck
8182c4fc7d
MINOR: doc changes for KIP-372 ( #5790 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>, John Roesler <john@confluent.io>
2018-10-15 19:01:21 -07:00
Matthias J. Sax
0b417b8331
MINOR: updates docs for KIP-358 ( #5796 )
...
Reviewers: Guozhang Wang <guozhang@confluent.io>, Jim Galasyn <jim.galasyn@confluent.io>
2018-10-15 17:22:03 -07:00
Guozhang Wang
718d6f2475
MINOR: Remove deprecated KafkaStreams constructors in docs ( #5118 )
...
Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2018-06-04 13:43:20 -07:00
Guozhang Wang
d4204e8b14
MINOR: fix broken links in streams doc ( #5025 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
2018-05-16 13:23:20 -07:00
Matthias J. Sax
77a6104f54
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:35:57 -08:00
Guozhang Wang
077fd9ced3
HOTFIX: Fix broken javadoc links on web docs( #4543 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2018-02-08 09:31:58 -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
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
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
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