Ismael Juma [Wed, 5 Aug 2020 13:19:23 +0000 (06:19 -0700)]
Remove mention of Twitter as a way to get added to "Powered By"
The mailing list seems more suitable.
scott-confluent [Tue, 4 Aug 2020 20:47:36 +0000 (13:47 -0700)]
Kafka nav and hompeage redesign (#269)
Mickael Maison [Fri, 31 Jul 2020 16:17:30 +0000 (17:17 +0100)]
Update Mickael's profile (#276)
Randall Hauch [Tue, 28 Jul 2020 21:30:40 +0000 (16:30 -0500)]
Add changes to documentation and JavaDoc for AK 2.6.0 RC2
Randall Hauch [Tue, 21 Jul 2020 02:42:16 +0000 (21:42 -0500)]
Add changes to documentation and JavaDoc for AK 2.6.0 RC1
A. Sophie Blee-Goldman [Tue, 21 Jul 2020 02:31:40 +0000 (19:31 -0700)]
MINOR: update Streams docs for 2.6 and fix configs (#275)
Add docs for KIP-441 and KIP-613.
Fixed some miscellaneous unrelated issues in the docs:
* Adds some missing configs to the Streams config docs: max.task.idle.ms,topology.optimization, default.windowed.key.serde.inner.class, and default.windowed.value.serde.inner.class
* Defines the previously-undefined default windowed serde class configs, including choosing a default (null) and giving them a doc string, so the yshould nwo show up in the auto-generated general Kafka config docs
* Adds a note to warn users about the rocksDB bug that prevents setting a strict capacity limit and counting write buffer memory against the block cache
Ports: https://github.com/apache/kafka/pull/9027
Reviewers: John Roesler <vvcephei@apache.org>
Randall Hauch [Wed, 15 Jul 2020 22:33:51 +0000 (17:33 -0500)]
Correct documentation content to be from 2.6.0 release
Randall Hauch [Tue, 14 Jul 2020 22:10:33 +0000 (17:10 -0500)]
Add documentation and JavaDoc for 2.6.0 release
John Roesler [Fri, 10 Jul 2020 18:58:55 +0000 (13:58 -0500)]
Add vvcephei to KEYS (#274)
wkodate [Tue, 7 Jul 2020 17:51:27 +0000 (02:51 +0900)]
MINOR: Fix table of contents in protocol page (#271)
Reviewers: Matthias J. Sax <matthias@confluent.io>
huxi [Tue, 7 Jul 2020 17:47:25 +0000 (01:47 +0800)]
KAFKA-10222:Incorrect methods show up in 0.10 Kafka Streams docs (#272)
Non-existent methods show up in the doc:
builder.from("my-input-topic").mapValue(value -> value.length().toString()).to("my-output-topic");
There is no method named `from` or `mapValues`. They should be `stream` and `mapValues` respectively.
Reviewers: Matthias J. Sax <matthias@confluent.io>
Gal Margalit [Wed, 1 Jul 2020 18:20:14 +0000 (21:20 +0300)]
MINOR: Update introduction.html (#273)
Fixed grammer
huxihx [Wed, 24 Jun 2020 06:57:11 +0000 (14:57 +0800)]
Add Xi Hu to committers
Boyang Chen [Mon, 22 Jun 2020 18:24:20 +0000 (11:24 -0700)]
Add Boyang as committer (#270)
Navinder Pal Singh Brar [Wed, 10 Jun 2020 21:13:33 +0000 (02:43 +0530)]
Minor: Updating upgrade docs for KIP-535 and KIP-562 (#267)
Reviewer: Matthias J. Sax <matthias@confluent.io>
showuon [Tue, 9 Jun 2020 00:46:22 +0000 (08:46 +0800)]
MINOR: make contact.html more clear (#268)
Reviewer: Matthias J. Sax <matthias@confluent.io>
showuon [Wed, 27 May 2020 02:32:49 +0000 (10:32 +0800)]
MINOR: add more info in the "adding to contributor list" section (#266)
Reviewer: Matthias J. Sax <matthias@confluent.io>
showuon [Tue, 19 May 2020 15:21:00 +0000 (23:21 +0800)]
MINOR: Update stream documentation for version 2.5 (#265)
1. fix broken links
2. rephrase a sentence
3. update the version number
Reviewers: Bill Bejeck <bbejeck@apache.org>
showuon [Mon, 4 May 2020 18:08:14 +0000 (02:08 +0800)]
MINOR: reorder the documentation sub-title (#264)
Reviewer: Matthias J. Sax <matthias@confluent.io>
Hartanto Thio [Thu, 30 Apr 2020 18:33:53 +0000 (11:33 -0700)]
Update the news section, added KS2020 (#263)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Sönke Liebau [Fri, 17 Apr 2020 18:43:58 +0000 (20:43 +0200)]
Equivalent to
cc4e3aa30207679f70f41abd2ca2c79a5d91ca9d on apache/kafka repo. (#262)
Equivalent to
cc4e3aa30207679f70f41abd2ca2c79a5d91ca9d on apache/kafka repo.
Switch order of sections on tumbling and hopping windows in streams doc. Tumbling windows are defined as "special case of hopping time windows" - but hopping windows currently only explained later in the docs. (#8505)
Currently, tumbling windows are defined as "a special case of hopping time windows" in the streams docs, but hopping windows are only explained in a subsequent section.
I think it would make sense to switch the order of these paragraphs around. To me this also makes more sense semantically.
Testing
Built the site and checked that everything looks ok and html is valid (or at least didn't contain any new warnings that were caused by this change).
Reviewers: Bill Bejeck <bbejeck@apache.org>
Matthias J. Sax [Thu, 16 Apr 2020 20:46:17 +0000 (13:46 -0700)]
MINOR: update download links to point to ASF archive servers (#261)
There is 2.4.1 and 2.3.1, hence, 2.4.0 and 2.3.1 should point to the archive.
Reviewer: David Arthur <david.arthur@confluent.io>
David Arthur [Wed, 15 Apr 2020 19:30:59 +0000 (15:30 -0400)]
Add 2.5.0 release to website (#260)
David Arthur [Wed, 15 Apr 2020 17:28:05 +0000 (13:28 -0400)]
Add upgrade notes for 2.5.0 release (#259)
Mickael Maison [Sun, 12 Apr 2020 21:43:57 +0000 (22:43 +0100)]
Add Mickael's key to KEYS (#258)
David Arthur [Fri, 10 Apr 2020 15:41:36 +0000 (11:41 -0400)]
Add documentation and javadocs for 2.5.0 release
Bill Bejeck [Thu, 12 Mar 2020 20:18:11 +0000 (16:18 -0400)]
Merge branch 'asf-site' of github.com:apache/kafka-site into asf-site
Bill Bejeck [Thu, 12 Mar 2020 20:00:56 +0000 (16:00 -0400)]
Release 2.4.1
Hartanto Thio [Wed, 11 Mar 2020 18:27:19 +0000 (11:27 -0700)]
Remove KS London; added Austin (#257)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Konstantine Karantasis [Mon, 2 Mar 2020 16:50:47 +0000 (08:50 -0800)]
Add Konstantine to committers (#256)
Bill Bejeck [Fri, 21 Feb 2020 14:41:20 +0000 (09:41 -0500)]
new key for bbejeck (#255)
Merged #255 into asf-site
Lee Dongjin [Fri, 21 Feb 2020 04:54:26 +0000 (13:54 +0900)]
MINOR: Fix errored json filename: expand-cluster-reassignment.json → custom-reassignment.json (#253)
Gert van Dijk [Thu, 20 Feb 2020 10:59:55 +0000 (11:59 +0100)]
KAFKA-9574: Remove paragraph about searchable archive of the mailing lists (#254)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
Lee Dongjin [Wed, 19 Feb 2020 18:23:18 +0000 (03:23 +0900)]
MINOR: fix omitted 'next.' in interactive queries documentation (#247)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Sönke Liebau [Mon, 10 Feb 2020 12:39:07 +0000 (13:39 +0100)]
KAFKA-9423: Refine layout of configuration options on website and make individual settings directly linkable (#251)
Reviewers: Mickael Maison <mickael.maison@gmail.com>
Hartanto Thio [Tue, 4 Feb 2020 17:11:09 +0000 (00:11 +0700)]
New logos and events (#252)
* Added bookingsync.com and smily.com
* optimize images
* Added new meetup locations
Randall Hauch [Wed, 15 Jan 2020 17:13:52 +0000 (11:13 -0600)]
Add CVE-2019-12399 (#250)
Reviewers: Colin P. McCabe <cmccabe@apache.org>
Harsha Laxman [Wed, 15 Jan 2020 03:46:55 +0000 (19:46 -0800)]
MINOR: Fixing small grammar issue in introduction.html
Manikumar Reddy [Tue, 14 Jan 2020 18:36:13 +0000 (00:06 +0530)]
Update commiters page
Bill Bejeck [Tue, 7 Jan 2020 15:21:54 +0000 (10:21 -0500)]
MINOR: Add fixes for adding new dsl naming page (#248)
We needed to add the appropriate re-directs for the new topology naming page. I've tested the links by rendering the site locally.
Reviewers:Matthias J. Sax <mjsax@apache.org>, Sophie Blee-Goldman <sophie@confluent.io>
Mickael Maison [Mon, 6 Jan 2020 17:54:32 +0000 (17:54 +0000)]
MINOR: Security and Streams doc fixes for 2.4 (#246)
Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
Manikumar Reddy [Thu, 19 Dec 2019 19:26:52 +0000 (00:56 +0530)]
Update ZooKeeper upgrade notes
Guozhang Wang [Mon, 16 Dec 2019 22:06:28 +0000 (14:06 -0800)]
HOTFIX: remove non-os streams examples from developer guide
Manikumar Reddy [Mon, 16 Dec 2019 20:49:42 +0000 (02:19 +0530)]
update downloads page
Manikumar Reddy [Mon, 16 Dec 2019 12:13:34 +0000 (17:43 +0530)]
update note about zk upgrade
Manikumar Reddy [Sat, 14 Dec 2019 15:02:43 +0000 (20:32 +0530)]
Update site for 2.4.0 release and use archive repo links for older releases
Manikumar Reddy [Sat, 14 Dec 2019 11:47:57 +0000 (17:17 +0530)]
Update Kafka 2.4 documentaion
A. Sophie Blee-Goldman [Fri, 13 Dec 2019 21:42:52 +0000 (13:42 -0800)]
Add UPGRADE_FROM to config docs (#245)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
A. Sophie Blee-Goldman [Mon, 9 Dec 2019 21:37:02 +0000 (13:37 -0800)]
port paragraph (#244)
from apache/kafka#7808
Reviewers: Bill Bejeck <bbejeck@gmail.com>
A. Sophie Blee-Goldman [Fri, 6 Dec 2019 23:17:33 +0000 (15:17 -0800)]
clarify node grouping of input topics using pattern subscription (#243)
See also Apache Kafka https://github.com/apache/kafka/pull/7793
Reviewers: John Roesler <vvcephei@apache.org>
Randall Hauch [Mon, 2 Dec 2019 01:33:17 +0000 (19:33 -0600)]
Update site for 2.2.2 release (#242)
Update site for 2.2.2 release. Change the 2.2.0 links to point to the archive.
Now that 2.2.2 is out, the 2.2.0 links should point to the archive rather than the mirrors and releases repo.
Xin Wang [Fri, 15 Nov 2019 17:19:46 +0000 (01:19 +0800)]
MINOR: Fix the missing parentheses in multiple versions of tutorial (#240)
Add the missing parentheses in tutorial of version 10,11,20,21,22,23,24
Reviewers: Jason Gustafson <jason@confluent.io>
Michael Gyarmathy [Thu, 14 Nov 2019 22:16:18 +0000 (16:16 -0600)]
fix typo in processor-api developer guide docs (#239)
Downstream patch of apache/kafka#7689, as requested by @bbejeck
Reviewers: Bill Bejeck <bbejeck@gmail.com>
John Roesler [Tue, 12 Nov 2019 16:38:59 +0000 (10:38 -0600)]
MINOR: Add John to committers (#237)
Manikumar Reddy [Sat, 9 Nov 2019 14:05:20 +0000 (19:35 +0530)]
Add Kafka 2.4 documentaion
Mickael Maison [Sat, 9 Nov 2019 11:59:09 +0000 (11:59 +0000)]
Add committer picture and info for Mickael Maison (#235)
Hartanto Thio [Thu, 7 Nov 2019 07:51:28 +0000 (23:51 -0800)]
Adding KS London event (#234)
* Added KS London event
* Removed KSSF
David Arthur [Fri, 25 Oct 2019 03:23:31 +0000 (23:23 -0400)]
Remove 2.3.0 from "Latest News"
David Arthur [Fri, 25 Oct 2019 02:40:58 +0000 (22:40 -0400)]
Update "latest" release to 2.3.1
David Arthur [Fri, 25 Oct 2019 02:22:44 +0000 (22:22 -0400)]
Update site for 2.3.1 release (#233)
David Arthur [Thu, 24 Oct 2019 21:44:33 +0000 (17:44 -0400)]
Add key info for David's signing key (#232)
Matthias J. Sax [Tue, 24 Sep 2019 16:52:02 +0000 (09:52 -0700)]
HOTFIX: fix Kafka Streams upgrade note for broker backward compatibility (#229)
vinoth chandar [Sat, 21 Sep 2019 16:59:08 +0000 (09:59 -0700)]
KAFKA-8913 : Document topic based configs & ISR settings for Streams (#231)
- Documented how to set topic based configs
- Documented how to achieve MIN_IN_SYNC_REPLICAS_CONFIG = 2 for reliable apps
- cf https://github.com/apache/kafka/pull/7346
Reviewer: Matthias J. Sax <matthias@confluent.io>
Hartanto Thio [Wed, 18 Sep 2019 19:51:06 +0000 (12:51 -0700)]
MINOR: Update the meetup list (#230)
* Updated the meetup list
* Updated list
* Remove state from Canada
* remove state from AUS
* added diacritic on some of the cities
Mickael Maison [Mon, 16 Sep 2019 17:46:47 +0000 (18:46 +0100)]
KAFKA-8474; Update CSS for new config layout (#211)
Companion PR for apache/kafka#6870
Reviewers: Jason Gustafson <jason@confluent.io>
Randall Hauch [Thu, 12 Sep 2019 15:44:10 +0000 (10:44 -0500)]
Add Randall's GPG public key (#228)
David Arthur [Wed, 11 Sep 2019 17:50:03 +0000 (13:50 -0400)]
Add David's GPG public key (#227)
Hartanto Thio [Wed, 28 Aug 2019 15:56:16 +0000 (08:56 -0700)]
MINOR: Added Agoda and TokenAnalyst to powered-by page (#226)
Victoria Bialas [Sat, 3 Aug 2019 20:54:46 +0000 (13:54 -0700)]
MINOR: fix typos and mailto-links (#225)
Reviewers: Jim Galasyn <jim.galasyn@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Colin Patrick McCabe [Fri, 2 Aug 2019 18:42:10 +0000 (11:42 -0700)]
Fix missing close tag in cve-list.html (#224)
Reviewers: Jason Gustafson <jason@confluent.io>
Colin Patrick McCabe [Fri, 2 Aug 2019 18:36:18 +0000 (11:36 -0700)]
Add CVE-2018-17196, fix some links. (#223)
Fix some links that were pointing to 2.2.
Add CVE-2018-17196 to the cve-list page.
Reviewers: Matthias J. Sax <mjsax@apache.org>
Bill Bejeck [Fri, 19 Jul 2019 17:17:09 +0000 (13:17 -0400)]
MINOR: Updating docs for enabling optimizations (#222)
Companion changes from apache/kafka#7099 in AK repo.
Reviewers: Jim Galasyn <jim.galasyn@confluent.io>, Matthias J. Sax <mjsax@apache.org>
cwildman [Fri, 19 Jul 2019 17:05:17 +0000 (19:05 +0200)]
Remove streams default override for producer retries. (#213)
These default overrides are no longer applied, see: apache/kafka#6844.
CC: Updated for 2.2 and 2.1
Hartanto Thio [Tue, 16 Jul 2019 21:19:25 +0000 (14:19 -0700)]
Adding the latest news section on homepage (#221)
Reviewers: Jim Galasyn <jim.galasyn@confluent.io>, Victoria Bialas <vicky@confluent.io>, Guozhang Wang <guozhang@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Colin Patrick McCabe [Tue, 2 Jul 2019 01:04:49 +0000 (18:04 -0700)]
Add missing 23/javadoc folder (#218)
Colin Patrick McCabe [Thu, 27 Jun 2019 23:17:01 +0000 (16:17 -0700)]
Add Upgrade text for the 2.3 release (#217)
Colin Patrick McCabe [Tue, 25 Jun 2019 03:27:18 +0000 (20:27 -0700)]
Update the webpage for the 2.3.0 release (#216)
Guozhang Wang [Tue, 25 Jun 2019 02:14:37 +0000 (19:14 -0700)]
MINOR: set default doc to 2.3
Colin Patrick McCabe [Mon, 24 Jun 2019 20:22:28 +0000 (13:22 -0700)]
Add docs for 2.3.0 release (#215)
Victoria Bialas [Mon, 10 Jun 2019 17:06:54 +0000 (10:06 -0700)]
KAFKA-7315 update TOC internal links serdes all versions (#212)
Reviewers: Joel Hamill <joel@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Vahid Hashemian [Mon, 3 Jun 2019 04:14:38 +0000 (21:14 -0700)]
Update new links to 2.2.1 release
Vahid Hashemian [Sun, 2 Jun 2019 23:06:31 +0000 (16:06 -0700)]
Add links to 2.2.1 release
slim [Sat, 1 Jun 2019 22:35:24 +0000 (23:35 +0100)]
Fix broken internal links (#177)
Reviewers: Jordan Moore @cricket007, Victoria Bialas <vicky@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Vahid Hashemian [Sun, 5 May 2019 17:00:41 +0000 (10:00 -0700)]
Update Vahid's PGP Key (#209)
Due to issues with the older versions of gpg, had to upgrade to 2.2.x.
Vahid Hashemian [Tue, 30 Apr 2019 14:54:27 +0000 (07:54 -0700)]
Update Vahid's Public Key (#208)
Due to issue with the old key
Vahid Hashemian [Sat, 27 Apr 2019 14:53:41 +0000 (07:53 -0700)]
Add Vahid's public key (#207)
Added for release management.
Victoria Bialas [Wed, 24 Apr 2019 22:17:13 +0000 (15:17 -0700)]
KAFKA-SITE DOCS 8227 - Add missing links Core Concepts duality of streams tables (#204)
Add missing links Core Concepts duality of streams tables
Reviewers: Joel Hamill <joel@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
Randall Hauch [Wed, 24 Apr 2019 16:40:21 +0000 (09:40 -0700)]
Add committer picture and info for Randall Hauch (#206)
Matthias J. Sax [Tue, 23 Apr 2019 17:45:18 +0000 (10:45 -0700)]
Fix broken download links (#203)
Matthias J. Sax [Thu, 18 Apr 2019 23:24:31 +0000 (16:24 -0700)]
Update profile (#202)
Matthias J. Sax [Sun, 14 Apr 2019 03:18:23 +0000 (20:18 -0700)]
Update default links to point to 2.2 (#196)
Reviewer: Bill Bejeck <bill@confluent.io>
Bill Bejeck [Sat, 13 Apr 2019 22:56:35 +0000 (18:56 -0400)]
KAFKA-8208: Fix broken link for out of order data (#197)
Matthias J. Sax <mjsax@apache.org>, Michael Drogalis <michael.drogalis@confluent.io>, Victoria Bialas <vicky@confluent.io>
Bill Bejeck [Sat, 13 Apr 2019 22:55:17 +0000 (18:55 -0400)]
Fix streams table duality links (#199)
Reviewers: Victoria Bialas <vicky@confluent.io>
Bill Bejeck [Sat, 13 Apr 2019 22:51:59 +0000 (18:51 -0400)]
Fix broken link for streams DSL page (#198)
Reviewers: Matthias J. Sax <mjsax@apache.org>, Michael Drogalis <michael.drogalis@confluent.io>, Victoria Bialas <vicky@confluent.io>
Victoria Bialas [Sat, 13 Apr 2019 22:43:16 +0000 (15:43 -0700)]
KAFKA-8212 DOCS - Fix Maven artifacts table from cutting off text (#200)
Reviewers: Jim Galasyn <jim.galasyn@confluent.io>, Matthias J. Sax <matthias@confluent.io>
Victoria Bialas [Sat, 13 Apr 2019 22:33:59 +0000 (15:33 -0700)]
KAFKA-8213 DOCS (kafka-site) Fix typo in Streams Dev Guide (#201)
Reviewer: Matthias J. Sax <matthias@confluent.io>
Victoria Bialas [Mon, 1 Apr 2019 23:34:07 +0000 (16:34 -0700)]
KAFKA-8181: Removed Avro topic from TOC on kafka-site (#195)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
Guozhang Wang [Thu, 28 Mar 2019 00:59:50 +0000 (17:59 -0700)]
add missing javadocs to 2.2
Matthias J. Sax [Tue, 26 Mar 2019 21:36:39 +0000 (14:36 -0700)]
Update download links (#194)
Reviewers: Guozhang Wang <guozhang@confluent.io>
Matthias J. Sax [Tue, 26 Mar 2019 18:01:10 +0000 (11:01 -0700)]
Fix 2.2 docs link (#193)
Reviewers: Gwen Shapira <gwen@confluent.io>, Guozhang Wang <guozhang@confluent.io>