PoAn Yang
8db86c60a6
KAFKA-17385 Remove authorizer, authorizer-properties, zk-tls-config-file in AclCommand ( #17224 )
...
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-10-08 08:48:43 +08:00
tall15421542-lab
46b6147ab6
MINRO: fix stream-stream-join semantic example from 10s window to 15s ( #17379 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-10-07 10:17:12 -07:00
Federico Valeri
3f2cb55a75
KAFKA-14705: Remove redirections and unused tools ( #17386 )
...
Reviewers: Mickael Maison <mickael.maison@gmail.com>
2024-10-07 17:24:43 +02:00
Chia-Chuan Yu
9e809be4ce
KAFKA-17529 Remove blacklist from MM2 ( #17202 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-10-07 13:21:31 +08:00
TengYao Chi
0e4eebe9c0
KAFKA-12895 Drop support for Scala 2.12 in Kafka 4.0 ( #17313 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-10-07 01:34:38 +08:00
Chung, Ming-Yen
696e33ee6d
KAFKA-17451 Remove deprecated consumer#committed ( #17320 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-10-03 13:53:32 +08:00
Mickael Maison
7fb25a2b06
KAFKA-16769 Remove add.source.alias.to.metrics configuration ( #17323 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-10-02 02:03:02 +08:00
GangHuo
6ee46ea865
MINOR: Fix DefaultRecordBatch and DefaultRecord protocol documentation ( #17196 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-30 10:15:28 +08:00
Arnav Dadarya
05696037d3
KAFKA-12823 Remove Deprecated method KStream#through ( #16761 )
...
Implements KIP-1087
Reviewers: Matthias J. Sax <matthias@confluent.io>, Lucas Brutschy <lbrutschy@confluent.io>, Anna Sophie Blee-Goldman <ableegoldman@apache.org>
2024-09-28 15:21:26 -07:00
devanshikhatsuriya
235cafa805
KAFKA-6197: Update Streams API and Javadoc references in documentation ( #17215 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-09-28 12:42:59 -07:00
TengYao Chi
84fee3399e
KAFKA-17087 Deprecate `delete-config` of TopicCommand ( #17222 )
...
Reviewers: Apoorv Mittal <apoorvmittal10@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-09-26 03:37:10 +08:00
TaiJuWu
db56553fd3
KAFKA-17530 Remove blacklist/whitelist from ReplaceField ( #17237 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-25 01:02:28 +08:00
José Armando García Sancio
34c158f67f
MINOR: Replace gt and lt char with html encoding ( #17235 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-24 19:29:11 +08:00
Chia-Chuan Yu
8c2a0619e2
KAFKA-17528 Remove whitelist/blacklist from JMXReporter ( #17179 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-23 11:17:01 +08:00
Colin P. McCabe
3636afb737
HOTFIX: add file that was missed from KAFKA-17048 commit
2024-09-18 11:33:14 -07:00
José Armando García Sancio
aee44efd40
KAFKA-17048; Update docs for KIP-853 ( #17076 )
...
Change the configurations under config/kraft to use controller.quorum.bootstrap.servers instead of controller.quorum.voters. Add comments explaining how to use the older static quorum configuration where appropriate.
In docs/ops.html, remove the reference to "tentative timelines for ZooKeeper removal" and "Tiered storage is considered as an early access feature" since they are no longer up-to-date. Add KIP-853 information.
In docs/quickstart.html, move the ZK instructions to be after the KRaft instructions. Update the KRaft instructions to use KIP-853.
In docs/security.html, add an explanation of --bootstrap-controller and document controller.quorum.bootstrap.servers instead of controller.quorum.voters.
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Alyssa Huang <ahuang@confluent.io>, Colin P. McCabe <cmccabe@apache.org>
2024-09-18 11:23:58 -07:00
Colin Patrick McCabe
f1e7954ad1
MINOR: update documentation link to 3.9 ( #17216 )
...
Reviewers: David Arthur <mumrah@gmail.com>
2024-09-17 07:36:48 -07:00
Ivan Yurchenko
d0f4d691b5
KAFKA-17322: Document required header versions in Protocol Guide ( #16867 )
...
Reviewers: Josep Prat <josep.prat@aiven.io>
2024-09-16 14:19:47 +02:00
Ivan Yurchenko
ab1eb8d561
KAFKA-17494: Document message structure in Protocol Guide ( #17122 )
...
Reviewers: Josep Prat <josep.prat@aiven.io>
2024-09-16 12:03:59 +02:00
tkuramoto33
5a01945cb7
MINOR: Fix javadoc url for KafkaProducer ( #17200 )
...
Fix javadoc url for KafkaProducer
Reviewers: Luke Chen <showuon@gmail.com>
2024-09-15 20:00:29 +08:00
PoAn Yang
4692aeb671
KAFKA-17036 KIP-919 supports for createAcls, deleteAcls, describeAcls ( #16493 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-14 03:40:32 +08:00
Xuan-Zhang Gong
02e3f7cc28
KAFKA-12601 Remove deprecated `delegation.token.master.key` ( #17082 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-13 17:21:46 +08:00
Chung, Ming-Yen
60707a5fe9
KAFKA-17392 Remove whitelist option in ConsoleConsumerOptions ( #17138 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-12 01:46:16 +08:00
Xuan-Zhang Gong
9242723e4c
KAFKA-17435 remove use.incremental.alter.configs ( #17027 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-11 14:34:05 +08:00
Kuan-Po Tseng
089cbefac9
KAFKA-16830 Remove the scala version formatters support ( #17127 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-10 16:04:58 +08:00
Murali Basani
72e16cb9e1
KAFKA-16863 : Deprecate default exception handlers ( #17005 )
...
Implements KIP-1056:
- deprecates default.deserialization.exception.handler in favor of deserialization.exception.handler
- deprecates default.production.exception.handler in favor of production.exception.handler
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-09-07 20:14:46 -07:00
Luke Chen
887b947d8a
MINOR: Update doc for tiered storage GA ( #17088 )
...
Reviewers: Satish Duggana <satishd@apache.org>
2024-09-05 15:56:23 +05:30
Mickael Maison
af0604e6ef
KAFKA-16188: Delete kafka.common.MessageReader ( #17090 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-09-05 09:41:59 +02:00
Luke Chen
eb9cfb06c0
KAFKA-17412: add doc for `unclean.leader.election.enable` in KRaft ( #17051 )
...
Reviewers: Colin P. McCabe <cmccabe@apache.org>
2024-09-03 16:11:46 -07:00
abhi-ksolves
c23b6b0365
KAFKA-16327: Removed Deprecated variable StreamsConfig#TOPOLOGY_OPTIMIZATION ( #16744 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-08-29 18:01:39 -07:00
abhi-ksolves
fb19b3f7e7
KAFKA-14262 Deletion of MirrorMaker v1 deprecated classes & tests ( #16879 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-08-28 09:49:56 +08:00
Matthias J. Sax
f69b465414
MINOR: Keep Kafka Streams configs ordered in code and docs ( #16816 )
...
Reviewers: Bill Bejeck <bill@confluent.io>
2024-08-27 18:03:24 -07:00
Jim Galasyn
39555bec0f
MINOR: Add anchor to Kafka Streams page for use cases ( #11568 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-08-22 19:32:54 -07:00
Eric Chang
4b41071165
KAFKA-17086 add missing Java 21 to ops.html ( #16911 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-08-19 00:51:27 +08:00
Luke Chen
03d1a736cb
KAFKA-17300: Add document for new tiered storage feature in v3.9.0. ( #16836 )
...
- Added document for disabling tiered storage at topic level
- Added notable changes items in v3.9.0 for tiered storage quota
Reviewers: Satish Duggana <satishd@apache.org>, Kamal Chandraprakash<kamal.chandraprakash@gmail.com>, Abhijeet Kumar<abhijeet.cse.kgp@gmail.com>
2024-08-13 17:31:39 +05:30
Nancy
25b955ddf2
Kafka 16887 : Upgrade the document to add remote copy/fetch quotas metrics values. ( #16863 )
...
Reviewers: Abhijeet Kumar<abhijeet.cse.kgp@gmail.com>, Luke Chen <showuon@gmail.com>, Satish Duggana <satishd@apache.org>
2024-08-13 12:29:22 +05:30
TengYao Chi
6f18f6f335
KAFKA-16328 Remove Deprecated config from StreamsConfig ( #16805 )
...
- StreamsConfig#RETRIES_CONFIG was deprecated in AK 2.7 and is no longer in use.
- StreamsConfig#DEFAULT_WINDOWED_KEY_SERDE_INNER_CLASS and
- StreamsConfig#DEFAULT_WINDOWED_VALUE_SERDE_INNER_CLASS were deprecated in AK 3.0.
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-08-10 00:16:52 +08:00
dujian0068
5596f9e1d5
KAFKA-16584: Make log processing summary configurable or debug--update upgrade-guide ( #16709 )
...
Updates Kafka Streams upgrade-guide for KIP-1049.
Reviewers: Bill Bejeck <bill@confluent.io>, Matthias J. Sax <matthias@confluent.io>
2024-08-06 12:11:33 -07:00
Igor Soarez
8c066e625c
MINOR: Update docs, remove JBOD from missing features ( #16801 )
...
Reviewers: Josep Prat <josep.prat@aiven.io>
2024-08-06 11:18:14 +01:00
Josep Prat
a4277c6617
KAFKA-17227: Update zstd-jni lib ( #16763 )
...
* KAFKA-17227: Update zstd-jni lib
* Add note in upgrade docs
* Change zstd-jni version in docker native file and add warning in dependencies.gradle file
* Add reference to snappy in upgrade
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, Mickael Maison <mickael.maison@gmail.com>
2024-08-05 09:51:46 +02:00
David Arthur
b3fd9a5a95
KAFKA-17146 Include note to remove migration znode ( #16770 )
...
When reverting the ZK migration, we must also remove the /migration ZNode in order to allow the migration to be re-attempted in the future.
Reviewers: Colin P. McCabe <cmccabe@apache.org>, Chia-Ping Tsai <chia7712@gmail.com>
2024-08-05 03:13:26 +08:00
Matthias J. Sax
3922cadc5d
KAFKA-9738: Deprecate old Processor API ( #16742 )
...
Implements KIP-1070, which deprecates:
- Transformer
- TransformerSupplier
- ValueTransformer
- ValueTransformerSupplier
- MockProcessorContext
Reviewers: Bill Bejeck <bill@confluent.io>
2024-08-02 12:55:53 -07:00
Sebastien Viale
16cc877533
KAFKA-16448: Update documentation ( #16776 )
...
Updated docs for KIP-1033.
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-08-02 09:52:24 -07:00
PaulRMellor
37392d9bb7
KAFKA-15469: Add documentation for configuration providers ( #16650 )
...
Reviewers: Mickael Maison <mickael.maison@gmail.com>
2024-07-30 14:46:00 +02:00
Colin P. McCabe
0ec520a2af
Bump trunk to 4.0.0-SNAPSHOT
2024-07-29 15:51:54 -07:00
Josep Prat
93068264a1
MINOR: Fix title in upgrade header ( #16654 )
...
* MINOR: Fix title in upgrade header
* Add message in noticeable changes
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-07-26 11:04:03 +02:00
dujian0068
7efb58f321
KAFKA-16584 Make log processing summary configurable or debug ( #16509 )
...
KAFKA-16584 Make log processing summary configurable or debug
Reviewers: Matthias Sax <mjsax@apache.org>, Bill Bejeck <bbejeck@apache.org>
2024-07-23 16:09:25 -04:00
Chris Egerton
d43806c7f3
MINOR: Clarify ACL requirements for Connect workers when exactly.once.source.support is set to preparing ( #16636 )
...
Reviewers: Mickael Maison <mickael.maison@gmail.com>,
2024-07-23 13:15:54 -04:00
dujian0068
79ab5074e7
MINOR: Remove redundant </div> from config-streams.html ( #16577 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-07-16 05:33:23 +08:00
TingIāu "Ting" Kì
baa0fc9722
KAFKA-17042 The migration docs should remind users to set "broker.id.generation.enable" when adding broker.id ( #16491 )
...
Reviewers: Luke Chen <showuon@gmail.com>, Chia-Ping Tsai <chia771@gmail.com>
2024-07-05 18:21:40 +08:00
Ken Huang
2bc5e01121
KAFKA-17051 ApiKeys#toHtml should exclude the APIs having unstable latest version ( #16480 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-07-03 02:52:14 +08:00
Shawn Hsu
3ebad6349d
MINOR: Fix missing code tag in doc ( #16466 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-06-27 20:52:46 +08:00
Lucas Brutschy
7ab7773617
MINOR: Update 3.8 documentation for Kafka Streams ( #16265 )
...
All public interface changes should be briefly mentioned in the
upgrade guide.
Reviewers: Matthias J. Sax <matthias@confluent.io>, Anna Sophie Blee-Goldman <sophie@responsive.dev>, Nick Telford <nick.telford@gmail.com>
2024-06-26 13:55:18 +02:00
Mickael Maison
2b491f9611
MINOR: Add docs for replica.alter.log.dirs.io.max.bytes.per.second config ( #16386 )
...
Reviewers: Luke Chen <showuon@gmail.com>
2024-06-19 11:19:59 +02:00
Jinyong Choi
e2060204fe
KAFKA-15302: Stale value returned when using store.all() with key deletion [docs] ( #15495 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-06-18 17:45:19 -07:00
Mickael Maison
c4a3d2475f
MINOR: Refresh of the docs ( #16375 )
...
Reviewers: Luke Chen <showuon@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-06-18 17:15:47 +02:00
Josep Prat
a8e4caae09
MINOR: update documentation link to 3.8 ( #16382 )
...
Reviewers: Luke Chen <showuon@gmail.com>
2024-06-18 10:26:01 +02:00
Igor Soarez
ceab1fe658
KAFKA-16969: Log error if config conficts with MV ( #16366 )
...
When broker configuration is incompatible with the current Metadata Version the Broker should log an error-level message but avoid shutting down.
Reviewers: Luke Chen <showuon@gmail.com>
2024-06-18 11:10:34 +08:00
Luke Chen
029bbb16e9
[MINOR] Add a note for JBOD support for tiered storage ( #16369 )
...
Reviewers: Satish Duggana <satishd@apache.org>, Chia-Ping Tsai <chia7712@gmail.com>, Kamal Chandraprakash<kamal.chandraprakash@gmail.com>
2024-06-18 05:10:21 +05:30
Krishna Agarwal
bcf781230e
KAFKA-16932: Add documentation for the native docker image ( #16338 )
...
This PR contains the the following documentation changes for the native docker image:
in the docker/README.md: How to build, release and promote the native docker image.
in the tests/README.md: How to run system tests by bringing up kafka in the native mode.
added docker/native/README.md
added html changes for the kafka-site
added native docker image support in the docker compose files examples.
Testing:
Tested all the docker compose files with both the docker images - jvm and native
Tested the html changes locally with the kafka-site
Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Vedarth Sharma <vesharma@confluent.io>
2024-06-16 14:01:13 +05:30
Andrew Schofield
fecbfb8133
KAFKA-16950: Define Persister interfaces and RPCs ( #16335 )
...
Define the interfaces and RPCs for share-group persistence. (KIP-932). This PR is just RPCs and interfaces to allow building of the broker components which depend upon them. The implementation will follow in subsequent PRs.
Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Apoorv Mittal <apoorvmittal10@gmail.com>
2024-06-15 20:52:49 +05:30
Matthias J. Sax
f80deeabbc
MINOR: update Kafka Streams docs with 3.4 KIP information ( #16336 )
...
Reviewers: Jim Galasyn <jim.galasyn@confluent.io>, Bill Bejeck <bill@confluent.io>
2024-06-14 15:01:35 -07:00
Matthias J. Sax
92614699e6
MINOR: update Kafka Streams docs with 3.3 KIP information ( #16316 )
...
Reviewers: Lucas Brutschy <lbrutschy@confluent.io>, Jim Galasyn <jim.galasyn@confluent.io>
2024-06-13 15:17:00 -07:00
Matthias J. Sax
306b0e862e
MINOR: update Kafka Streams docs with 3.2 KIP information ( #16313 )
...
Reviewers: Bruno Cadonna <bruno@confluent.io>, Jim Galasyn <jim.galasyn@confluent.io>
2024-06-13 14:57:47 -07:00
Jim Galasyn
c71d03bb69
MINOR: Remove Java 7 example code ( #16308 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-06-12 16:50:34 -07:00
Maciej Moscicki
53841625fc
MINOR: Add fast_commit ext4 config to ops docs ( #15496 )
...
Reviewers: Mickael Maison <mickael.maison@gmail.com>
Co-authored-by: Piotr Rzysko <piotr.rzysko@allegro.com>
2024-06-10 12:49:21 +02:00
Jim Galasyn
fcd4fe98b9
MINOR: Update docs for for KIP-671 ( #16247 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-06-07 14:25:46 -07:00
Sebastien Viale
871b1db044
MINOR: update all-latency-max, range-latency-avg|max and add prefix-scan documentation ( #16182 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-06-07 14:23:29 -07:00
Jim Galasyn
6448a59653
KAFKA-16911: Update docs for KIP-862 ( #16246 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-06-07 10:52:47 -07:00
Florin Akermann
7763243752
KAFKA-12317: Update FK-left-join documentation ( #15689 )
...
FK left-join was changed via KIP-962. This PR updates the docs accordingly.
Reviewers: Ayoub Omari <ayoubomari1@outlook.fr>, Matthias J. Sax <matthias@confluent.io>
2024-06-05 15:22:31 -07:00
Andrew Schofield
8f82f14a48
KAFKA-16713: Define initial set of RPCs for KIP-932 ( #16022 )
...
This PR defines the initial set of RPCs for KIP-932. The RPCs for the admin client and state management are not in this PR.
Reviewers: Apoorv Mittal <amittal@confluent.io>, Manikumar Reddy <manikumar.reddy@gmail.com>
2024-06-03 11:52:35 +05:30
Sebastien Viale
f8ad9ee892
MINOR: update all-latency-avg documentation ( #16148 )
...
Change description: from iterator create to close time.
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-05-31 12:24:01 -07:00
Josep Prat
7e81cc5e68
MINOR: Bump trunk to 3.9.0-SNAPSHOT ( #16150 )
...
Signed-off-by: Josep Prat <josep.prat@aiven.io>
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-05-31 16:41:44 +02:00
Edoardo Comar
8eea6b8263
MINOR: mention KAFKA-15905 in docs "Notable changes in 3.7.1" ( #16070 )
...
* MINOR: mention KAFKA-15905 in docs "Notable changes in 3.7.1/3.8.0"
Co-Authored-By: Adrian Preston <prestona@uk.ibm.com>
2024-05-24 20:33:00 +01:00
Kuan-Po (Cooper) Tseng
028e7a06dc
MINOR: fix incorrect formatter package in streams quickstart ( #15991 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-05-22 22:24:50 +08:00
Igor Soarez
a0ca025f9d
MINOR: Update upgrade documentation for 3.7.1 ( #15866 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-05-20 09:45:07 +01:00
Sid Yagnik
ef7b48e66a
Allowing WriteTxnMarkers API to run with AlterCluster permissions ( #15837 )
...
https://issues.apache.org/jira/browse/KAFKA-16513
https://cwiki.apache.org/confluence/display/KAFKA/KIP-1037%3A+Allow+WriteTxnMarkers+API+with+Alter+Cluster+Permission
Reviewers: Christo Lolov <christo_lolov@yahoo.com>, Luke Chen <showuon@gmail.com>, Justine Olshan <jolshan@confluent.io>
2024-05-10 15:30:57 -07:00
Lucia Cerchie
31528f581d
KAFKA-15307: update/note deprecated configs ( #14360 )
...
Configs default.windowed.value.serde.inner and default.windowed.key.serde.inner
were replace with windowed.inner.class.serde. This PR updates the docs accordingly,
plus a few more side cleanups.
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-05-09 19:46:00 -07:00
Ivan Yurchenko
5a9ccb6b77
KAFKA-16445: Add PATCH method for connector config ( #6934 )
...
Reviewers: Chris Egerton <chrise@aiven.io>
2024-05-09 21:59:09 +02:00
Andrew Schofield
f4fdaa702a
MINOR: Add missing RPCs to security.html ( #15878 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-05-09 20:51:00 +08:00
PoAn Yang
9387c7a626
KAFKA-16467: add docs README ( #15664 )
...
Add how to run local website to docs folder.
Signed-off-by: PoAn Yang <payang@apache.org>
Reviewers: Luke Chen <showuon@gmail.com>
2024-04-30 10:26:35 +08:00
Igor Soarez
269b457d30
MINOR: Add missing docs for migration metrics ( #15718 )
...
Reviewers: Mickael Maison <mickael.maison@gmail.com>
2024-04-16 16:20:52 +02:00
Igor Soarez
31171d0791
MINOR: Document JBOD limitation during migration ( #15692 )
...
Document JBOD limitation during migration when log dir failure.
Reviewers: Luke Chen <showuon@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-04-12 14:50:09 +08:00
Greg Harris
7317159f0c
KAFKA-16303: Add upgrade notes to 3.5.0, 3.5.2, and 3.7.0 about MM2 offset translation ( #15423 )
...
Signed-off-by: Greg Harris <greg.harris@aiven.io>
Reviewers: Mickael Maison <mickael.maison@gmail.com>
2024-03-29 08:51:42 -07:00
John Yu
cfa7d39360
MINOR : Removed the depreciated information about Zk to Kraft migration. ( #15552 )
...
Reviewers: Luke Chen <showuon@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2024-03-21 10:57:59 +08:00
Manikumar Reddy
8c0fafba58
MINOR: Update upgrade docs to refer 3.6.2 version
2024-03-20 12:06:43 +05:30
Hector Geraldino
7b9f31e35c
KAFKA-16358: Sort transformations by name in documentation; add missing transformations to documentation; add hyperlinks ( #15499 )
...
Reviewers: Yash Mayya <yash.mayya@gmail.com>
2024-03-15 16:26:36 +05:30
Matthias J. Sax
612a1fe1bb
MINOR: Kafka Streams docs fixes ( #15517 )
...
- add missing section to TOC
- add default value for client.id
Reviewers: Lucas Brutschy <lbrutschy@confluent.io>, Bruno Cadonna <bruno@confluent.io>
2024-03-13 21:54:06 -07:00
PoAn Yang
1bb36c2bc1
MINOR: change "inter.broker.protocol version" to inter.broker.protocol.version ( #15504 )
...
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-03-10 03:28:06 +08:00
Daan Gerits
b9a5b4a805
KAFKA-10892: Shared Readonly State Stores ( revisited ) ( #12742 )
...
Implements KIP-813.
Reviewers: Matthias J. Sax <matthias@confluent.io>, Walker Carlson <wcarlson@confluent.io>
2024-03-08 10:57:56 -08:00
Owen Leung
3f3cee1b21
KAFKA-16325 Add missing producer metrics to documentatio ( #15466 )
...
Add `buffer-exhausted-rate`, `buffer-exhausted-total`, `bufferpool-wait-ratio` and `metadata-wait-time-ns-total`
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
2024-03-08 07:07:21 +08:00
Stanislav Kozlovski
a512ef1478
MINOR: Add 3.7 JBOD KRaft Early Acces disclaimer ( #15418 )
...
This patch adds a small disclaimer to the ops documentation page to mention that JBOD is in early access with 3.7
2024-02-22 23:55:19 +01:00
Stanislav Kozlovski
ea94507679
MINOR: Add 3.7 upgrade notes ( #15407 )
...
This patch adds the 3.7 upgrade notes.
2024-02-22 10:44:24 +01:00
Stanislav Kozlovski
9402d525ab
MINOR: Reconcile upgrade.html with kafka-site/36's version ( #15406 )
...
The usual flow of updating the upgrade.html docs is to first do it in apache/kafka/trunk, then cherry-pick to the relative release branch and then copy into the kafka-site repo.
It seems like this was not done with a few commits updating the 3.6.1, 3.5.2 and 3.5.1, resulting in kafka-site's latest upgrade.html containing content that isn't here. This was caught while we were adding the 3.7 upgrade docs.
This patch reconciles both files by taking the extra changes from kafka-site and placing them here. This was done by simply comparing a diff of both changes and taking the ones that apply
2024-02-22 10:39:58 +01:00
Paolo Patierno
9118ad653f
Additional fix on the rollback migration documentation ( #15317 )
...
This is an additional PR to fix rollback migration documentation related to #15287
Reviewers: Luke Chen <showuon@gmail.com>
2024-02-21 17:43:05 +08:00
Matthias J. Sax
0789952b68
MINOR: add note about Kafka Streams feature for 3.7 release ( #15380 )
...
Reviewers: Walker Carlson <wcarlson@confluent.io>
2024-02-16 08:59:48 -08:00
Paolo Patierno
ddc5d1dc34
MINOR: Added ACLs authorizer change during migration ( #15333 )
...
This trivial PR makes clear when it's the right time to switch from AclAuthorizer to StandardAuthorizer during the migration process.
Reviewers: Luke Chen <showuon@gmail.com>
2024-02-16 18:57:22 +08:00
Luke Chen
501f82b91c
KAFKA-15670: add "inter.broker.listener.name" config in KRaft controller config ( #14631 )
...
During ZK migrating to KRaft, before entering dual-write mode, the KRaft controller will send RPCs (i.e. UpdateMetadataRequest, LeaderAndIsrRequest, and StopReplicaRequest) to the brokers. Currently, we use the inter broker listener to send the RPC to brokers from the controller. But in the doc, we didn't provide this info to users because the normal KRaft controller won't use inter.broker.listener.names.
This PR adds the missing config in the ZK migrating to KRaft doc.
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Paolo Patierno <ppatierno@live.com>
2024-02-16 18:56:06 +08:00
Jim Galasyn
54ef99f42f
Update Streams API broker compat table for AK 3.7 ( #15051 )
...
Reviewers: Matthias J. Sax <matthias@confluent.io>
2024-02-05 12:03:15 -08:00
Josep Prat
f54975c331
MINOR: Fix code listings in quickstart.html ( #10767 )
...
* MINOR: Fix code listings in quickstart
Uses the right syntax highlighting
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Luke Chen <showuon@gmail.com>
2024-02-05 16:43:53 +01:00