This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.1 by this push:
new d3adca11d70 MINOR: 4.1 docs typo fix (#22175)
d3adca11d70 is described below
commit d3adca11d702646459c530c8290cc7c39fedf0c5
Author: Murali Basani <[email protected]>
AuthorDate: Thu Apr 30 19:39:11 2026 +0200
MINOR: 4.1 docs typo fix (#22175)
Fix typo - it should be producer bug ticket Branch : 4.1
Reviewers: Ken Huang <[email protected]>, Pratyaksh Sharma
<[email protected]>, Chia-Ping Tsai <[email protected]>
---
docs/getting-started/upgrade.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started/upgrade.md b/docs/getting-started/upgrade.md
index 550f2ca5c97..d8c2454a28e 100644
--- a/docs/getting-started/upgrade.md
+++ b/docs/getting-started/upgrade.md
@@ -30,7 +30,7 @@ type: docs
### Notable changes in 4.1.2
-* Includes a fix for the rare Kafka producer bug
([KAFKA-19012](https://issues.apache.org/jira/browse/KAFKA-19748)), in which a
record could end up on the incorrect topic.
+* Includes a fix for the rare Kafka producer bug
([KAFKA-19012](https://issues.apache.org/jira/browse/KAFKA-19012)), in which a
record could end up on the incorrect topic.