Matthias J. Sax
c1ca53b369
MINOR: fix Streams docs state.dir ( #5465 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
6 years ago
Jim Galasyn
581adb5013
MINOR: Add note about num.standby.replicas ( #5271 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
6 years ago
Guozhang Wang
1546bcd877
MINOR: provide an example for deserialization exception handler ( #5231 )
...
Also added a paragraph from data types to link to the example code.
Reviewers: Matthias J. Sax <mjsax@apache.org>
7 years ago
Guozhang Wang
86410e14d7
MINOR: Add missing configs for resilience settings
...
Reviewers: Matthias J. Sax <matthias@confluent.io>, Bill Bejeck <bill@confluent.io>
7 years ago
Guozhang Wang
718d6f2475
MINOR: Remove deprecated KafkaStreams constructors in docs ( #5118 )
...
Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
7 years ago
Matthias J. Sax
0b3712d8a5
MINOR: add missing parameter `processing.guaratees` to Streams docs ( #5023 )
...
Reviewers: Guozhang Wang <guozhang@confluent.io>, Bill Bejeck <bill@confluent.io>
7 years ago
Guozhang Wang
d4204e8b14
MINOR: fix broken links in streams doc ( #5025 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
7 years ago
Boyang Chen
1b170df31c
KAFKA-6657: Add StreamsConfig prefix for different consumers ( #4805 )
...
This pull request is for JIRA 6657, for KIP-276.
Added unit tests for new getGlobalConsumerConfigs API and make sure existing restore consumer tests are passing.
Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>
7 years ago
manjuapu
0143a65091
Fix streams web doc configs tables ( #4943 )
...
Reviewers: Guozhang Wang <wangguoz@gmail.com>
7 years ago
taekyung
51db468bf3
MINOR: Fixed deserialization.exception.handler default value of config-streams ( #4914 )
...
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
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>
7 years ago
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
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