08aa8ec3bf 
								
							 
						 
						
							
							
								
								KAFKA-18178 Remove ZkSecurityMigrator ( #18092 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-12-10 16:00:08 +08:00  
				
					
						
							
							
								 
						
							
								0bbed823e8 
								
							 
						 
						
							
							
								
								KAFKA-17200: Allow the replication of user internal topics ( #17815 )  
							
							... 
							
							
							
							Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com> 
							
						 
						
							2024-12-06 15:23:58 +01:00  
				
					
						
							
							
								 
						
							
								e7d986e48c 
								
							 
						 
						
							
							
								
								KAFKA-17550: DescribeGroups v6 exploitation ( #17706 )  
							
							... 
							
							
							
							This PR introduces the DescribeGroups v6 API as part of KIP-1043. This adds an error message for the described groups so that it is possible to get some context on the error. It also changes the behaviour for when the group ID cannot be found but returning error code GROUP_ID_NOT_FOUND rather than NONE.
Reviewers: David Jacot <djacot@confluent.io> 
							
						 
						
							2024-12-05 23:12:24 -08:00  
				
					
						
							
							
								 
						
							
								970d8930ac 
								
							 
						 
						
							
							
								
								KAFKA-18159 Remove onPartitionsRevoked and onPartitionsAssigned from SinkTask ( #18049 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-12-06 04:28:34 +08:00  
				
					
						
							
							
								 
						
							
								8e6ea2c1d6 
								
							 
						 
						
							
							
								
								MINOR: fix unmatched tag in upgrade.html ( #18032 )  
							
							... 
							
							
							
							Signed-off-by: PoAn Yang <payang@apache.org>
Reviewers: Apoorv Mittal <amittal@confluent.io>, Josep Prat <josep.prat@aiven.io> 
							
						 
						
							2024-12-04 11:18:47 +01:00  
				
					
						
							
							
								 
						
							
								6fd951a9c0 
								
							 
						 
						
							
							
								
								KAFKA-17610 Drop alterConfigs ( #18002 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-12-02 23:26:06 +08:00  
				
					
						
							
							
								 
						
							
								615f1a0bf9 
								
							 
						 
						
							
							
								
								KAFKA-16181: Use incrementalAlterConfigs when updating broker configs by kafka-configs.sh ( #15304 )  
							
							... 
							
							
							
							This PR implement KIP-1011, kafka-configs.sh now uses incrementalAlterConfigs API to alter broker configurations instead of the deprecated alterConfigs API, and it will fall directly if the broker doesn't support incrementalAlterConfigs.
Reviewers: David Jacot <djacot@confluent.io>, OmniaGM <o.g.h.ibrahim@gmail.com>. 
							
						 
						
							2024-12-01 18:32:02 +08:00  
				
					
						
							
							
								 
						
							
								700bdd5fee 
								
							 
						 
						
							
							
								
								KAFKA-17997 Remove deprecated config log.message.timestamp.difference.max.ms ( #17928 )  
							
							... 
							
							
							
							Reviewers: Divij Vaidya <diviv@amazon.com>, Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-11-29 03:15:46 +08:00  
				
					
						
							
							
								 
						
							
								c446e799be 
								
							 
						 
						
							
							
								
								KAFKA-17010 Remove `DescribeLogDirsResponse#LogDirInfo`, `DescribeLogDirsResponse#ReplicaInfo`, and `DescribeLogDirsResult#all` ( #17953 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-11-28 04:42:34 +08:00  
				
					
						
							
							
								 
						
							
								54843e6e1e 
								
							 
						 
						
							
							
								
								KAFKA-18077 Remove deprecated JmxReporter(String) ( #17923 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-11-25 21:54:50 +08:00  
				
					
						
							
							
								 
						
							
								637b22fb53 
								
							 
						 
						
							
							
								
								MINOR: add a note to the upgrade.html about the removal of sendOffsetsToTransaction ( #17910 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-11-23 22:53:43 +08:00  
				
					
						
							
							
								 
						
							
								6c59e657c0 
								
							 
						 
						
							
							
								
								KAFKA-17640 Document Java 23 support and include release note ( #17403 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-11-21 22:29:10 +08:00  
				
					
						
							
							
								 
						
							
								e1dcd383bc 
								
							 
						 
						
							
							
								
								KAFKA-17927 Disallow users to configure `max.in.flight.requests.per.connection` bigger than 5 ( #17717 )  
							
							... 
							
							
							
							Reviewers: PoAn Yang <payang@apache.org>, Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-11-18 14:01:16 +08:00  
				
					
						
							
							
								 
						
							
								6dddabb359 
								
							 
						 
						
							
							
								
								KAFKA-16780: Document the new RemoteLogMetadataManager#nextSegmentWithTxnIndex API in upgrade notes. ( #17735 )  
							
							... 
							
							
							
							Reviewers: Divij Vaidya <diviv@amazon.com> 
							
						 
						
							2024-11-12 23:15:12 +05:30  
				
					
						
							
							
								 
						
							
								b7e69ebf5c 
								
							 
						 
						
							
							
								
								KAFKA-17924: Remove `bufferpool-wait-time-total`, `io-waittime-total`, and `iotime-total` ( #17697 )  
							
							... 
							
							
							
							These metrics were deprecated in KIP-773 and are being removed in Kafka 4.0.
Reviewers:  Chia-Ping Tsai <chia7712@gmail.com>, Divij Vaidya <diviv@amazon.com> 
							
						 
						
							2024-11-06 08:46:28 +01:00  
				
					
						
							
							
								 
						
							
								67e2a0ae6f 
								
							 
						 
						
							
							
								
								MINOR: Improve the KIP-853 documentation ( #17598 )  
							
							... 
							
							
							
							In docs/ops.html, add a section discussion the difference between static and dynamic quorums. This section also discusses how to find out which quorum type you have. Also discuss the current limitations, such as the inability to transition from static quorums to dynamic.
Add a brief section to docs/upgrade.html discussing controller membership change.
Co-authored-by: Federico Valeri <fedevaleri@gmail.com>, Colin P. McCabe <cmccabe@apache.org>
Reviewers: Justine Olshan <jolshan@confluent.io> 
							
						 
						
							2024-10-30 09:41:19 -07:00  
				
					
						
							
							
								 
						
							
								c55d4f08c4 
								
							 
						 
						
							
							
								
								MINOR: Update the upgrade docs to include 3.8.1 version ( #17628 )  
							
							... 
							
							
							
							Signed-off-by: Josep Prat <josep.prat@aiven.io>
Reviewers: Mickael Maison <mickael.maison@gmail.com> 
							
						 
						
							2024-10-30 11:41:00 +01:00  
				
					
						
							
							
								 
						
							
								553e6b4c6d 
								
							 
						 
						
							
							
								
								KAFKA-17860 Remove log4j-appender module ( #17588 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-24 18:13:30 +08:00  
				
					
						
							
							
								 
						
							
								e01f6a5c1e 
								
							 
						 
						
							
							
								
								KAFKA-17740 Update Readme and documentation ( #17435 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-18 10:54:02 +08:00  
				
					
						
							
							
								 
						
							
								52017a83db 
								
							 
						 
						
							
							
								
								KAFKA-17383; Update upgrade notes about removal of `offsets.commit.required.acks` ( #17446 )  
							
							... 
							
							
							
							This patch updates the upgrades note about the removal of `offsets.commit.required.acks` configuration in 4.0.
Reviewers: Lianet Magrans <lmagrans@confluent.io> 
							
						 
						
							2024-10-10 05:26:14 -07:00  
				
					
						
							
							
								 
						
							
								17f0e56e9a 
								
							 
						 
						
							
							
								
								MINOR: Fix upgrade instructions for 3.8 and 3.9 ( #17445 )  
							
							... 
							
							
							
							Signed-off-by: Josep Prat <josep.prat@aiven.io>
Reviewers:  Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-10 11:36:01 +02:00  
				
					
						
							
							
								 
						
							
								9bbf0950f9 
								
							 
						 
						
							
							
								
								KAFKA-17387 Remove broker-list in VerifiableConsumer ( #17406 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-10 11:41:53 +08:00  
				
					
						
							
							
								 
						
							
								2836f7aaae 
								
							 
						 
						
							
							
								
								KAFKA-14705 Remove deprecated classes and options in tools ( #17420 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-09 10:33:34 +08:00  
				
					
						
							
							
								 
						
							
								284a3db28a 
								
							 
						 
						
							
							
								
								KAFKA-15908: Remove deprecated Consumer.poll(long timeout) ( #17368 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, David Jacot <djacot@confluent.io>, Lianet Magrans <lmagrans@confluent.io> 
							
						 
						
							2024-10-08 10:49:10 -04:00  
				
					
						
							
							
								 
						
							
								3815339e05 
								
							 
						 
						
							
							
								
								KAFKA-14158: Remove auto.include.jmx.reporter configuration ( #17360 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-08 16:17:07 +02:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								3f2cb55a75 
								
							 
						 
						
							
							
								
								KAFKA-14705: Remove redirections and unused tools ( #17386 )  
							
							... 
							
							
							
							Reviewers: Mickael Maison <mickael.maison@gmail.com> 
							
						 
						
							2024-10-07 17:24:43 +02:00  
				
					
						
							
							
								 
						
							
								9e809be4ce 
								
							 
						 
						
							
							
								
								KAFKA-17529 Remove blacklist from MM2 ( #17202 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-07 13:21:31 +08:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								696e33ee6d 
								
							 
						 
						
							
							
								
								KAFKA-17451 Remove deprecated consumer#committed ( #17320 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-10-03 13:53:32 +08:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								db56553fd3 
								
							 
						 
						
							
							
								
								KAFKA-17530 Remove blacklist/whitelist from ReplaceField ( #17237 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-09-25 01:02:28 +08:00  
				
					
						
							
							
								 
						
							
								8c2a0619e2 
								
							 
						 
						
							
							
								
								KAFKA-17528 Remove whitelist/blacklist from JMXReporter ( #17179 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-09-23 11:17:01 +08:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								60707a5fe9 
								
							 
						 
						
							
							
								
								KAFKA-17392 Remove whitelist option in ConsoleConsumerOptions ( #17138 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-09-12 01:46:16 +08:00  
				
					
						
							
							
								 
						
							
								9242723e4c 
								
							 
						 
						
							
							
								
								KAFKA-17435 remove use.incremental.alter.configs ( #17027 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-09-11 14:34:05 +08:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								887b947d8a 
								
							 
						 
						
							
							
								
								MINOR: Update doc for tiered storage GA ( #17088 )  
							
							... 
							
							
							
							Reviewers: Satish Duggana <satishd@apache.org> 
							
						 
						
							2024-09-05 15:56:23 +05:30  
				
					
						
							
							
								 
						
							
								af0604e6ef 
								
							 
						 
						
							
							
								
								KAFKA-16188: Delete kafka.common.MessageReader ( #17090 )  
							
							... 
							
							
							
							Reviewers: Chia-Ping Tsai <chia7712@gmail.com> 
							
						 
						
							2024-09-05 09:41:59 +02:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								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