Skip to content

Commit 362182e

Browse files
committed
Polish "Polish Kafka Properties Docs"
See gh-36032
1 parent 025063e commit 362182e

File tree

1 file changed

+3
-3
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/kafka.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ The properties supported by auto configuration are shown in the <<application-pr
7878
Note that, for the most part, these properties (hyphenated or camelCase) map directly to the Apache Kafka dotted properties.
7979
See the Apache Kafka documentation for details.
8080

81-
Common properties (that don't include a client type in the name: `producer`, `consumer`, `admin`, or `streams`) apply to all clients.
82-
Most of these common values can be overridden for one or more of the component types, if needed.
81+
Properties that don't include a client type (`producer`, `consumer`, `admin`, or `streams`) in their name are considered to be common and apply to all clients.
82+
Most of these common properties can be overridden for one or more of the client types, if needed.
8383

8484
Apache Kafka designates properties with an importance of HIGH, MEDIUM, or LOW.
8585
Spring Boot auto-configuration supports all HIGH importance properties, some selected MEDIUM and LOW properties, and any properties that do not have a default value.
@@ -107,7 +107,7 @@ If you wish to configure the individual client types with additional properties
107107
"[prop.five]": "fifth"
108108
----
109109

110-
This sets the common `prop.one` Kafka property to `first` (applies to producers, consumers, admins and streams), the `prop.two` admin property to `second`, the `prop.three` consumer property to `third`, the `prop.four` producer property to `fourth` and the `prop.five` streams property to `fifth`.
110+
This sets the common `prop.one` Kafka property to `first` (applies to producers, consumers, admins, and streams), the `prop.two` admin property to `second`, the `prop.three` consumer property to `third`, the `prop.four` producer property to `fourth` and the `prop.five` streams property to `fifth`.
111111

112112
You can also configure the Spring Kafka `JsonDeserializer` as follows:
113113

0 commit comments

Comments
 (0)