Skip to content

Commit f236286

Browse files
authored
Fix typo in the whats-new.adoc
There is a missing left quote in around `kafka-clients` code snippet
1 parent 5cbb0bc commit f236286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For changes in earlier version, see <<history>>.
66
[[x28-kafka-client]]
77
==== Kafka Client Version
88

9-
This version requires the 3.0.0 `kafka-clients
9+
This version requires the 3.0.0 `kafka-clients`
1010

1111
IMPORTANT: When using transactions, `kafka-clients` 3.0.0 and later no longer support `EOSMode.V2` (aka `BETA`) (and automatic fallback to `V1` - aka `ALPHA`) with brokers earlier than 2.5; you must therefore override the default `EOSMode` (`V2`) with `V1` if your brokers are older (or upgrade your brokers).
1212

0 commit comments

Comments
 (0)